<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ISE 3.2 - traffic calculation between nodes in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-3-2-traffic-calculation-between-nodes/m-p/5031403#M587862</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there a way to check how much data each node in deployment transmitted / received between each other? I can see that under monitoring I can create new Dashboard with received / transmit total bytes, but then I have multiple instances. Also when I will edit "Traffic - Transmit.." I can change "avg(rate(node_network_transmit_bytes_total{job="$job", device=~"eth."}[$__rate_interval]))" but what command I should use to have total transmitted / received data between nodes for last 30 days?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2024 08:27:44 GMT</pubDate>
    <dc:creator>przemyslaw.wieczorek</dc:creator>
    <dc:date>2024-03-01T08:27:44Z</dc:date>
    <item>
      <title>ISE 3.2 - traffic calculation between nodes</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-3-2-traffic-calculation-between-nodes/m-p/5031403#M587862</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there a way to check how much data each node in deployment transmitted / received between each other? I can see that under monitoring I can create new Dashboard with received / transmit total bytes, but then I have multiple instances. Also when I will edit "Traffic - Transmit.." I can change "avg(rate(node_network_transmit_bytes_total{job="$job", device=~"eth."}[$__rate_interval]))" but what command I should use to have total transmitted / received data between nodes for last 30 days?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 08:27:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-3-2-traffic-calculation-between-nodes/m-p/5031403#M587862</guid>
      <dc:creator>przemyslaw.wieczorek</dc:creator>
      <dc:date>2024-03-01T08:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 3.2 - traffic calculation between nodes</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-3-2-traffic-calculation-between-nodes/m-p/5031986#M587870</link>
      <description>&lt;P&gt;You need to use Monitoring/Log Analytics for this but I believe it only has 7 days of log retention.&amp;nbsp; If this is a VM you can use hypervisor monitoring tools.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 19:25:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-3-2-traffic-calculation-between-nodes/m-p/5031986#M587870</guid>
      <dc:creator>ahollifield</dc:creator>
      <dc:date>2024-03-01T19:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 3.2 - traffic calculation between nodes</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-3-2-traffic-calculation-between-nodes/m-p/5033570#M587900</link>
      <description>&lt;P&gt;VM monitoring tools won't show me summary how much data was received / transmitted. So I believe that Monitoring / Log Analytics will be handy. When I open Monitoring I can see network speed, I can edit that and change command under Metrics browser, but I need to know what exactly to use. For speed it is this command by default:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;avg&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;rate&lt;/SPAN&gt;&lt;SPAN&gt;(node_network_transmit_bytes_total{&lt;/SPAN&gt;&lt;SPAN&gt;job&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"$job"&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;device&lt;/SPAN&gt;&lt;SPAN&gt;=~&lt;/SPAN&gt;&lt;SPAN&gt;"eth."&lt;/SPAN&gt;&lt;SPAN&gt;}[$__rate_interval]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;What command I need to use to have overall transmitted or received data (unit I will change to GB or TB).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;BTW - I was playing with those settings, but it shows me PetaBytes of data - and that's hard to believe &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; so for sure I'm doing something wrong.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Mar 2024 12:01:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-3-2-traffic-calculation-between-nodes/m-p/5033570#M587900</guid>
      <dc:creator>przemyslaw.wieczorek</dc:creator>
      <dc:date>2024-03-04T12:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 3.2 - traffic calculation between nodes</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-3-2-traffic-calculation-between-nodes/m-p/5035959#M587959</link>
      <description>&lt;P&gt;So far I was able to check how to calculate used data overall - so not only between nodes but generally in/out everything. Go to Monitoring, scroll down to "Network Traffic - Received and Transmitted" - expand arrow near it &amp;gt; view, set period to X days, then hit "Inspect &amp;gt; Data". Window will open with data which you can export to CSV and just summarize it. But important - it will be only received data, you need to change to under "Data options" to Transmitted and again export to CSV.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still checking if it is possible to check data usage between nodes with Grafana.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 14:57:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-3-2-traffic-calculation-between-nodes/m-p/5035959#M587959</guid>
      <dc:creator>przemyslaw.wieczorek</dc:creator>
      <dc:date>2024-03-07T14:57:33Z</dc:date>
    </item>
  </channel>
</rss>

