Software Defined Networking
1827584 Members
2754 Online
109965 Solutions
New Discussion

OFPFMFC_EPERM error = permission denied on 2920 switch

 
openflow
Occasional Contributor

OFPFMFC_EPERM error = permission denied on 2920 switch

 

Hi all

 

I am trying to run oft tests on HP switch 2920  . My set up details are as follows :

 

   

192.168.2.240( oft machine )  eth2    --------------------------------- 3 (HP SWITCH 2920 port) 192.168.3.130

                                                            eth3 -----------------------------------5

                                                            eth4 -----------------------------------7

                                                             eth5 ---------------------------------  9                                               

 

I have added a flow to the switch which we can see in the flow table of my openflow instance , which i named testing .

 

By command :                  # show openflow instance testing flows 

i can see the flows .

 

But when i try to delete the same flow from the switch , it is giving OFPFMFC_EPERM error which says permission denied according to openflow specification. I think that their is some authentication with the swich which is not allowing flows to delete .

 

Please guide me the solution so that i can delete flows without this error .

1 REPLY 1
sdnindia
Trusted Contributor

Re: OFPFMFC_EPERM error = permission denied on 2920 switch

Thanks for your query.

Are you still facing the permission denied issue?

Please see try setting the Table id->100

 

A similar fix worked for the post mentioned in the link below

http://h30499.www3.hp.com/t5/SDN-Development/OFPFMFC-EPERM-error-message/td-p/6314363#.UupL_526bPZ

 

   

'Please let us know if this answers your question by marking this response as an 'accepted solution’ or if it has been helpful click on the purple star to the left to give me kudos'.

 

HP SDN Team