<?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 RE: Openflow ACL-configuration in ExtremeWireless (General)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-general/openflow-acl-configuration/m-p/32211#M878</link>
    <description>Sorry I forgot to include the openflow configurations OpenFlow:          Enabled&lt;BR /&gt;
Versions:          OpenFlow10, OpenFlow13&lt;BR /&gt;
Mode:              Standard&lt;BR /&gt;
FDB:               On&lt;BR /&gt;
Access-list width: Double&lt;BR /&gt;
Controller       : Primary&lt;BR /&gt;
    Status       : ACTIVE&lt;BR /&gt;
    Datapath ID  : 0000020496987825&lt;BR /&gt;
    VR           : VR-Default&lt;BR /&gt;
    Mode         : out-of-band Active&lt;BR /&gt;
    Target       : tcp:192.168.212.236:6633&lt;BR /&gt;
    Uptime(secs) : 54314&lt;BR /&gt;
Controller       : Secondary&lt;BR /&gt;
    Not configured.&lt;BR /&gt;
                                                     Flows&lt;BR /&gt;
VLAN                             VID  Mode     Ports Active Error&lt;BR /&gt;
-------------------------------- ---- -------- ----- ------ ------&lt;BR /&gt;
Internal                          300 Standard    14      0      0&lt;BR /&gt;
HPC                               600 Standard    85      0      0&lt;BR /&gt;
CloudSci                          700 Standard     9      0      0&lt;BR /&gt;
CloudEnt                          800 Standard     9      0      0&lt;BR /&gt;
Total number of VLAN(s): 4# Module openflow configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure openflow default-rule bddp controller&lt;BR /&gt;
configure openflow default-rule lldp controller&lt;BR /&gt;
configure openflow default-rule iparp controller&lt;BR /&gt;
configure openflow default-rule miss controller&lt;BR /&gt;
enable openflow&lt;BR /&gt;
configure openflow tables fdb on&lt;BR /&gt;
enable openflow vlan "Internal"&lt;BR /&gt;
enable openflow vlan "HPC"&lt;BR /&gt;
enable openflow vlan "CloudSci"&lt;BR /&gt;
enable openflow vlan "CloudEnt"&lt;BR /&gt;
configure openflow controller primary out-of-band active ipaddress 192.168.212.236 What I did here is tagged the controller to the Vlan "Internal" and gave the IP 192.168.212.236. On the controller side, it is able to discover the ports associated with the openflow enabled vlans, however, it does not show any topology and flows.&lt;BR /&gt;
&lt;BR /&gt;
Currently, There are no access-list configured in the switches. &lt;BR /&gt;
&lt;BR /&gt;
Additional info: &lt;BR /&gt;
Here are the openflow tables &lt;BR /&gt;
show openflow tables &lt;BR /&gt;
table_t_get valid=1, id=0&lt;BR /&gt;
table_t_get id=0, first/last=1/3&lt;BR /&gt;
Type Usage Flows&lt;BR /&gt;
---- ----- ------&lt;BR /&gt;
ACL  on         0&lt;BR /&gt;
FDB  on         0It says in the error logs something to do with ofproto-exos here are the debug output of ofproto-exos&lt;BR /&gt;
&lt;BR /&gt;
debug openflow show ofproto-exos &lt;BR /&gt;
glob_ofproto:&lt;BR /&gt;
def_rule_no                    0          def_rule_count                 0          &lt;BR /&gt;
def_rules_flushed              0          numOfVlansPendingDefaultACL    0          &lt;BR /&gt;
numOfVlansPendingDelete        0          acl_count                      0          &lt;BR /&gt;
fdb_rule_no                    0          fdb_rule_count                 0          &lt;BR /&gt;
fdb_rules_flushed              0          fdb_count                      0          &lt;BR /&gt;
glob_ofproto barrier:&lt;BR /&gt;
barrier_rule_count             0          barrier_max_cnt                0          &lt;BR /&gt;
barrier_req_cnt                27         barrier_resp_delay_cnt         0          &lt;BR /&gt;
barrier_resp_cnt               27         config_req_op_cnt              56664      &lt;BR /&gt;
config_resp_op_cnt             56664      unconfig_req_op_cnt            0          &lt;BR /&gt;
unconfig_resp_op_cnt           0          &lt;BR /&gt;
========================================&lt;BR /&gt;
Message stats                       sent       rcvd&lt;BR /&gt;
----------------------------- ---------- ----------&lt;BR /&gt;
OFPT_HELLO                             0          0&lt;BR /&gt;
OFPT_ERROR                         55573          0&lt;BR /&gt;
OFPT_ECHO_REQUEST                      0          0&lt;BR /&gt;
OFPT_ECHO_REPLY                        0          0&lt;BR /&gt;
OFPT_VENDOR                            0          0&lt;BR /&gt;
OFPT_FEATURES_REQUEST                  0          1&lt;BR /&gt;
OFPT_FEATURES_REPLY                    1          0&lt;BR /&gt;
OFPT_GET_CONFIG_REQUEST                0          1&lt;BR /&gt;
OFPT_GET_CONFIG_REPLY                  1          0&lt;BR /&gt;
OFPT_SET_CONFIG                        0          1&lt;BR /&gt;
OFPT_PACKET_IN                         0          0&lt;BR /&gt;
OFPT_FLOW_REMOVED                      0          0&lt;BR /&gt;
OFPT_PORT_STATUS                       0          0&lt;BR /&gt;
OFPT_PACKET_OUT                        0    2939700&lt;BR /&gt;
OFPT_FLOW_MOD                          0      55573&lt;BR /&gt;
OFPT_PORT_MOD                          0          0&lt;BR /&gt;
OFPT_STATS_REQUEST                     0          0&lt;BR /&gt;
OFPT_STATS_REPLY                       0          0&lt;BR /&gt;
OFPT_BARRIER_REQUEST                   0      49853&lt;BR /&gt;
OFPT_BARRIER_REPLY                 49853          0&lt;BR /&gt;
OFPT_QUEUE_GET_CONFIG_REQUEST          0          9&lt;BR /&gt;
========================================&lt;BR /&gt;
Flow Tree: flowTreeCnt=0&lt;BR /&gt;
========================================&lt;BR /&gt;
Flow Priority Tree: flowPriorityTreeCnt=0&lt;BR /&gt;
Thanks again in advance &lt;BR /&gt;
Christian&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Nov 2017 10:01:00 GMT</pubDate>
    <dc:creator>Christian_Matir</dc:creator>
    <dc:date>2017-11-22T10:01:00Z</dc:date>
    <item>
      <title>Openflow ACL-configuration</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/openflow-acl-configuration/m-p/32209#M876</link>
      <description>Good day,&lt;BR /&gt;
