balapi / netconf-polt

netconf server for use with BAL API
Apache License 2.0
6 stars 3 forks source link

Integrate BCM proprietary SW-BCM686OLT_NetconfServer_3_12_7_7.tgz with balapi #18

Closed wdl2015 closed 1 year ago

wdl2015 commented 1 year ago

Hi Igor,

We are integrating BCM proprietary version netconf-polt (SW-BCM686OLT_NetconfServer_3_12_7_7.tgz) instead of github version in our product, because SW-BCM686OLT_NetconfServer_3_12_7_7.tgz has more features like IWF. In SW-BCM686OLT_NetconfServer_3_12_7_7.tgz there is no integration of balapi like github polt. Could you let know how to integrate SW-BCM686OLT_NetconfServer_3_12_7_7.tgz with balapi?

BTW: We are using SW-BCM686OLT_NetconfServer_3_12_7_7.tgz together with proprietary version ONU_MGMT 3.12.7.7, and SDK SW-BCM686OLT 3.12.7.7.

Thanks a lot in advance.

Br George Deng

balapi commented 1 year ago

Hi George,

Building the netconf server on the release tree is straightforward.

1) Copy SW-BCM686OLT_3_12_7_7.tgz, SW-BCM686OLT_NetconfServer_3_12_7_7.tgz, and SW-BCM686OLT_ONUMgmt_3_12_7_7.tgz into a directory, and cd to that directory 2) untar SW-BCM686OLT_3_12_7_7.tgz 3) untar SW-BCM686OLT_NetconfServer_3_12_7_7.tgz 4) untar SW-BCM686OLT_ONUMgmt_3_12_7_7.tgz 5) cd to release 6) run the following command: make BOARD=sim NETCONF_SERVER=y TR451_VOMCI_POLT=y NO_BAL=y host

After the build is completed, you will find the build artifacts in release/build/host-sim/fs.

Please note that in the future, you should file a CSP with Broadcom for any issues involving proprietary packages (including build questions like this).

thanks, Frank

On Tue, Apr 11, 2023 at 10:44 PM dengguochen2003 @.***> wrote:

Hi Igor,

We are integrating BCM proprietary version netconf-polt (SW-BCM686OLT_NetconfServer_3_12_7_7.tgz) instead of github version in our product, because SW-BCM686OLT_NetconfServer_3_12_7_7.tgz has more features like IWF. In SW-BCM686OLT_NetconfServer_3_12_7_7.tgz there is no integration of balapi like github polt. Could you let know how to integrate SW-BCM686OLT_NetconfServer_3_12_7_7.tgz with balapi?

BTW: We are using SW-BCM686OLT_NetconfServer_3_12_7_7.tgz together with proprietary version ONU_MGMT 3.12.7.7, and SDK SW-BCM686OLT 3.12.7.7.

Thanks a lot in advance.

Br George Deng

— Reply to this email directly, view it on GitHub https://github.com/balapi/netconf-polt/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAGDBHZOSBIBON62CAVNSDXAYJIXANCNFSM6AAAAAAW3BXENM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- This electronic communication and the information and any files transmitted with it, or attached to it, are confidential and are intended solely for the use of the individual or entity to whom it is addressed and may contain information that is confidential, legally privileged, protected by privacy laws, or otherwise restricted from disclosure to anyone else. If you are not the intended recipient or the person responsible for delivering the e-mail to the intended recipient, you are hereby notified that any use, copying, distributing, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited. If you received this e-mail in error, please return the e-mail to the sender, delete it from your computer, and destroy any printed copy of it.

wdl2015 commented 1 year ago

Thanks a lot for quick response on this question. I saw you are also taking care of the CSP on this similar issue. I will continue the consultation in the CSP since this is proprietary packages related question. Thanks again.

wdl2015 commented 1 year ago

Thanks a lot for quick response on this question.