Versions Compared

Key

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

...

                          Enabling and Disabling the captive portal page on fresh boot-up / factory-reset

Code Block
languagebash
root@RaspberryPi-Gatewayroot@qemux86broadband:~# dmcli simu getv Device.DeviceInfo.X_RDKCENTRAL-COM_CaptivePortalEnable
CR component name is: com.cisco.spvtg.ccsp.CR
subsystem_prefix .
getv from/to component(com.cisco.spvtg.ccsp.pam): Device.DeviceInfo.X_RDKCENTRAL-COM_CaptivePortalEnable
Execution succeed.
Parameter    1 name: Device.DeviceInfo.X_RDKCENTRAL-COM_CaptivePortalEnable
              type:       bool,    value: false
 
root@RaspberryPi-Gatewayroot@qemux86broadband:~# dmcli simu setv Device.DeviceInfo.X_RDKCENTRAL-COM_CaptivePortalEnable bool false
CR component name is: com.cisco.spvtg.ccsp.CR
subsystem_prefix .
setv from/to component(com.cisco.spvtg.ccsp.pam): Device.DeviceInfo.X_RDKCENTRAL-COM_CaptivePortalEnable
Execution succeed.

...