Good day,
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.
11/21/2017 20:20:26.24 Slot-1: 04181|ofproto_exos|WARN|No context returned from ACL manager (cmd=0x3002), likely when port is removed
11/21/2017 20:20:26.24 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 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 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 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 Slot-1: Failed to ofproto/ofproto-exos.c:2624 Config of_34 with error=0. 11/21/2017 20:20:26.24 Slot-1: Failed to ofproto/ofproto-exos.c:2571 Add of_34 with error=-22. 11/21/2017 20:20:26.24 Slot-1: Failed to ofproto/ofproto-exos.c:2624 Config of_33 with error=0. 11/21/2017 20:20:26.24 Slot-1: Failed to ofproto/ofproto-exos.c:2571 Add of_33 with error=-22. 11/21/2017 20:20:26.24 Slot-1: Failed to ofproto/ofproto-exos.c:2624 Config of_32 with error=0. 11/21/2017 20:20:26.24 Slot-1: Failed to ofproto/ofproto-exos.c:2571 Add of_32 with error=-22. 11/21/2017 20:20:26.24 Slot-1: Failed to ofproto/ofproto-exos.c:2624 Config of_31 with error=0. 11/21/2017 20:20:26.24 Slot-1: Failed to ofproto/ofproto-exos.c:2571 Add of_31 with error=-22. 11/21/2017 20:20:26.23 Slot-1: Failed to ofproto/ofproto-exos.c:2624 Config of_30 with error=0. 11/21/2017 20:20:26.23 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.
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)
Internet Protocol Version 4, Src: 192.168.212.236, Dst: 192.168.212.250
Transmission Control Protocol, Src Port: 6633, Dst Port: 49854, Seq: 1, Ack: 1, Len: 121
OpenFlow 1.3
Version: 1.3 (0x04)
Type: OFPT_PACKET_OUT (13)
Length: 121
Transaction ID: 4758085
Buffer ID: OFP_NO_BUFFER (0xffffffff)
In port: OFPP_CONTROLLER (0xfffffffd)
Actions length: 16
Pad: 000000000000
Action
Data
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)
Link Layer Discovery Protocol
Chassis Subtype = MAC address, Id: 02:04:96:98:78:25
Port Subtype = Port component, Id: 00000401
Time To Live = 120 sec
OpenNetw - Unknown (1)
1111 111. .... .... = TLV Type: Organization Specific (127)
.... ...0 0001 0010 = TLV Length: 18
Organization Unique Code: Unknown (0xa42305)
Unknown Subtype: 1
Unknown Subtype Content: 4f4e4f5320446973636f76657279
OpenNetw - Unknown (2)
1111 111. .... .... = TLV Type: Organization Specific (127)
.... ...0 0001 0111 = TLV Length: 23
Organization Unique Code: Unknown (0xa42305)
Unknown Subtype: 2
Unknown Subtype Content: 6f663a30303030303230343936393837383235
End of LLDPDU
Any tips on what the next step should be is highly appreciated.
Thanks in advance
Christian