<?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 IPv6: permit does not stop passing of the packet according to the rules in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-permit-does-not-stop-passing-of-the-packet-according-to-the/m-p/74652#M19209</link>
    <description>I have two servers, IPv6 interfaces: 2a06:6780:0:1: 1 and 2a06:6780:0: 2: 2&lt;BR /&gt;
&lt;BR /&gt;
Each of the servers is connected to BD-8810, on each port there is the same ingress policy, approximately with the following content:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;# To our IPv6&lt;BR /&gt;entry 06_to_our_ipv6 {&lt;BR /&gt;if {&lt;BR /&gt;        destination-address 2a06:6780::/29;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;        co﻿unt 06_to_our_ipv6;&lt;BR /&gt;        permit;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;# To world IPv6&lt;BR /&gt;entry 07_from_ipv6 {&lt;BR /&gt;if {&lt;BR /&gt;       source-address 2a06:6780::/29;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;        count 07_from_ipv6;&lt;BR /&gt;        redirec﻿t-name uplink6;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
Connectivity between servers over IPv6 is present, but turned out to be suspiciously high ping between them ~20ms. By the way ~10ms-this is the first gateway uplink.&lt;BR /&gt;
&lt;BR /&gt;
Began to understand, the traffic from the server to the server goes through uplink (uplink6).&lt;BR /&gt;
&lt;BR /&gt;
For clarity, changed the policy to this:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;# To our IPv6&lt;BR /&gt;entry﻿ 06_to_our_ipv6 {&lt;BR /&gt;if {&lt;BR /&gt;        source-address 0::/0;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;        count 06_to_our_ipv6;&lt;BR /&gt;        permit;﻿&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;# To world IPv6&lt;BR /&gt;entry 07_from_ipv6 {&lt;BR /&gt;if {&lt;BR /&gt;        source-address 0::/0;&lt;BR /&gt;}&lt;BR /&gt;then {﻿&lt;BR /&gt;        count 07_from_ipv6;&lt;BR /&gt;        redirect-name uplink6;&lt;BR /&gt;}﻿﻿&lt;BR /&gt;}﻿﻿&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
What was my surprise that both counters &lt;B&gt;are growing at the same time and equally!&lt;/B&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;# sho access-list counter ports 1:34&lt;BR /&gt;Policy Name       Vlan Name        Port   Direction&lt;BR /&gt;    Counter Name                   Packet Count         Byte Count&lt;BR /&gt;==================================================================&lt;BR /&gt;from_ipv4_ipv6    *                1:34   ingress&lt;BR /&gt;...&lt;BR /&gt;    06_to_our_ipv6                 624&lt;BR /&gt;    07_from_ipv6                   624&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
How is that even possible? Why does permit not stop the package from passing by the rules?</description>
    <pubDate>Wed, 13 Feb 2019 19:00:29 GMT</pubDate>
    <dc:creator>Rom1</dc:creator>
    <dc:date>2019-02-13T19:00:29Z</dc:date>
    <item>
      <title>IPv6: permit does not stop passing of the packet according to the rules</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-permit-does-not-stop-passing-of-the-packet-according-to-the/m-p/74652#M19209</link>
      <description>I have two servers, IPv6 interfaces: 2a06:6780:0:1: 1 and 2a06:6780:0: 2: 2&lt;BR /&gt;
&lt;BR /&gt;
Each of the servers is connected to BD-8810, on each port there is the same ingress policy, approximately with the following content:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;# To our IPv6&lt;BR /&gt;entry 06_to_our_ipv6 {&lt;BR /&gt;if {&lt;BR /&gt;        destination-address 2a06:6780::/29;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;        co﻿unt 06_to_our_ipv6;&lt;BR /&gt;        permit;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;# To world IPv6&lt;BR /&gt;entry 07_from_ipv6 {&lt;BR /&gt;if {&lt;BR /&gt;       source-address 2a06:6780::/29;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;        count 07_from_ipv6;&lt;BR /&gt;        redirec﻿t-name uplink6;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
Connectivity between servers over IPv6 is present, but turned out to be suspiciously high ping between them ~20ms. By the way ~10ms-this is the first gateway uplink.&lt;BR /&gt;
&lt;BR /&gt;
Began to understand, the traffic from the server to the server goes through uplink (uplink6).&lt;BR /&gt;
&lt;BR /&gt;
For clarity, changed the policy to this:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;# To our IPv6&lt;BR /&gt;entry﻿ 06_to_our_ipv6 {&lt;BR /&gt;if {&lt;BR /&gt;        source-address 0::/0;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;        count 06_to_our_ipv6;&lt;BR /&gt;        permit;﻿&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;# To world IPv6&lt;BR /&gt;entry 07_from_ipv6 {&lt;BR /&gt;if {&lt;BR /&gt;        source-address 0::/0;&lt;BR /&gt;}&lt;BR /&gt;then {﻿&lt;BR /&gt;        count 07_from_ipv6;&lt;BR /&gt;        redirect-name uplink6;&lt;BR /&gt;}﻿﻿&lt;BR /&gt;}﻿﻿&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
What was my surprise that both counters &lt;B&gt;are growing at the same time and equally!&lt;/B&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;# sho access-list counter ports 1:34&lt;BR /&gt;Policy Name       Vlan Name        Port   Direction&lt;BR /&gt;    Counter Name                   Packet Count         Byte Count&lt;BR /&gt;==================================================================&lt;BR /&gt;from_ipv4_ipv6    *                1:34   ingress&lt;BR /&gt;...&lt;BR /&gt;    06_to_our_ipv6                 624&lt;BR /&gt;    07_from_ipv6                   624&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
How is that even possible? Why does permit not stop the package from passing by the rules?</description>
      <pubDate>Wed, 13 Feb 2019 19:00:29 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-permit-does-not-stop-passing-of-the-packet-according-to-the/m-p/74652#M19209</guid>
      <dc:creator>Rom1</dc:creator>
      <dc:date>2019-02-13T19:00:29Z</dc:date>
    </item>
  </channel>
</rss>

