open-switch / opx-cps

https://openswitch.net
6 stars 15 forks source link

an example (CPS application )of configuring the MAC address forwarding database #104

Open jimmymagemtek opened 5 years ago

jimmymagemtek commented 5 years ago

Hi The web claims that there is an example (no matter it is C or Python):

MAC address forwarding database (FDB) The OPX software provides a CPS API/data model for configuring and managing the MAC forwarding database using the CPS API. See CPS application templates for an example of how to access and configure the MAC address forwarding database. (https://github.com/open-switch/opx-docs/wiki/Layer-2) But I found no such example but generic template by following its link.

In other words, I need an example to know how to access the existing objects (like forwarding tables, ACL tables) provided by CPS framework.

Please advise. Thanks.

Jimmy

jeff-yin commented 5 years ago

There should now be Python-based examples here: https://github.com/open-switch/opx-tools/blob/master/bin/opx-config-mac And here: https://github.com/open-switch/opx-tools/blob/master/bin/opx-show-mac

I believe this should resolve the question, but we still need to update the Layer-2 wiki page.