Skip to content
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

SAI_HOSTIF_TRAP_TYPE_ISIS is not supported #63

Open
odd22 opened this issue Jun 30, 2023 · 0 comments
Open

SAI_HOSTIF_TRAP_TYPE_ISIS is not supported #63

odd22 opened this issue Jun 30, 2023 · 0 comments

Comments

@odd22
Copy link

odd22 commented Jun 30, 2023

Hello,

We would activate IS-IS routing protocol on a Mellanox Spectrum switch. For that purpose, wee need to configure ISIS trap to get the ISIS packets instead let the switch forward them.
For that purpose, SAI defined the SAI_HOSTIF_TRAP_TYPE_ISIS to be able to configure trap action instead of default forward action.

Unfortunately, we got an error telling that SAI_HOSTIF_TRAP_TYPE_ISIS is not supported.

After looking to the code, it seems that SAI_HOSTIF_TRAP_TYPE_ISIS is defined, but no action are defined for ISIS, compared to LLDP or OSPF for example.

Can you add ISIS TRAP support ? ISIS packets are similar to LLDP (carry over Ethernet L2) and uses these mac addresses:

  • L1 IS: 01:80:c2:00:00:14, All Level 1 Intermediate Systems Address
  • L2 IS: 01:80:c2:00:00:15, All Level 2 Intermediate Systems Address
  • All IS: 09:00:2b:00:00:05, All Intermediate System Network Entities address

Best Regards

Olivier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant