NetFlow Analytics for Splunk

Size: px
Start display at page:

Download "NetFlow Analytics for Splunk"

Transcription

1 NetFlow Analytics for Splunk User Manual Version 3.8.x May 2018 Copyright NetFlow Logic Corporation. All rights reserved. Patents both issued and pending.

2 Table of Contents Introduction... 3 Overview...3 Installation... 4 Upgrading from prior version to 3.7 and above...4 Upgrading Technology Add-on for NetFlow (TA-netflow)... 4 Upgrading Netflow Analytics for Splunk App (netflow)... 4 Pre-installation Steps...6 Installing into a Single Splunk Server...6 Technology Add-on for NetFlow Installation... 6 NetFlow Analytics for Splunk App Installation... 6 Installing into a Distributed Splunk Environment...8 Configure Universal Forwarder Input... 8 Administration Settings > Configuration Settings > NFO Index Usage Settings > Update Device Dropdown Dashboards App Navigation Overview Dashboard overview Overview > Traffic Overview dashboard Bandwidth by Hosts Traffic by Source IP dashboard Traffic by Destination IP dashboard Traffic by Protocol and Port Traffic by Host Pairs dashboard Reports Traffic by Subnets dashboard Traffic by Protocol dashboard Connections dashboards Bandwidth by Network Devices Top Devices by Traffic dashboard Top Devices by Packet Rate dashboard Interfaces Utilization dashboard Watched Interfaces Utilization dashboard Interface Groups dashboard Services Service Response Time dashboard Asset Access Monitor Security Events Cyber Thread Statistics dashboard NetFlow Analytics for Splunk App User Manual 1

3 DNS Security dashboard More Traffic Statistics TCP Health GEO IP Monitor dashboard Traffic by Autonomous Systems dashboard Traffic by CBQoS dashboard Traffic Analyzer and Planning (based on my-subnets.csv lookup) Microsegmentation Analyzer and Planning SNMP SNMP interface errors and discards SNMP CISCO - latest memory/cpu values Cisco ASA Monitor Cisco Overview Cisco Top Bandwidth Consumers Cisco Top Destinations Cisco Top Violators Cisco Top Connectors Palo Alto Networks Palo Alto Networks Overview Palo Alto Networks Top Bandwidth Consumers Palo Alto Networks Top Destinations Palo Alto Networks Top Violators Palo Alto Networks Top Connectors Top Applications Top Applications and Users Search Dashboards Configuring Splunk Analytics for Hadoop (Hunk) How to generate sample events for testing purposes NetFlow Analytics for Splunk App User Manual 2

4 Introduction Overview NetFlow Analytics for Splunk App is designed to deliver next generation, real-time, network resource management power to network and security analysts. NetFlow Optimizer ( NFO ) is a middleware that processes massive amount of flows to stream summarized and meaningful CIM ( Common Information Model ) compliant syslog events into Splunk Enterprise, and, optionally, all original flow records to inexpensive storage like Hadoop. The events are available for alerting and correlation with other machine data. NetFlow Analytics for Splunk App ( App ) provides visualization and reporting capabilities. The operators benefit from detailed visibility to their entire network and being able to address many IT use cases including bandwidth monitoring, capacity planning, congestion troubleshooting, and cyber security using threat intelligence lists. The App also includes Cisco ASA and Palo Alto Network firewall flow data dashboards which present bandwidth usage, users, applications, and violators etc, enabling the continual reinforcement of firewall policies. This guide is intended for network and security analysts who use the App to monitor and investigate problems. For additional NFO information please visit NetFlow Analytics for Splunk App User Manual 3

