Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This is what i supposed to look like it debug mode:
- **no tag = false.**
- `<soap-env:Envelope xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-0"><soap-env:Header><cwmp:ID soap-env:mustUnderstand="1">16c999059d60300</cwmp:ID></soap-env:Header><soap-env:Body><cwmp:SetParameterValues><ParameterList soap-enc:arrayType="cwmp:ParameterValueStruct[1]"><ParameterValueStruct><Name>Device.IP.Interface.5.Enable</Name><Value xsi:type="xsd:boolean">false</Value></ParameterValueStruct></ParameterList><ParameterKey/></cwmp:SetParameterValues></soap-env:Body></soap-env:Envelope>`
- **with tag = true.**
- <soap-env:Envelope xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-0"><soap-env:Header><cwmp:ID soap-env:mustUnderstand="1">16c9990d9340300</cwmp:ID></soap-env:Header><soap-env:Body><cwmp:SetParameterValues><ParameterList soap-enc:arrayType="cwmp:ParameterValueStruct[1]"><ParameterValueStruct><Name>Device.IP.Interface.5.Enable</Name><Value xsi:type="xsd:boolean">true</Value></ParameterValueStruct></ParameterList><ParameterKey/></cwmp:SetParameterValues></soap-env:Body></soap-env:Envelope>
- When we supply new config to the CPE the only thing that comes up in the debug log regarding "Device.IP.Interface.5.Enable" is this.
- <Name>Device.IP.Interface.5.Enable</Name>
- <soap-env:Envelope xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cwmp="urn:dslforum-org:cwmp-1-0"><soap-env:Header><cwmp:ID soap-env:mustUnderstand="1">16c997a880a010b</cwmp:ID></soap-env:Header><soap-env:Body><cwmp:GetParameterValues><ParameterNames soap-enc:arrayType="xsd:string[3]"><string>Device.IP.Interface.5.Enable</string><string>Device.IP.Interface.6.Enable</string><string>Device.IP.Interface.8.Enable</string></ParameterNames></cwmp:GetParameterValues></soap-env:Body></soap-env:Envelope>
- <Name>Device.IP.Interface.5.Enable</Name>
- The interfaces are not changing value, i am not sure why this is not working as intended?
Advertisement
Add Comment
Please, Sign In to add comment