I am trying to configure Openflow on 4 x670 stack. I simply followed the instructions according to the documentation and have successfully installed Openflow. however, it returns the following error.&lt;BR /&gt;
&lt;BR /&gt;
11/21/2017 20:20:26.24 &lt;OPENFLOW&gt; Slot-1: 04181|ofproto_exos|WARN|No context returned from ACL manager (cmd=0x3002), likely when port is removed&lt;BR /&gt;
11/21/2017 20:20:26.24 &lt;OPENFLOW&gt; Slot-1: 04180|ofproto_exos|WARN|No context returned from ACL manager (cmd=0x3002), likely when port is removed  11/21/2017 20:20:26.24 &lt;OPENFLOW&gt; Slot-1: 04179|ofproto_exos|WARN|No context returned from ACL manager (cmd=0x3002), likely when port is removed  11/21/2017 20:20:26.24 &lt;OPENFLOW&gt; Slot-1: 04178|ofproto_exos|WARN|No context returned from ACL manager (cmd=0x3002), likely when port is removed  11/21/2017 20:20:26.24 &lt;OPENFLOW&gt; Slot-1: 04177|ofproto_exos|WARN|No context returned from ACL manager (cmd=0x3002), likely when port is removed  11/21/2017 20:20:26.24 &lt;OPENFLOW&gt; Slot-1: Failed to ofproto/ofproto-exos.c:2624 Config of_34 with error=0.  11/21/2017 20:20:26.24 &lt;OPENFLOW&gt; Slot-1: Failed to ofproto/ofproto-exos.c:2571 Add of_34 with error=-22.  11/21/2017 20:20:26.24 &lt;OPENFLOW&gt; Slot-1: Failed to ofproto/ofproto-exos.c:2624 Config of_33 with error=0.  11/21/2017 20:20:26.24 &lt;OPENFLOW&gt; Slot-1: Failed to ofproto/ofproto-exos.c:2571 Add of_33 with error=-22.  11/21/2017 20:20:26.24 &lt;OPENFLOW&gt; Slot-1: Failed to ofproto/ofproto-exos.c:2624 Config of_32 with error=0.  11/21/2017 20:20:26.24 &lt;OPENFLOW&gt; Slot-1: Failed to ofproto/ofproto-exos.c:2571 Add of_32 with error=-22.  11/21/2017 20:20:26.24 &lt;OPENFLOW&gt; Slot-1: Failed to ofproto/ofproto-exos.c:2624 Config of_31 with error=0.  11/21/2017 20:20:26.24 &lt;OPENFLOW&gt; Slot-1: Failed to ofproto/ofproto-exos.c:2571 Add of_31 with error=-22.  11/21/2017 20:20:26.23 &lt;OPENFLOW&gt; Slot-1: Failed to ofproto/ofproto-exos.c:2624 Config of_30 with error=0.  11/21/2017 20:20:26.23 &lt;OPENFLOW&gt; Slot-1: Failed to ofproto/ofproto-exos.c:2571 Add of_30 with error=-22.I tried tcpdump on the controller side and it returns the following error.&lt;BR /&gt;
Frame 1: 187 bytes on wire (1496 bits), 187 bytes captured (1496 bits)Ethernet II, Src: SuperMic_cd:d0:62 (0c:c4:7a?d0:62), Dst: ExtremeNetworks_98:78:25 (02:04:96:98:78:25)&lt;BR /&gt;
Internet Protocol Version 4, Src: 192.168.212.236, Dst: 192.168.212.250&lt;BR /&gt;
Transmission Control Protocol, Src Port: 6633, Dst Port: 49854, Seq: 1, Ack: 1, Len: 121&lt;BR /&gt;
OpenFlow 1.3&lt;BR /&gt;
    Version: 1.3 (0x04)&lt;BR /&gt;
    Type: OFPT_PACKET_OUT (13)&lt;BR /&gt;
    Length: 121&lt;BR /&gt;
    Transaction ID: 4758085&lt;BR /&gt;
    Buffer ID: OFP_NO_BUFFER (0xffffffff)&lt;BR /&gt;
    In port: OFPP_CONTROLLER (0xfffffffd)&lt;BR /&gt;
    Actions length: 16&lt;BR /&gt;
    Pad: 000000000000&lt;BR /&gt;
    Action&lt;BR /&gt;
    Data&lt;BR /&gt;
        Ethernet II, Src: 02:eb:9f:67:c9:42 (02:eb:9f:67:c9:42), Dst: OpenNetw_00:00:01 (a5:23:05:00:00:01)&lt;BR /&gt;
        Link Layer Discovery Protocol&lt;BR /&gt;
            Chassis Subtype = MAC address, Id: 02:04:96:98:78:25&lt;BR /&gt;
            Port Subtype = Port component, Id: 00000401&lt;BR /&gt;
            Time To Live = 120 sec&lt;BR /&gt;
            OpenNetw - Unknown (1)&lt;BR /&gt;
                1111 111. .... .... = TLV Type: Organization Specific (127)&lt;BR /&gt;
                .... ...0 0001 0010 = TLV Length: 18&lt;BR /&gt;
                Organization Unique Code: Unknown (0xa42305)&lt;BR /&gt;
                Unknown Subtype: 1&lt;BR /&gt;
                Unknown Subtype Content: 4f4e4f5320446973636f76657279&lt;BR /&gt;
            OpenNetw - Unknown (2)&lt;BR /&gt;
                1111 111. .... .... = TLV Type: Organization Specific (127)&lt;BR /&gt;
                .... ...0 0001 0111 = TLV Length: 23&lt;BR /&gt;
                Organization Unique Code: Unknown (0xa42305)&lt;BR /&gt;
                Unknown Subtype: 2&lt;BR /&gt;
                Unknown Subtype Content: 6f663a30303030303230343936393837383235&lt;BR /&gt;
            End of LLDPDU    &lt;BR /&gt;