5 Installation Upgrading from prior version to 3.7 and above If you are not upgrading from previous versions of NetFlow Analytics for Splunk App and Technology Add-On for Netflow, skip this section and go to Pre-installation Steps section on page 6. In the NetFlow Analytics for Splunk App starting from version 3.7 and above, to comply with Splunk guidelines, by default the events are inserted into the default index (index=main). Summary data is stored by default in summary index (index=summary). In the previous versions (3.6 or older) the following indexes were created during the installation and operation: 1. flowintegrator the main index for syslogs sent by NetFlow Optimizer 2. flowintegrator_exp_ips - a summary index which contains exporter IPs for populating Device drop-down 3. flowintegrator_pct_of_total - a summary index filled with data to speed up calculations of "% of Total" fields on the dashboards Upgrading Technology Add-on for NetFlow (TA-netflow) Starting from release 3.7 default index is index=main. When you upgrade to version 3.7, if you want to continue using the old index, please create $SPLUNK_ROOT/etc/apps/TA-netflow/local/indexes.conf file if it does not already exist, and add the following lines to it: [flowintegrator] homepath = $SPLUNK_DB/flowintegrator/nfi_traffic/db coldpath = $SPLUNK_DB/flowintegrator/nfi_traffic/colddb thawedpath = $SPLUNK_DB/flowintegrator/thaweddb Another change in this version is that the UDP input is no longer configured by default, so it should be added manually, as Netflow Optimizer is sending events by default to UDP The TA-netflow is expecting that the sourcetype of events sent from Netflow Optimizer would be set to "flowintegrator", so please add the following lines to $SPLUNK_ROOT/etc/apps/TA-netflow/local/indexes.conf file: [udp://10514] sourcetype = flowintegrator index = flowintegrator Restart Splunk for the changes in configuration to take effect. Upgrading Netflow Analytics for Splunk App (netflow) Starting from release 3.7 by default the summary indexes are saved to index=summary. To use the old data from the old summary indexes in the transition period, first the old indexes must be reintroduced in the indexes.conf and the macro.conf needs to be amended in the $SPLUNK_ROOT/etc/apps/netflow/local. NetFlow Analytics for Splunk App User Manual 4

6 Create this file if it does not already exist $SPLUNK_ROOT/etc/apps/netflow/local/indexes.conf and add the following lines to it: [flowintegrator_exp_ips] homepath = $SPLUNK_DB/flowintegrator_exp_ips/db coldpath = $SPLUNK_DB/flowintegrator_exp_ips/colddb thawedpath = $SPLUNK_DB/flowintegrator_exp_ips/thaweddb [flowintegrator_pct_of_total] homepath = $SPLUNK_DB/flowintegrator_pct_of_total/nfi_traffic/db coldpath = $SPLUNK_DB/flowintegrator_pct_of_total/nfi_traffic/colddb thawedpath = $SPLUNK_DB/flowintegrator_pct_of_total/thaweddb Create this file if it does not already exist $SPLUNK_ROOT/etc/apps/netflow/local/macros.conf and add the following lines: [netflow_index] definition = (index=main OR index=flowintegrator) sourcetype=flowintegrator [summary_index_exp_ips] definition = (index=summary OR index=flowintegrator_exp_ips) [summary_index_pct_of_total] definition = (index=summary OR index=flowintegrator_pct_of_total) Restart Splunk for the changes to take effect. NetFlow Analytics for Splunk App User Manual 5

7 Pre-installation Steps This App relies on NetFlow Optimizer software. To download a free trial of NetFlow Optimizer, please visit and register to receive the FREE trial key. Please download NetFlow Optimizer Installation and Administration Guide from and follow instructions for your platform. NetFlow Analytics for Splunk and Add-on are designed to work together. The Add-on can be used with the App or with Splunk Enterprise Security. 1. Download Technology Add-on for NetFlow from Splunkbase 2. Download NetFlow Analytics for Splunk from Splunkbase Installing into a Single Splunk Server Technology Add-on for NetFlow Installation 1. Install Technology Add-on for NetFlow. 2. Create the $SPLUNK_ROOT/etc/apps/TA-netflow/local/inputs.conf file, and add the following lines to it: [udp://10514] sourcetype = flowintegrator 3. By default NetFlow Optimizer events will be stored in main index. In case you want to use another index, for example flowintegrator, please create the $SPLUNK_ROOT/etc/apps/TA-netflow/local/indexes.conf file, and add the following lines to it: [flowintegrator] homepath = $SPLUNK_DB/flowintegrator/nfi_traffic/db coldpath = $SPLUNK_DB/flowintegrator/nfi_traffic/colddb thawedpath = $SPLUNK_DB/flowintegrator/thaweddb In that case make sure your $SPLUNK_ROOT/etc/apps/TA-netflow/local/inputs.conf file contains the following: [udp://10514] sourcetype = flowintegrator index = flowintegrator 4. Restart Splunk NetFlow Analytics for Splunk App Installation Starting from version 3.7, to comply with Splunk guidelines, by default the events are inserted into the default index (index=main) and the summary indexes are saved to index=summary. In previous versions NFO events were inserted into index [flowintegrator], and the following summary indexes were created and used: [flowintegrator_exp_ips] and [flowintegrator_pct_of_total]. To use or continue using custom indexes for your NetFlow events, please perform the following: 1. Install NetFlow Analytics for Splunk App. 2. Create the file if it does not already exist: NetFlow Analytics for Splunk App User Manual 6

8 $SPLUNK_ROOT/etc/apps/netflow/local/indexes.conf and add the following lines to it: [flowintegrator_exp_ips] homepath = $SPLUNK_DB/flowintegrator_exp_ips/db coldpath = $SPLUNK_DB/flowintegrator_exp_ips/colddb thawedpath = $SPLUNK_DB/flowintegrator_exp_ips/thaweddb [flowintegrator_pct_of_total] homepath = $SPLUNK_DB/flowintegrator_pct_of_total/nfi_traffic/db coldpath = $SPLUNK_DB/flowintegrator_pct_of_total/nfi_traffic/colddb thawedpath = $SPLUNK_DB/flowintegrator_pct_of_total/thaweddb 3. Create the file if it does not already exist: $SPLUNK_ROOT/etc/apps/netflow/local/macros.conf and add the following lines to it: [netflow_index] definition = index=flowintegrator sourcetype=flowintegrator [summary_index_exp_ips] definition = index=flowintegrator_exp_ips [summary_index_pct_of_total] definition = index=flowintegrator_pct_of_total 4. Create the file if it does not already exist: $SPLUNK_ROOT/etc/apps/netflow/local/savedsearches.conf and add the following lines to it: [cache_total_traffic] action.summary_index._name = flowintegrator_pct_of_total [save_exporters] action.summary_index._name = flowintegrator_exp_ips 5. Restart Splunk for the changes to take effect. NetFlow Analytics for Splunk App User Manual 7

9 Installing into a Distributed Splunk Environment If you have Splunk distributed environment (separate search heads / indexers / forwarders), install NetFlow Analytics for Splunk App on search heads. Install Add-on on search heads and indexers/heavy forwarders. There are three ways to ingest NetFlow Optimizer events into Splunk: 1. NFO sends events directly to Splunk indexer 2. NFO sends events directly to Splunk Universal Forwarder (they could be installed together or on separate machines) 3. NFO sends events to syslog-ng or rsyslog, and Splunk Universal Forwarder sends them to Splunk indexers Configure Universal Forwarder Input Create or modify %SPLUNK_HOME%/etc/system/local/inputs.conf file as follows. In general there are two options, either to listen directly for netflow events on a specific port or optionally to monitor files created by syslog-ng or rsyslog. Receiving Syslogs Directly from NFO (UDP port 10514) Add the following lines to inputs.conf file and modify it for your netflow index, if necessary: [udp://10514] sourcetype = flowintegrator index = flowintegrator Configuring Universal Forwarder with syslog-ng or rsyslog In this scenario syslog-ng or rsyslog are configured to listen to syslogs sent by NFO on a UDP port Syslog-ng or rsyslog are usually writing the logs into configurable directories. In this example we assume that those are written to /var/log/netflow. Add the following lines to inputs.conf file and modify it for your netflow index, if necessary: [monitor:///var/log/netflow] sourcetype = flowintegrator index = flowintegrator It is very important to set sourcetype=flowintegrator and to point it to the index where Netflow Analytics for Splunk App and Add-on are expecting it. Configure Universal Forwarder Output (Target Indexers) During the installation of the Universal Forwarders a Receiving Indexer can be configured, as it can be seen here: NetFlow Analytics for Splunk App User Manual 8

10 It is an optional step during the installation. If it was not configured or if load balancing is required, additional Receiving Indexers can be added later by adding to the %SPLUNK_HOME%/etc/system/local/outputs.conf file: [tcpout] defaultgroup = default-autolb-group [tcpout:default-autolb-group] server = :9997, :9997 More info about load balancing: NetFlow Analytics for Splunk App User Manual 9

11 Administration Settings > Configuration Get more value out of NetFlow by enabling additional NetFlow Optimizer (NFO) Logic Modules. By default NetFlow Optimizer is preconfigured with one Logic Module enabled 10067: Top Traffic Monitor. This Module fees data to most bandwidth monitoring dashboards. By enabling and configuring other NFO Modules, you activate additional NetFlow analytics to be sent to Splunk, which are visualized in corresponding dashboards. You may enable / disable the entire Module Set or each Module, as depicted below. If you would like to organize your network devices in logical groups, please create exporters-devices.csv lookup file as shown at the bottom of the Configuration page. To learn more about NetFlow Optimizer Modules please review NetFlow Optimizer User Guide which could be downloaded from NetFlow Analytics for Splunk App User Manual 10

12 Settings > NFO Index Usage This dashboard enables you to analyze how Splunk index is used by various NFO Modules and network devices. You can see which NFO Module is most chatty, and make configuration changes to assure you use your Splunk license wisely. Settings > Update Device Dropdown Most dashboards have Device dropdown (your NetFlow/sFlow exporter IPs and their SNMP names). This dropdown is populated automatically by "save_exporters" saved search which runs every 30 minutes. The SNMP related dashboards are using the management IP addresses. To refresh Device dropdown values go to Settings > Update Device Dropdown and press "Update Device lists" button. Please visit the Documentation section of the NetFlow Logic website or simply contact us at should you have any questions. NetFlow Analytics for Splunk App User Manual 11

13 Dashboards App Navigation Overview The App dashboards are organized into logical groups, and could be accessed from the top navigation bar and dropdown menus. Overview is the default dashboard showing high level traffic statistics, such as top talkers, top listeners, traffic by protocol, traffic by protocol and destination ports, and top devices and interfaces by traffic volume. Bandwidth by Hosts group has dashboards to view traffic statistics from communicating peers point of view. For example, Traffic by Source IP dashboard shows top talkers, and the ability to drill down to communicating peers as well as seeing network devices that reported these network conversations. Bandwidth by Network Devices group has dashboards to view traffic statistics starting from network devices and interfaces. These dashboards allow you to drill down and see network conversations traversing network devices and interfaces. Dashboard overview Every dashboard has different filters at the top of the screen to enable further narrowing of the report. For example, the Traffic by Protocol and Port dashboard can be filtered by the device group, device, source IP/mask, destination IP/mask, protocol, source port, destination port, source DSCP, destination DSCP, input and output interfaces, and time range. Please note that source and destination IP/mask filters could be specified as subnets (IP/mask), as full IP addresses ( ), or as a partial IP address ( *). Starting with release the timeline panel enables you to pan and zoom into specific time period. The selected time interval is propagated into all drilldown panels as shown below. NetFlow Analytics for Splunk App User Manual 12

14 Overview > Traffic Overview dashboard The Overview dashboard is the top view, aimed to provide a summary on traffic over a time period. The views can be filtered by the Device Group, Device and Time Range. The panels show Top Traffic by Source IP, Top Traffic by Destination IP, Top Traffic by Protocol and Port, Top Traffic by Protocol, Top Traffic by Protocol, Top Devices by Traffic, Top Interfaces by Traffic by Device. NetFlow Analytics for Splunk App User Manual 13

15 Bandwidth by Hosts This section covers the dashboards and reports for monitoring traffic to and from hosts in your network, such as top talkers, top listeners, top host pairs, and many others. Traffic by Source IP dashboard The Traffic by Source IP dashboard (a.k.a. Top Talkers) monitors host which generate most traffic in your network. It is useful for real time or historical network utilization and bandwidth monitoring. The dashboard shows maximum and average traffic speed and volume, as well as packet rate and connections generated by each host. search results. NetFlow Analytics for Splunk App User Manual 14

16 The Traffic by Source IP dashboard allows viewing talker traffic details just click on the talker host IP or name, and drill down panel opens below showing all traffic destinations, including ports, network device interfaces, and traffic and packet rate details. Traffic by Destination IP dashboard The Traffic by Destination IP dashboard (a.k.a. Top Listeners) monitors host which receive most traffic in your network. As Traffic by Source IP, it is useful for real time or historical network utilization and bandwidth monitoring. The dashboard shows traffic maximum and average speed and volume, as well as packet rate and connections received by each host. search results. The Traffic by Destination IP dashboard allows viewing listener traffic details just click on the listener host IP or name, and drill down panel opens below showing all traffic sources, including ports, network device interfaces, and traffic and packet rate details. Traffic by Protocol and Port The Traffic by Protocol and Port dashboard monitors traffic in your network by Service Name and Transport Protocol Port Number (a.k.a Destination port). The App is packaged with services.csv lookup file, which is used to display the service name and protocol, according to IANA: ( NetFlow Analytics for Splunk App User Manual 15

17 Traffic by Host Pairs dashboard The Traffic by Host Pairs dashboard shows consolidated bidirectional flows, sorted by traffic volume. You need to enable Module 10064: Top Pairs Monitor in order to see data in this dashboard. The Traffic by Host Pairs dashboard contains a timeline panel showing top 10 host pairs traffic by volume, and the table showing top 100 host pairs with details, such as traffic volume and speed, packet rate, and connections count. Reports Reports section contains dashboards built to be printed or exported to PDF. The following reports are available today: Top Talkers Top Listeners Top Host Pairs NetFlow Analytics for Splunk App User Manual 16

18 Traffic by Subnets dashboard The Traffic by Subnets dashboard monitors subnets specified in NFO Module 10011: Network Subnets Monitor configuration. Please refer to NetFlow Optimizer User Guide for details. The Traffic by Subnets dashboard is useful for real time and historical monitoring of bandwidth utilization in specified subnets. The dashboard shows traffic In, Out, and in Both directions. Traffic for the top 10 by traffic volume monitored subnets is shown in timeline panels. The table below shows for each subnet such details as Source IP, Traffic speed and volume by direction, as well as packet rate information. Traffic by Protocol dashboard The Traffic by Protocol dashboard monitors traffic in your network by transport protocol, going through each of the network devices. It is useful for real time or historical monitoring of you traffic composition. The App is packaged with protocols.csv lookup file, which is used to display the protocol name and number, according to IANA: ( search results. NetFlow Analytics for Splunk App User Manual 17

19 The Traffic by Protocol dashboard allows viewing traffic details for each protocol just click on the protocol in the table below the graph, and drill down panel opens below showing all traffic details for the selected protocol, including source and destination hosts and port numbers, network device interfaces, and traffic speed and volume, packet rate, and connections. Connections dashboards Traffic dashboards described in the previous sections are based on NFO Modules that consolidated flow data and report top hosts by volume (Modules 10011, 10064, default Module). Connections dashboards are based on NFO Module 10063, which reports top hosts by the number of connections regardless of traffic volume. There four dashboards to monitor host by connections. Connections by Source IP Connections by Destination IP Connections by Protocol and Port Connections by Protocol These dashboards contain graphs and table with traffic details similar to corresponding Traffic dashboards. Bandwidth by Network Devices In comparison to Host dashboards, which are host centric, the Network devices dashboards are device (routers, firewalls, VLAN s) centric, tracking the ingress and egress traffic. Top Devices by Traffic dashboard The Top Devices by Traffic dashboard monitors network devices with most traffic in your network. It is useful for real time or historical network utilization and bandwidth monitoring. The dashboard shows maximum and average traffic speed as well as packet rate traversing each network device. search results. NetFlow Analytics for Splunk App User Manual 18

20 The Top Devices by Traffic dashboard allows viewing network traffic details just click on one of the devices, and drill down panel opens below showing traffic composition by each interface. Further drilldown shows traffic speed statistics (Min, Max, Average, Standard Deviation, 95 th Percentile), and hosts communicating over the selected interface. Top Devices by Packet Rate dashboard The Top Devices by Packet Rate dashboard is similar to Top Devices by Traffic dashboard, but the network devices are sorted by packet rate rather than traffic volume. You need to enable Module 10068: Top Packets Monitor in order to see data in this dashboard. Interfaces Utilization dashboard The Interfaces Utilization dashboard shows interfaces across your entire data center, with most loaded interfaces first. As in Top Devices dashboards, Interfaces Utilization allows drill down to examine traffic details going over the selected interface. Click on an interface, and panels below will show traffic speed statistics, and hosts communicating over the selected interface. NetFlow Analytics for Splunk App User Manual 19

21 Watched Interfaces Utilization dashboard The Watched Interfaces Utilization dashboard is very similar to Interface Utilization, but shows only the interfaces specified in watched-interfaces.csv lookup CSV file. Please see Watched Interfaces section at the bottom of App s Settings > Configuration page for more details. Interface Groups dashboard This dashboard shows consolidated information for Interface Groups. Interface Groups are defined in interfacegroups.csv lookup CSV file. Please see Interface Groups section at the bottom of App s Settings > Configuration page for more details. Services Services dashboards enable users to monitor performance and traffic statistics of selected services in your datacenter. You need to enable corresponding NFO Modules in order to see data in these dashboards. Service Response Time dashboard To see data in this dashboard enable and configure Module 10017: Service Performance Monitor. Please refer to NetFlow Optimizer User Guide for details. Use Watch List parameter in this Module to specify the services you want to monitor (Service Destination IP, Destination Port, and Transport protocol). NetFlow Analytics for Splunk App User Manual 20

22 Asset Access Monitor To see data in this dashboard enable and configure Module 10014: Asset Access Monitor. Please refer to NetFlow Optimizer User Guide for details. This dashboard shows top services with most unauthorized connections - traffic from unauthorized users to services (IP address, destination port, protocol configured in the NFO Module 10014: Asset Access Monitor) and top peers with most unauthorized connections traffic to peers (IP address and subnet mask also configurable in NFO Module section). Security Events Cyber Thread Statistics dashboard The Cyber Threat Statistics dashboard enables your organization to analyze and prioritize network security event traffic. Using this dashboard you will be able to see geo location of top hosts, network traffic to and from known suspicious hosts. Out of the box we support geo county database from MaxMind and threat intelligence from Emerging Threats and Alienvault. A corporation can also integrate its own watch-list. To see data in this dashboard enable Security Module Set: 10040, 10050, 10051, 10052, and install and setup the four utilities for each Module, create the required data sets and add them to the NetFlow Optimizer Modules. NetFlow Analytics for Splunk App User Manual 21

23 DNS Security dashboard To see data in this dashboard enable Module 10004: DNS Monitor. Please refer to NetFlow Optimizer User Guide for details. It is useful to monitor average response time of all DNS servers used in your network. The right panel also shows top DNS users. More Traffic Statistics TCP Health To see data in this dashboard enable and configure Module 10060: TCP Health. Please refer to NetFlow Optimizer User Guide for details. NetFlow Analytics for Splunk App User Manual 22

24 The TCP Health dashboard monitors and detects top hosts with the most TCP Resets. Top hosts are defined by percent of TCP resets to the total number of Resets for definitive NetFlow exporter or by percent of TCP resets to the total number of host s connections. The TCP Health dashboard shows top hosts with most count of failed TCP connections and top hosts with largest share of failed TCP connections. GEO IP Monitor dashboard The GEO IP dashboard shows geographical locations of Source IP for inbound traffic and Destination IP for outbound traffic. You need to enable Module 10040: Visitors by country. Traffic by Autonomous Systems dashboard The Traffic by Autonomous Systems (AS) dashboard monitors traffic by AS. To see data in this dashboard enable and configure Module 10066: Autonomous Systems Monitor. search results. Select if you want to see incoming or outgoing traffic by AS. Indicate if you want to see statistics for IPv4 or IPv6 or both. NetFlow Analytics for Splunk App User Manual 23

25 Traffic by CBQoS dashboard The Traffic by CBQoS dashboard enables your organization to analyze and prioritize network traffic by Quality of Service (QoS). Using this dashboard you will be able to see how QoS policy is applied in each of your network device where it is enabled and reported, and if necessary tweak Type of Service (TOS) settings. To see data in this dashboard enable Module 10066: CBQoS Monitor. search results. Traffic Analyzer and Planning (based on my-subnets.csv lookup) This dashboard is using this lookup $SPLUNK_HOME/etc/apps/netflow/lookups/my-subnets.csv file to determine traffic in and out of your datacenter (East-West, South-North) as well as other subnet based statistics. It supports up to four-level hierarchy, and should be created in the format shown in this example: NetFlow Analytics for Splunk App User Manual 24

26 subnet,level_1,level_2,level_3,level_4,description /29,ClassA,ClassA1,ClassA11,ClassA111,ClassAsubnet /29,ClassA,ClassA1,ClassA11,ClassA112,ClassAsubnet /28,ClassA,ClassA1,ClassA12,ClassA121,ClassAsubnet /27,ClassA,ClassA1,ClassA12,ClassA122,ClassAsubnet /26,ClassA,ClassA2,ClassA21,ClassA211,ClassAsubnet /27,ClassA,ClassA2,ClassA21,ClassA212,ClassAsubnet /27,ClassA,ClassA2,ClassA22,ClassA221,ClassAsubnet /26,ClassA,ClassA2,ClassA22,ClassA222,ClassAsubnet /12,ClassB,ClassB1,ClassB11,ClassB111,ClassBsubnet /16,ClassC,ClassC1,ClassC11,ClassC111,ClassCsubnet ::/18,IPv6_1,IPv6_11,IPv6_111,IPv6_1111,IPv6_1_subnet 104::/18,IPv6_2,IPv6_21,IPv6_211,IPv6_2111,IPv6_2_subnet 108::/18,IPv6_3,IPv6_31,IPv6_311,IPv6_3111,IPv6_3_subnet 10c::/18,IPv6_4,IPv6_41,IPv6_411,IPv6_4111,IPv6_4_subnet The dashboards provides filters to apply to traffic statistics, so you can select all or the appropriate segment / subsegment of your network. Microsegmentation Analyzer and Planning This dashboards relies on Microsegmentation Analytics NFO Module which is available upon request. This dashboard also is using this lookup $SPLUNK_HOME/etc/apps/netflow/lookups/my-subnets.csv file to determine traffic in and out of your datacenter (East-West, South-North) as well as other subnet based statistics NetFlow Analytics for Splunk App User Manual 25

27 SNMP SNMP interface errors and discards This dashboard shows network device statistics using NFO s SNMP polling feature. SNMP CISCO - latest memory/cpu values This dashboard shows Cisco network device memory and CPU utilization using NFO s SNMP polling feature. NetFlow Analytics for Splunk App User Manual 26

28 Cisco ASA Monitor Cisco ASA Monitor dashboards show the output from NetFlow Optimizer Cisco ASA Module set, which in its turn designed to handle Cisco ASA NSEL. Cisco Overview The Cisco Overview dashboard aimed to provide a summary on traffic over the last 24 hours. The panels show Geo location of hosts on the map, Top Bandwidth Consumers, Top Destinations, Top Violators, and Top Connectors. Cisco Top Bandwidth Consumers This dashboard (a.k.a. Top Talkers) monitors host which generate most traffic in your network. It is useful for real time or historical network utilization and bandwidth monitoring. The dashboard shows traffic volume and connections count (created and denied) generated by each host. search results. Cisco Top Destinations This dashboard (a.k.a. Top Listeners) monitors host which receive most traffic. The top of the dashboard has a map showing geographical locations of top destinations of the traffic in your network. It is useful for real time or historical network utilization and bandwidth monitoring. The dashboard shows traffic volume and connections count (created and denied) received by each host. search results. Cisco Top Violators This dashboard shows hosts with most traffic of denied flows. It could be useful to reinforce Cisco ASA firewall policies. search results. Cisco Top Connectors This dashboard monitors host which generate most connections in your network. It is useful for identifying hosts that make most connections, but could be omitted from top bandwidth consumers because of the small packets they send, e.g. port scanners. The dashboard shows connections created by each host. search results. NetFlow Analytics for Splunk App User Manual 27

29 Palo Alto Networks Palo Alto Networks dashboards show the output from NetFlow Optimizer Palo Alto Networks Module set, which in its turn designed to handle Palo Alto Network proprietary NetFlow v9 fields. Palo Alto Networks Overview The Palo Alto Networks Overview dashboard aimed to provide a summary on traffic over selected period time. The panels show Top Bandwidth Consumers, Top Destinations, Top Violators, Top Connectors, Top Applications, and Top Applications and Users. Palo Alto Networks Top Bandwidth Consumers This dashboard (a.k.a. Top Talkers) monitors host which generate most traffic in your network. It is useful for real time or historical network utilization and bandwidth monitoring. The dashboard shows traffic volume and connections count (created and denied) generated by each host. search results. Palo Alto Networks Top Destinations This dashboard (a.k.a. Top Listeners) monitors host which receive most traffic. It is useful for real time or historical network utilization and bandwidth monitoring. The dashboard shows traffic volume and connections count (created and denied) received by each host. search results. Palo Alto Networks Top Violators This dashboard shows hosts with most traffic of denied flows. It could be useful to reinforce Palo Alto Networks firewall policies. search results. Palo Alto Networks Top Connectors This dashboard monitors host which generate most connections in your network. It is useful for identifying hosts that make most connections, but could be omitted from top bandwidth consumers because of the small packets they send, e.g. port scanners. The dashboard shows connections generated by each host. search results. NetFlow Analytics for Splunk App User Manual 28

30 Top Applications This dashboard monitors traffic by Application as identified by Palo Alto Network devices. It is useful for real time or historical network utilization and bandwidth monitoring. The dashboard shows traffic volume and connections attributed to each application recognized by Palo Alto Networks devices. search results. Top Applications and Users This dashboard monitors traffic by Application and Users as identified by Palo Alto Network devices. It is useful for real time or historical network utilization and bandwidth monitoring. The dashboard shows traffic volume and connections attributed to each application recognized by Palo Alto Networks devices, and allows to drill down to see users of each reported application. search results. Search Dashboards There are three search dashboards within the App: Traffic Timeline - search criteria set to macro `netflow_search_traffic_rules` Cisco ASA Timeline Palo Alto Networks Timeline To see all output from NFO enter index=flowintegrator in search area. To filter search results to a specific NFO Module, please add the corresponding Module output ID to your search, for example: index=flowintegrator nfc_id=20067 You can add additional filters or any other Splunk search commands to narrow your search results and / or see various statistics. You can also save your custom searches there. NetFlow Analytics for Splunk App User Manual 29

31 Configuring Splunk Analytics for Hadoop (Hunk) To use this App with Hunk (NetFlow Optimizer data sent to Hadoop) perform the following: 1. In Hunk Web, select Manager > Virtual Indexes in the menu bar. 2. Click the Provider tab (if it is not already selected) and click New Provider. 3. Fill in the following fields: Name any string Java Home - /usr/lib/jvm/jre Hadoop Home - /opt/hadoop Hadoop Version Hadoop 2.x (Yarn) File System hdfs://%hdpip%:8020 Resource Manager Address - %HDPIP%:8050 Resource Scheduler Address - %HDPIP%:8030 HDFS Working Directory - /user/root/splunkmr 4. Select Manager > Virtual Indexes in the menu bar. 5. Click the Virtual Index tab (if it is not already selected) and click New Virtual Index. 6. Fill in the following fields: Name any string 7. Paths - /user/flume/netflow-syslog 8. Click Save to save your index and return to the Virtual Indexes page. How to generate sample events for testing purposes This functionality relies on the "The Splunk Event Generator" software available from Install the eventgen app on the indexer and perform the following: 1. Create directory $SPLUNK_ROOT/etc/apps/TA-netflow/local/ if it doesn't exist 2. Copy eventgen.conf from /default to /local folder and change the line: disabled = true to disabled = false 3. Restart Splunk NetFlow Analytics for Splunk App User Manual 30

V2P Network Visibility

V2P Network Visibility V2P Network Visibility Solution Guide Version 2.4.9 (Build 2.4.9.0.X) May 2017 Copyright 2012-2017 NetFlow Logic Corporation. All rights reserved. Patents both issued and pending. Contents Overview...

More information

Network Operations Analytics

Network Operations Analytics Network Operations Analytics Solution Guide Version 2.4.4 (Build 2.4.4.0.x) June 2016 Copyright 2012-2016 NetFlow Logic Corporation. All rights reserved. Patents Pending. Contents Introduction... 2 Solution

More information

NetFlow Optimizer. User Guide. Version (Build X) November 2017

NetFlow Optimizer. User Guide. Version (Build X) November 2017 NetFlow Optimizer User Guide Version 2.5.0 (Build 2.5.0.0.X) November 2017 Copyright 2012-2017 NetFlow Logic Corporation. All rights reserved. Patents both issued and pending. Contents About this Guide...

More information

NetFlow Optimizer. User Guide. Version (Build ) May 2017

NetFlow Optimizer. User Guide. Version (Build ) May 2017 NetFlow Optimizer User Guide Version 2.4.9 (Build 2.4.9.0.3) May 2017 Copyright 2012-2017 NetFlow Logic Corporation. All rights reserved. Patents both issued and pending. Contents About this Guide... 3

More information

NetFlow Integrator Standard

NetFlow Integrator Standard NetFlow Integrator Standard User Guide Version 2.4.2 (Build 2.4.2.0.11) November 2015 Copyright 2012, 2013 NetFlow Logic Corporation. All rights reserved. Patents Pending. Contents About this Guide...

More information

NetFlow Optimizer. Overview. Version (Build ) May 2017

NetFlow Optimizer. Overview. Version (Build ) May 2017 NetFlow Optimizer Overview Version 2.4.9 (Build 2.4.9.0.3) May 2017 Copyright 2013-2017 NetFlow Logic Corporation. All rights reserved. Patents both issued and pending. Contents About NetFlow Optimizer...

More information

NetFlow Integrator Standard

NetFlow Integrator Standard NetFlow Integrator Standard User Guide Version 2.4.3 (Build 2.4.3.0.24) February 2016 Copyright 2012-2016 NetFlow Logic Corporation. All rights reserved. Patents Pending. Contents About this Guide... 3

More information

Data Onboarding. Where Do I begin? Luke Netto Senior Professional Services Splunk. September 26, 2017 Washington, DC

Data Onboarding. Where Do I begin? Luke Netto Senior Professional Services Splunk. September 26, 2017 Washington, DC Data Onboarding Where Do I begin? Luke Netto Senior Professional Services Consultant @ Splunk September 26, 2017 Washington, DC Forward-Looking Statements During the course of this presentation, we may

More information

Compare Security Analytics Solutions

Compare Security Analytics Solutions Compare Security Analytics Solutions Learn how Cisco Stealthwatch compares with other security analytics products. This solution scales easily, giving you visibility across the entire network. Stealthwatch

More information

Trisul Network Analytics - Traffic Analyzer

Trisul Network Analytics - Traffic Analyzer Trisul Network Analytics - Traffic Analyzer Using this information the Trisul Network Analytics Netfllow for ISP solution provides information to assist the following operation groups: Network Operations

More information

Scrutinizer Flow Analytics

Scrutinizer Flow Analytics Scrutinizer Flow Analytics TM Scrutinizer Flow Analytics Scrutinizer Flow Analytics is an expert system that highlights characteristics about the network. It uses flow data across dozens or several hundred

More information

NetFlow Traffic Analyzer

NetFlow Traffic Analyzer GETTING STARTED GUIDE NetFlow Traffic Analyzer Version 4.2.3 Last Updated: Wednesday, October 11, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/netflow_traffic_analyzer_(nta)/nta_documentation

More information

Splunk Review. 1. Introduction

Splunk Review. 1. Introduction Splunk Review 1. Introduction 2. Splunk Splunk is a software tool for searching, monitoring and analysing machine generated data via web interface. It indexes and correlates real-time and non-real-time

More information

IBM Network Performance Insight Document Revision R2E1. Using Network Performance Insight IBM

IBM Network Performance Insight Document Revision R2E1. Using Network Performance Insight IBM IBM Network Performance Insight 1.2.3 Document Revision R2E1 Using Network Performance Insight IBM Note Before using this information and the product it supports, read the information in Notices on page

More information

NetFlow Traffic Analyzer

NetFlow Traffic Analyzer GETTING STARTED GUIDE NetFlow Traffic Analyzer Version 4.5 Last Updated: Monday, December 3, 2018 GETTING STARTED GUIDE: NETFLOW TRAFFIC ANALYZER 2018 SolarWinds Worldwide, LLC. All rights reserved. This

More information

Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide

Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide Version 1.0 Note Before using this information and the product it supports, read the information in Appendix A Notices on

More information

plixer Scrutinizer Competitor Worksheet Visualization of Network Health Unauthorized application deployments Detect DNS communication tunnels

plixer Scrutinizer Competitor Worksheet Visualization of Network Health Unauthorized application deployments Detect DNS communication tunnels Scrutinizer Competitor Worksheet Scrutinizer Malware Incident Response Scrutinizer is a massively scalable, distributed flow collection system that provides a single interface for all traffic related to

More information

Monitoring network bandwidth on routers and interfaces; Monitoring custom traffic on IP subnets and IP subnets groups; Monitoring end user traffic;

Monitoring network bandwidth on routers and interfaces; Monitoring custom traffic on IP subnets and IP subnets groups; Monitoring end user traffic; NetVizura NetFlow Analyzer enables you to collect, store and analyze network traffic data by utilizing Cisco NetFlow, IPFIX, NSEL, sflow and compatible netflow-like protocols. It allows you to visualize

More information

ACL Rule Configuration on the WAP371

ACL Rule Configuration on the WAP371 Article ID: 5089 ACL Rule Configuration on the WAP371 Objective A network access control list (ACL) is an optional layer of security that acts as a firewall for controlling traffic in and out of a subnet.

More information

What s New in Fireware v12.3 WatchGuard Training

What s New in Fireware v12.3 WatchGuard Training What s New in Fireware v12.3 2 What s New in Fireware v12.3 Updates to Networking functionality: SD-WAN actions SD-WAN reporting enhancements NetFlow support Link monitor enhancements Centralized FireCluster

More information

NetFlow Traffic Analyzer

NetFlow Traffic Analyzer ADMINISTRATOR GUIDE NetFlow Traffic Analyzer Version 4.4 Last Updated: Friday, June 15, 2018 2018 SolarWinds Worldwide, LLC. All rights reserved. This document may not be reproduced by any means nor modified,

More information

Monitoring and Analysis

Monitoring and Analysis CHAPTER 3 Cisco Prime Network Analysis Module 5.1 has two types of dashboards: One type is the summary views found under the Monitor menu, and the other type is the over time views found under the Analyze

More information

BIG-IP Analytics: Implementations. Version 12.1

BIG-IP Analytics: Implementations. Version 12.1 BIG-IP Analytics: Implementations Version 12.1 Table of Contents Table of Contents Setting Up Application Statistics Collection...5 What is Analytics?...5 About HTTP Analytics profiles...5 Overview: Collecting

More information

Connecting to a Service Provider Using External BGP

Connecting to a Service Provider Using External BGP Connecting to a Service Provider Using External BGP First Published: May 2, 2005 Last Updated: August 21, 2007 This module describes configuration tasks that will enable your Border Gateway Protocol (BGP)

More information

Troubleshooting with Network Analysis Module

Troubleshooting with Network Analysis Module Troubleshooting with Network Analysis Module Introduction The Cisco Network Analysis Module (NAM) provides visibility into how the network is performing and how users experience the applications and services

More information

Seceon s Open Threat Management software

Seceon s Open Threat Management software Seceon s Open Threat Management software Seceon s Open Threat Management software (OTM), is a cyber-security advanced threat management platform that visualizes, detects, and eliminates threats in real

More information

Monitoring and Threat Detection

Monitoring and Threat Detection Monitoring and Threat Detection with Netflow Michael Belan Consulting Systems Engineer Cisco GSSO January 2017 AGENDA What is SW? Where does it fit in overall Cisco Security framework? What is SW? What

More information

Information about Network Security with ACLs

Information about Network Security with ACLs This chapter describes how to configure network security on the switch by using access control lists (ACLs), which in commands and tables are also referred to as access lists. Finding Feature Information,

More information

Traffic and Performance Visibility for Cisco Live 2010, Barcelona

Traffic and Performance Visibility for Cisco Live 2010, Barcelona Traffic and Performance Visibility for Cisco Live 2010, Barcelona Background Cisco Live is Cisco's annual premier education and training event for IT, networking, and communications professionals. Cisco

More information

Advanced Application Reporting USER GUIDE

Advanced Application Reporting USER GUIDE Advanced Application Reporting USER GUIDE CONTENTS 1.0 Preface: About This Document 5 2.0 Conventions 5 3.0 Chapter 1: Introducing Advanced Application Reporting 6 4.0 Features and Benefits 7 5.0 Product

More information

Configure and enable syslog streaming for every Barracuda NextGen Firewall F-Series you want to include in the Splunk App.

Configure and enable syslog streaming for every Barracuda NextGen Firewall F-Series you want to include in the Splunk App. Splunk is a third-party platform for operational intelligence that allows you to monitor websites, applications servers, and networks. The Barracuda NextGen Firewall F-Series app shows information on matched

More information

BIG-IP Analytics: Implementations. Version 13.1

BIG-IP Analytics: Implementations. Version 13.1 BIG-IP Analytics: Implementations Version 13.1 Table of Contents Table of Contents Setting Up Application Statistics Collection...5 What is Analytics?...5 About HTTP Analytics profiles... 5 Overview:

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for IP Flow (NetFlow/J-Flow) Configuration Guide October 17, 2017 SmartConnector for IP Flow (NetFlow/J-Flow) October 17, 2017 Copyright 2004 2017 Hewlett

More information

FlowMonitor for WhatsUp Gold v16.3 User Guide

FlowMonitor for WhatsUp Gold v16.3 User Guide FlowMonitor for WhatsUp Gold v16.3 User Guide Contents Flow Monitor Overview Welcome to WhatsUp Gold Flow Monitor... 1 What is Flow Monitor?... 2 How does Flow Monitor work?... 2 Flow Monitor System requirements...

More information

Configuring Cisco Performance Monitor

Configuring Cisco Performance Monitor This document contains information about and instructions for configuring Cisco Performance Monitor. Finding Feature Information, page 1 Information About Cisco Performance Monitor, page 1 Restrictions

More information

Barracuda Link Balancer

Barracuda Link Balancer Barracuda Networks Technical Documentation Barracuda Link Balancer Administrator s Guide Version 2.3 RECLAIM YOUR NETWORK Copyright Notice Copyright 2004-2011, Barracuda Networks www.barracuda.com v2.3-111215-01-1215

More information

Using NetFlow Filtering or Sampling to Select the Network Traffic to Track

Using NetFlow Filtering or Sampling to Select the Network Traffic to Track Using NetFlow Filtering or Sampling to Select the Network Traffic to Track First Published: June 19, 2006 Last Updated: December 17, 2010 This module contains information about and instructions for selecting

More information

Monitoring Data CHAPTER

Monitoring Data CHAPTER CHAPTER 4 The Monitor tab provides options to view various types of monitored data. There are options for: Viewing the Monitor Overview Charts, page 4-9 Viewing Application Data, page 4-12 Viewing Voice

More information

vcenter Operations Management Pack for NSX-vSphere

vcenter Operations Management Pack for NSX-vSphere vcenter Operations Management Pack for NSX-vSphere vcenter Operations Manager 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Modular Policy Framework. Class Maps SECTION 4. Advanced Configuration

Modular Policy Framework. Class Maps SECTION 4. Advanced Configuration [ 59 ] Section 4: We have now covered the basic configuration and delved into AAA services on the ASA. In this section, we cover some of the more advanced features of the ASA that break it away from a

More information

vrealize Operations Management Pack for NSX for Multi-Hypervisor

vrealize Operations Management Pack for NSX for Multi-Hypervisor vrealize Operations Management Pack for This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more

More information

NetFlow and NetFlow Data Export.

NetFlow and NetFlow Data Export. Getting Started with Configuring Cisco IOS NetFlow and NetFlow Data Export This module contains the minimum amount of information about and instructions necessary for configuring NetFlow to capture and

More information

ForeScout CounterACT. Configuration Guide. Version 1.2

ForeScout CounterACT. Configuration Guide. Version 1.2 ForeScout CounterACT Core Extensions Module: NetFlow Plugin Version 1.2 Table of Contents About NetFlow Integration... 3 How it Works... 3 Supported NetFlow Versions... 3 What to Do... 3 Requirements...

More information

GSS Administration and Troubleshooting

GSS Administration and Troubleshooting CHAPTER 9 GSS Administration and Troubleshooting This chapter covers the procedures necessary to properly manage and maintain your GSSM and GSS devices, including login security, software upgrades, GSSM

More information

USM Anywhere AlienApps Guide

USM Anywhere AlienApps Guide USM Anywhere AlienApps Guide Updated April 23, 2018 Copyright 2018 AlienVault. All rights reserved. AlienVault, AlienApp, AlienApps, AlienVault OSSIM, Open Threat Exchange, OTX, Unified Security Management,

More information

DOWNLOAD PDF CISCO IRONPORT CONFIGURATION GUIDE

DOWNLOAD PDF CISCO IRONPORT CONFIGURATION GUIDE Chapter 1 : Cisco IronPort E-mail Security Appliance Best Practices : Part 3 - emtunc's Blog Cisco IronPort AsyncOS for Email Security Advanced Configuration Guide (PDF - 9 MB) Cisco IronPort AsyncOS for

More information

NAM Deployment CHAPTER

NAM Deployment CHAPTER CHAPTER 6 This chapter describes usage scenarios for the Cisco Prime Network Analysis Module 5.1. Each scenario focuses on a need to be addressed or a problem to be solved. The scenario takes into account

More information

Assure the Health of Your Network

Assure the Health of Your Network DNA Center Assurance Overview, on page 1 Monitor and Troubleshoot the Overall Health of Your Enterprise, on page 4 Monitor and Troubleshoot the Health of Your Network, on page 7 Monitor and Troubleshoot

More information

VARONIS APP FOR SPLUNK. User Guide

VARONIS APP FOR SPLUNK. User Guide VARONIS APP FOR SPLUNK User Guide Publishing Information Software version Version 1.14 Document version 2 Publication date September, 2017 Copyright 2005-2017 Varonis Systems Inc. All rights reserved.

More information

Monitoring Data CHAPTER

Monitoring Data CHAPTER CHAPTER 4 The Monitor tab provides options for viewing various types of monitored data. There are options for: Overview of Data Collection and Data Sources, page 4-2 Viewing the Monitor Overview Charts,

More information

Palo Alto Networks Integration with LiveNX

Palo Alto Networks Integration with LiveNX LIVEACTION, INC. Palo Alto Networks Integration with LiveNX LiveAction, Inc. Copyright 2008-2016 LiveAction, Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the 3500 LiveAction WEST BAYSHORE Logo

More information

Monitoring Dashboard CHAPTER

Monitoring Dashboard CHAPTER CHAPTER 6 This chapter explains the list of default dashboards in (see List of Default Portlets in ) and the following portlets in the dashboard: N-Hop View High Severity Faults Syslog Summary Syslog Alerts

More information

IP Access List Overview

IP Access List Overview Access control lists (ACLs) perform packet filtering to control which packets move through a network and to where. The packet filtering provides security by helping to limit the network traffic, restrict

More information

Accessing SGM Data from a Web Browser

Accessing SGM Data from a Web Browser CHAPTER 7 Accessing SGM Data from a Web Browser This chapter provides information about accessing SGM data from the SGM server home page, using a Web browser. This chapter includes the following sections:

More information

The ehealth Traffic Accountant Reporting Application

The ehealth Traffic Accountant Reporting Application Focus on Value The ehealth Traffic Accountant Reporting Application Understanding data (or traffic ) flow is essential for capacity planning and enabling a consistent level of performance particularly

More information

vrealize Operations Management Pack for NSX for vsphere 2.0

vrealize Operations Management Pack for NSX for vsphere 2.0 vrealize Operations Management Pack for NSX for vsphere 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Configuring Data Export for Flexible NetFlow with Flow Exporters

Configuring Data Export for Flexible NetFlow with Flow Exporters Configuring Data Export for Flexible NetFlow with Flow Exporters Last Updated: September 4, 2012 This document contains information about and instructions for configuring flow exporters to export Flexible

More information

Quality of Service (QoS): Managing Bandwidth More Effectively

Quality of Service (QoS): Managing Bandwidth More Effectively 15 Quality of Service (QoS): Managing Bandwidth More Effectively Contents Introduction................................................. 15-2 Terminology............................................... 15-5

More information

Skybox Firewall Assurance

Skybox Firewall Assurance Skybox Firewall Assurance Getting Started Guide 8.5.600 Revision: 11 Proprietary and Confidential to Skybox Security. 2017 Skybox Security, Inc. All rights reserved. Due to continued product development,

More information

Flexible NetFlow IPv6 Unicast Flows

Flexible NetFlow IPv6 Unicast Flows The feature enables Flexible NetFlow to monitor IPv6 traffic. Finding Feature Information, on page 1 Information About Flexible NetFlow IPv6 Unicast Flows, on page 1 How to Configure Flexible NetFlow IPv6

More information

Flow Sampling for ASR1K

Flow Sampling for ASR1K LIVEACTION, INC. Flow Sampling for ASR1K CONFIGURATION LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and

More information

NetFlow Basics and Deployment Strategies

NetFlow Basics and Deployment Strategies NetFlow Basics and Deployment Strategies Section 1 The Need for Flow Analysis... 1 Section 2 How does NetFlow Work?... 1 The NetFlow Cache... 2 The NetFlow Data Exporter (NDE)... 4 Section 3 - The NetFlow

More information

Network Management and Monitoring

Network Management and Monitoring Network Management and Monitoring Introduction to Netflow These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license (http://creativecommons.org/licenses/by-nc/3.0/)

More information

Implementation Guide - VPN Network with Static Routing

Implementation Guide - VPN Network with Static Routing Implementation Guide - VPN Network with Static Routing This guide contains advanced topics and concepts. Follow the links in each section for step-by-step instructions on how to configure the following

More information

Using NetFlow Sampling to Select the Network Traffic to Track

Using NetFlow Sampling to Select the Network Traffic to Track Using NetFlow Sampling to Select the Network Traffic to Track This module contains information about and instructions for selecting the network traffic to track through the use of NetFlow sampling. The

More information

Pass4sure q. Cisco Securing Cisco Networks with Sourcefire IPS

Pass4sure q. Cisco Securing Cisco Networks with Sourcefire IPS Pass4sure.500-285.42q Number: 500-285 Passing Score: 800 Time Limit: 120 min File Version: 6.1 Cisco 500-285 Securing Cisco Networks with Sourcefire IPS I'm quite happy to announce that I passed 500-285

More information

NetBrain POC Walk-Through

NetBrain POC Walk-Through NetBrain POC Walk-Through For OE 4.1 Dynamic Documentation Visual Troubleshooting NetBrain Technologies, Inc. 2004-2013. All rights reserved +1.800.605.7964 support@netbraintech.com www.netbraintech.com

More information

Introduction to Netflow

Introduction to Netflow Introduction to Netflow Campus Network Design & Operations Workshop These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/)

More information

Using NetFlow Sampling to Select the Network Traffic to Track

Using NetFlow Sampling to Select the Network Traffic to Track Using NetFlow Sampling to Select the Network Traffic to Track Last Updated: September 17, 2012 This module contains information about and instructions for selecting the network traffic to track through

More information

Contents. Introduction

Contents. Introduction Contents Introduction Prerequisites Requirements Components Used Background Information Cisco Anyconnect Secure Mobility Client Internet Protocol Flow Information Export (IPFIX) IPFIX Collector Splunk

More information

Configuring QoS CHAPTER

Configuring QoS CHAPTER CHAPTER 34 This chapter describes how to use different methods to configure quality of service (QoS) on the Catalyst 3750 Metro switch. With QoS, you can provide preferential treatment to certain types

More information

IP Access List Overview

IP Access List Overview Access control lists (ACLs) perform packet filtering to control which packets move through the network and where. Such control provides security by helping to limit network traffic, restrict the access

More information

Configuring Data Export for Flexible NetFlow with Flow Exporters

Configuring Data Export for Flexible NetFlow with Flow Exporters Configuring Data Export for Flexible NetFlow with Flow Exporters Last Updated: November 29, 2012 This document contains information about and instructions for configuring flow exporters to export Flexible

More information

SD-WAN Deployment Guide (CVD)

SD-WAN Deployment Guide (CVD) SD-WAN Deployment Guide (CVD) All Cisco Meraki security appliances are equipped with SD-WAN capabilities that enable administrators to maximize network resiliency and bandwidth efficiency. This guide introduces

More information

ASA Access Control. Section 3

ASA Access Control. Section 3 [ 39 ] CCNP Security Firewall 642-617 Quick Reference Section 3 ASA Access Control Now that you have connectivity to the ASA and have configured basic networking settings on the ASA, you can start to look

More information

Flow Analyzer 1.0 Help Guide FLOW ANALYZER 1.0. By Nuviso

Flow Analyzer 1.0 Help Guide FLOW ANALYZER 1.0. By Nuviso FLOW ANALYZER 1.0 By Nuviso 1 CONTENTS Overview... 3 Flow Correlation... 3 Alternate/Optimal Path... 4 Optimal path based on least Hops... 4 Optimal path based on least Latency... 4 Optimal path based

More information

SteelCentral NPM. NetProfiler, NetShark, Flow Gateway & Packet Analyzer. December 2015

SteelCentral NPM. NetProfiler, NetShark, Flow Gateway & Packet Analyzer. December 2015 SteelCentral NPM NetProfiler, NetShark, Flow Gateway & Packet Analyzer December 2015 IT Ops Network Ops App Ops DevOps LOB Unified Performance Visibility Single Performance Management Interface Real-Time,

More information

Empower stakeholders with single-pane visibility and insights Enrich firewall security data

Empower stakeholders with single-pane visibility and insights Enrich firewall security data SonicWall Analytics Transforming data into information, information into knowledge, knowledge into decisions and decisions into actions SonicWall Analytics provides an eagle-eye view into everything that

More information

Centralized Log Hosting Manual for User

Centralized Log Hosting Manual for User Centralized Log Hosting Manual for User English Version 1.0 Page 1 of 31 Table of Contents 1 WELCOME...3 2 WAYS TO ACCESS CENTRALIZED LOG HOSTING PAGE...4 3 YOUR APPS IN KSC CENTRALIZED LOG HOSTING WEB...5

More information

F5 DDoS Hybrid Defender : Setup. Version

F5 DDoS Hybrid Defender : Setup. Version F5 DDoS Hybrid Defender : Setup Version 13.1.0.3 Table of Contents Table of Contents Introducing DDoS Hybrid Defender... 5 Introduction to DDoS Hybrid Defender...5 DDoS deployments... 5 Example DDoS Hybrid

More information

vrealize Operations Management Pack for NSX for vsphere 3.5.0

vrealize Operations Management Pack for NSX for vsphere 3.5.0 vrealize Operations Management Pack for NSX for vsphere 3.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Active Flow Monitoring Version 9 Modified: 2017-01-18 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All

More information

WhatsUp Gold. Evaluation Guide

WhatsUp Gold. Evaluation Guide WhatsUp Gold Evaluation Guide Table of Contents This guide provides and overview of WhatsUp Gold. Refer to our Online Help for more details. Section Step 1: Getting Started Description Installation requirements

More information

NetFlow Configuration Guide

NetFlow Configuration Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

Flexible NetFlow - Top N Talkers Support

Flexible NetFlow - Top N Talkers Support This document contains information about and instructions for using the Flexible NetFlow - Top N Talkers Support feature. The feature helps you analyze the large amount of data that Flexible NetFlow captures

More information

GUIDE. LiveNX Semantic Tagging: Best-Practices Guide

GUIDE. LiveNX Semantic Tagging: Best-Practices Guide LiveNX Semantic Tagging: Best-Practices Guide 1 TABLE OF CONTENTS Introduction... 3 Groups... 3 Sites and Site IPs... 6 WAN and Service Provider... 8 Label... 9 Capacity...10 Device and Interface Tags...11

More information

Sonicwall NSA240 / TZ210 Configuration Guide (Firmware: SonicOS Enhanced o & up)

Sonicwall NSA240 / TZ210 Configuration Guide (Firmware: SonicOS Enhanced o & up) Sonicwall Configuration Guide v1.0 Sonicwall NSA240 / TZ210 Configuration Guide (Firmware: SonicOS Enhanced 5.8.1.1-35o & up) 169 Saxony Road, Suite 212 Encinitas, CA 92024 Phone & Fax: (800) 477-1477

More information

Configuring NetFlow and NetFlow Data Export

Configuring NetFlow and NetFlow Data Export This module contains information about and instructions for configuring NetFlow to capture and export network traffic data. NetFlow capture and export are performed independently on each internetworking

More information

NetFlow Monitoring. NetFlow Monitoring

NetFlow Monitoring. NetFlow Monitoring , page 1 NetFlow Limitations, page 2 Creating a Flow Record Definition, page 3 Viewing Flow Record Definitions, page 4 Defining the Exporter Profile, page 4 Creating a Flow Collector, page 5 Creating a

More information

Unified Networks Administration & Monitoring System Specifications : YM - IT. YM Unified Networks Administration & Monitoring System

Unified Networks Administration & Monitoring System Specifications : YM - IT. YM Unified Networks Administration & Monitoring System 2115 YM Unified Networks Administration & Monitoring System 1. مواصفات نظام ادارة ومراقبة الشبكات الموحد: BOQ of Unified Networks Administration and Monitoring System: N 1 2 3 4 Item Main Network Monitoring

More information

Using Flexible NetFlow Top N Talkers to Analyze Network Traffic

Using Flexible NetFlow Top N Talkers to Analyze Network Traffic Using Flexible NetFlow Top N Talkers to Analyze Network Traffic Last Updated: September 4, 2012 This document contains information about and instructions for using the Flexible NetFlow--Top N Talkers Support

More information

Forescout. Configuration Guide. Version 3.5

Forescout. Configuration Guide. Version 3.5 Forescout Version 3.5 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Enhanced Threat Detection, Investigation, and Response

Enhanced Threat Detection, Investigation, and Response Enhanced Threat Detection, Investigation, and Response What s new in Cisco Stealthwatch Enterprise Release 6.10.2 Cisco Stealthwatch Enterprise is a comprehensive visibility and security analytics solution

More information

vcloud Air - Virtual Private Cloud OnDemand Networking Guide

vcloud Air - Virtual Private Cloud OnDemand Networking Guide vcloud Air - Virtual Private Cloud OnDemand Networking Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Quality of Service. Create QoS Policy CHAPTER26. Create QoS Policy Tab. Edit QoS Policy Tab. Launch QoS Wizard Button

Quality of Service. Create QoS Policy CHAPTER26. Create QoS Policy Tab. Edit QoS Policy Tab. Launch QoS Wizard Button CHAPTER26 The (QoS) Wizard allows a network administrator to enable (QoS) on the router s WAN interfaces. QoS can also be enabled on IPSec VPN interfaces and tunnels. The QoS edit windows enables the administrator

More information

How to Export sflow from a Cisco ASR 9k

How to Export sflow from a Cisco ASR 9k LIVEACTION, INC. How to Export sflow from a Cisco ASR 9k CONFIGURATION LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

Installing SmartSense on HDP

Installing SmartSense on HDP 1 Installing SmartSense on HDP Date of Publish: 2018-07-12 http://docs.hortonworks.com Contents SmartSense installation... 3 SmartSense system requirements... 3 Operating system, JDK, and browser requirements...3

More information

Configuring NetFlow. Information About NetFlow. What is a Flow. This chapter contains the following sections:

Configuring NetFlow. Information About NetFlow. What is a Flow. This chapter contains the following sections: This chapter contains the following sections: Information About NetFlow, page 1 Guidelines and Limitations for NetFlow, page 9 Default Settings for NetFlow, page 10 Enabling the NetFlow Feature, page 11

More information

Introduction to Network Discovery and Identity

Introduction to Network Discovery and Identity The following topics provide an introduction to network discovery and identity policies and data: Host, Application, and User Detection, page 1 Uses for Host, Application, and User Discovery and Identity

More information

Object Groups for ACLs

Object Groups for ACLs The feature lets you classify users, devices, or protocols into groups and apply those groups to access control lists (ACLs) to create access control policies for those groups. This feature lets you use

More information