Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Flash the RDK-Broadband image where the Tr069 Protocol Agent is enabled

  2. Check for the Tr069Pa CcspTr069PaSsp is active and listening to port 7547



  3. Then, set the parameters,

    Code Block
    languagebash
    themeDJango
    $  dmcli eRT setv Device.ManagementServer.EnableCWMP bool true
    
    $  dmcli eRT setv Device.ManagementServer.URL string http://172.20.10.115:7547/
    
    $  dmcli eRT setv Device.DeviceInfo.X_RDKCENTRAL-COM_Syndication.TR69CertLocation string "/etc/cacert.pem"


    Following are the parameters needed to be checked for TR69

    Parameter Name Expected Value
    Device.ManagementServer.EnableCWMPtrue
    Device.ManagementServer.URLACS Server URL:  http://172.20.10.115:7547/
    Device.DeviceInfo.X_RDKCENTRAL-COM_Syndication.TR69CertLocation/etc/cacert.pem

    Now, from the GenieACS Server try to fetch the Connected Devices details

...