Any tips on what the next step should be is highly appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance &lt;BR /&gt;
Christian&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;&lt;/OPENFLOW&gt;</description>
      <pubDate>Tue, 21 Nov 2017 19:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/openflow-acl-configuration/m-p/32209#M876</guid>
      <dc:creator>Christian_Matir</dc:creator>
      <dc:date>2017-11-21T19:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Openflow ACL-configuration</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/openflow-acl-configuration/m-p/32210#M877</link>
      <description>Can we see your openflow config?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Nov 2017 02:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/openflow-acl-configuration/m-p/32210#M877</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2017-11-22T02:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Openflow ACL-configuration</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/openflow-acl-configuration/m-p/32211#M878</link>
      <description>Sorry I forgot to include the openflow configurations OpenFlow:          Enabled&lt;BR /&gt;
Versions:          OpenFlow10, OpenFlow13&lt;BR /&gt;
Mode:              Standard&lt;BR /&gt;
FDB:               On&lt;BR /&gt;
Access-list width: Double&lt;BR /&gt;
Controller       : Primary&lt;BR /&gt;
    Status       : ACTIVE&lt;BR /&gt;
    Datapath ID  : 0000020496987825&lt;BR /&gt;
    VR           : VR-Default&lt;BR /&gt;
    Mode         : out-of-band Active&lt;BR /&gt;
    Target       : tcp:192.168.212.236:6633&lt;BR /&gt;
    Uptime(secs) : 54314&lt;BR /&gt;
Controller       : Secondary&lt;BR /&gt;
    Not configured.&lt;BR /&gt;
                                                     Flows&lt;BR /&gt;
VLAN                             VID  Mode     Ports Active Error&lt;BR /&gt;
-------------------------------- ---- -------- ----- ------ ------&lt;BR /&gt;
Internal                          300 Standard    14      0      0&lt;BR /&gt;
HPC                               600 Standard    85      0      0&lt;BR /&gt;
CloudSci                          700 Standard     9      0      0&lt;BR /&gt;
CloudEnt                          800 Standard     9      0      0&lt;BR /&gt;
Total number of VLAN(s): 4# Module openflow configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure openflow default-rule bddp controller&lt;BR /&gt;
configure openflow default-rule lldp controller&lt;BR /&gt;
configure openflow default-rule iparp controller&lt;BR /&gt;
configure openflow default-rule miss controller&lt;BR /&gt;
enable openflow&lt;BR /&gt;
configure openflow tables fdb on&lt;BR /&gt;
enable openflow vlan "Internal"&lt;BR /&gt;
enable openflow vlan "HPC"&lt;BR /&gt;
enable openflow vlan "CloudSci"&lt;BR /&gt;
enable openflow vlan "CloudEnt"&lt;BR /&gt;
configure openflow controller primary out-of-band active ipaddress 192.168.212.236 What I did here is tagged the controller to the Vlan "Internal" and gave the IP 192.168.212.236. On the controller side, it is able to discover the ports associated with the openflow enabled vlans, however, it does not show any topology and flows.&lt;BR /&gt;
&lt;BR /&gt;
Currently, There are no access-list configured in the switches. &lt;BR /&gt;
&lt;BR /&gt;
Additional info: &lt;BR /&gt;
Here are the openflow tables &lt;BR /&gt;
show openflow tables &lt;BR /&gt;
table_t_get valid=1, id=0&lt;BR /&gt;
table_t_get id=0, first/last=1/3&lt;BR /&gt;
Type Usage Flows&lt;BR /&gt;
---- ----- ------&lt;BR /&gt;
ACL  on         0&lt;BR /&gt;
FDB  on         0It says in the error logs something to do with ofproto-exos here are the debug output of ofproto-exos&lt;BR /&gt;
&lt;BR /&gt;
debug openflow show ofproto-exos &lt;BR /&gt;
glob_ofproto:&lt;BR /&gt;
def_rule_no                    0          def_rule_count                 0          &lt;BR /&gt;
def_rules_flushed              0          numOfVlansPendingDefaultACL    0          &lt;BR /&gt;
numOfVlansPendingDelete        0          acl_count                      0          &lt;BR /&gt;
fdb_rule_no                    0          fdb_rule_count                 0          &lt;BR /&gt;
fdb_rules_flushed              0          fdb_count                      0          &lt;BR /&gt;
glob_ofproto barrier:&lt;BR /&gt;
barrier_rule_count             0          barrier_max_cnt                0          &lt;BR /&gt;
barrier_req_cnt                27         barrier_resp_delay_cnt         0          &lt;BR /&gt;
barrier_resp_cnt               27         config_req_op_cnt              56664      &lt;BR /&gt;
config_resp_op_cnt             56664      unconfig_req_op_cnt            0          &lt;BR /&gt;
unconfig_resp_op_cnt           0          &lt;BR /&gt;
========================================&lt;BR /&gt;
Message stats                       sent       rcvd&lt;BR /&gt;
----------------------------- ---------- ----------&lt;BR /&gt;
OFPT_HELLO                             0          0&lt;BR /&gt;
OFPT_ERROR                         55573          0&lt;BR /&gt;
OFPT_ECHO_REQUEST                      0          0&lt;BR /&gt;
OFPT_ECHO_REPLY                        0          0&lt;BR /&gt;
OFPT_VENDOR                            0          0&lt;BR /&gt;
OFPT_FEATURES_REQUEST                  0          1&lt;BR /&gt;
OFPT_FEATURES_REPLY                    1          0&lt;BR /&gt;
OFPT_GET_CONFIG_REQUEST                0          1&lt;BR /&gt;
OFPT_GET_CONFIG_REPLY                  1          0&lt;BR /&gt;
OFPT_SET_CONFIG                        0          1&lt;BR /&gt;
OFPT_PACKET_IN                         0          0&lt;BR /&gt;
OFPT_FLOW_REMOVED                      0          0&lt;BR /&gt;
OFPT_PORT_STATUS                       0          0&lt;BR /&gt;
OFPT_PACKET_OUT                        0    2939700&lt;BR /&gt;
OFPT_FLOW_MOD                          0      55573&lt;BR /&gt;
OFPT_PORT_MOD                          0          0&lt;BR /&gt;
OFPT_STATS_REQUEST                     0          0&lt;BR /&gt;
OFPT_STATS_REPLY                       0          0&lt;BR /&gt;
OFPT_BARRIER_REQUEST                   0      49853&lt;BR /&gt;
OFPT_BARRIER_REPLY                 49853          0&lt;BR /&gt;
OFPT_QUEUE_GET_CONFIG_REQUEST          0          9&lt;BR /&gt;
========================================&lt;BR /&gt;
Flow Tree: flowTreeCnt=0&lt;BR /&gt;
========================================&lt;BR /&gt;
Flow Priority Tree: flowPriorityTreeCnt=0&lt;BR /&gt;
Thanks again in advance &lt;BR /&gt;
Christian&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Nov 2017 10:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/openflow-acl-configuration/m-p/32211#M878</guid>
      <dc:creator>Christian_Matir</dc:creator>
      <dc:date>2017-11-22T10:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Openflow ACL-configuration</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-general/openflow-acl-configuration/m-p/32212#M879</link>
      <description>Thanks for the information?  What type of flow are you trying to push?  What controller are you using?  how is it configured?&lt;BR /&gt;
&lt;BR /&gt;
Are you running a older version of EXOS?&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Nov 2017 23:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-general/openflow-acl-configuration/m-p/32212#M879</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2017-11-22T23:16:00Z</dc:date>
    </item>
  </channel>
</rss>

