Software Defined Networking
1753259 Members
5158 Online
108792 Solutions
New Discussion

Who Me Too'd this topic

tom333kk
Occasional Contributor

HP A5500 EI - Missing cookie in PacketIn message

My HP A5500 EI doesn't send cookie in PacketIn message. 

 

Cookie of flow, which redirected packet to controller is 0x75bd23a. Despite this in PacketIn cookie is equal 0xffffffffffffffff.

 

Example PacketIn:

 

 

{ofm:[V_1_3,PACKET_IN,106,0],inPort=0x90000b(9437195),reason=ACTION,tabId=3,packet=[[ETHERNET, IP, UDP, UNKNOWN], dst=3c:e5:a6:55:a3:d6, src=00:0c:29:79:df:6f]}
  Buffer ID : 0xffffffff(NO_BUFFER)
  In Port   : 0x90000b
  In PhyPort: 0x90000b
  Total Frame Len : 64
  Reason: ACTION
  Table ID: 3
  cookie: 0xffffffffffffffff
  Match: {Match(V_1_3):[type=OXM,len=12],fields=IN_PORT}
    {Oxm:V_1_3:[cls=0x8000(OPENFLOW_BASIC),ft=0(IN_PORT),hm=false,len=4],port=0x90000b(9437195)}
  Frame Data length: 64
  Packet=[[ETHERNET, IP, UDP, UNKNOWN], dst=3c:e5:a6:55:a3:d6, src=00:0c:29:79:df:6f]

 

HP SDN Controller 2.5.15, HP A5500-48G-PoE+ EI(Comware 5.20.99, Release 2221P15)

 

How can I solve this problem?

Who Me Too'd this topic