Versions Compared

Key

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

...

Steps for Set and get parameter validation.

-Setting data-model value from ACS server and retrieving the data-model info from CPE, Updating mentioning data model . "Device.X_CISCO_COM_DeviceControl.LanManagementEntry.1.LanMode"


1)Refresh "Device.X_CISCO_COM_DeviceControl" by scrolling in ACS page.

2) After refreshing all paramaters wrt "Device.X_CISCO_COM_DeviceControl" will be updated in acs server as mentioned below.
Image Modified
From the image we can see that 

"Device.X_CISCO_COM_DeviceControl.LanManagementEntry.1.LanMode" value is router. so now we will change this value to "bridge-static".


3)From cpe side also we can see that LanMode is router.

Code Block
titleLanMode info from CPE.

 

4)From ACS server side change Lanmode paratmetor to bridge-state from router mode using edit option, edit option which will be visible at right side to the specified datamodel.
Image ModifiedImage Modified

5)Then select commit option which will be populated at right corner to confirm the changes to be modified.

Image Modified
6) After selecting commit button, we can see Lanmode paramator data will be update.
Image Modified

 

7)Modified datamodel info from CPE device(BPIR4).

Code Block
themeRDark
titleLan Mode parameter info after modification.
root@Filogic-GW:~# dmcli eRT getv Device.X_CISCO_COM_DeviceControl.LanManagementEntry.1.LanMode
CR component name is: eRT.com.cisco.spvtg.ccsp.CR
subsystem_prefix eRT.
Execution succeed.
Parameter    1 name: Device.X_CISCO_COM_DeviceControl.LanManagementEntry.1.LanMode
               type:     string,    value: bridge-static

Reference.

1) Jira for TR069 support in BPIR4:

Jira
serverJIRA
serverId11deff04-0380-3a3d-a916-0849d4e573f7
keyRDKBACCL-290

2)More Info with respect to tr69 validation in bpir4:
Jira
serverJIRA
serverId11deff04-0380-3a3d-a916-0849d4e573f7
keyRDKBACCL-476

...