Software Defined Networking
1827721 Members
2763 Online
109968 Solutions
New Discussion

Re: Adding Group entries to Group Tables of OFSwitch

 
JsJs
Occasional Contributor

Adding Group entries to Group Tables of OFSwitch

Hi, I am trying to add group entries to group tables. When I specified just the group id and type and send the OfmGroupMod to SDN controller, it works fine and I could see the entries in the switch. But when I tried to add some action buckets along with the entries, it is not showing any entries. Log says everything works and no exceptions are thrown but no entries shown in switch. Can anyone help me ? Does anyone have any idea about how to add group entires to grouptables of OFSwitch. I tried to find any examples, but couldn't find any. Regards, JsJs
2 REPLIES 2
Carlos
Frequent Advisor

Re: Adding Group entries to Group Tables of OFSwitch

JsJs,

 

I am going to research this and could you provide me with some logs/config on how you are doing this. I also need the version of SDN Controller you are using and the switch model with firmware version. If you could provide screenshot of the issue that would be great.

 

Best Regards,

 

Carlos

JsJs
Occasional Contributor

Re: Adding Group entries to Group Tables of OFSwitch

Hi, Thanks for the help. The issue is solved now. I was trying to specify the watch port and watch group. But when I changed those to "ANY", The groupMOD worked fine. Now I can add group entries with action buckets. Regards, JsJs