Versions Compared

Key

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

...

2) After refreshing all paramaters wrt "Device.X_CISCO_COM_DeviceControl" will be updated in acs server as mentioned below.

From the image we can see that 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.
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: router

 

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.

...