-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems using faucet with Aruba 2930F #4448
Comments
The error seems to indicate one of your openflow tables is full on the switch, you can manually adjust the size of the tables with the folllowing configuration to see if you can clear the error:
If that doesn't help you can enable debug mode on the aruba which will give you a better error message about why the error is occurring: https://docs.faucet.nz/en/latest/vendors/hpe/README_Aruba.html#debug |
Unfortunately, that didn't seem to help. But when I remove the "routers" section in the config and restart faucet, the errors disappear and everything seems to work. Strange. |
I don't believe HPE support the dec TTL action, which we need to implement routing. Also, most hardware OF switches don't completely local disable VLAN processing. It would be ideal if they did, but generally they do not. At the end of the day Faucet can only program what the vendor implementation permits it to. |
https://docs.faucet.nz/en/latest/vendors/hpe/README_Aruba.html#debug will decode those errors for you. OpenFlow error messages don't have much scope for reason - as @gizmoguy mentioned, the switch is reporting out of resources. You'll have to enable debug on the Aruba to see why it says that. Fortunately its debug is very verbose and should explain what resource its lacking, which in turn will give you a clue about which table could be expanded - if possible. |
Hi,
I am struggeling to correctly use faucet with my Aruba 2930F switches. It seems to work somehow sometimes, but not fully and not without problems. I'm hoping that you can help me find the issue with my setup.
I have followed the faucet documentation regarding the configuration of the Aruba 2930F switches.
Sometimes after changing the faucet config (adding vlans, interfaces or routers) and reloading or restarting faucet, there are suddenly lots of error messages like the ones below in the faucet.log. Also, it seems like the "openflow aggregate instance" doesn't have "full control" over the VLANs on the switch, as I can still use the switch CLI or GUI to configure VLANs.
Here is the output of the Aruba CLI concerning the openflow config:
And here is the faucet.log containing the error message:
And here is the corresponding faucet config:
I have also tried to "play around" with the setting
port_table_scale_factor
but I didn't know which values are sensible and testing some values didn't seem to make any difference, as the errors still occured.Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: