i am using netopeer (which i pulled down on Nov 14, 2014) in uuntu 14.04 virtualbox VM.
i have netopeer using multilevel server to talk to ietf-system.
RPCs work correctly.
cli status shows that i am connected correctly to ietf-system.
i want to edit-config on running database timezone, but i get this error:
edit-config
Select target datastore (running|startup|candidate|url:<dsturl>): running
Type the edit configuration data (close editor by Ctrl-D):
<clock>
<timezone-name>PST</timezone-name>
</clock>
^d
NETCONF error: operation-failed (application) - There is no device/data that could be affected.
server console shows:
netopeer-server[2968]: New agent ID set to :1.41.
netopeer-server[2968]: Some message received
netopeer-server[2968]: Request <?xml version="1.0" encoding="UTF-8"?>
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
netopeer-server[2968]: Some message received
netopeer-server[2968]: Request <?xml version="1.0" encoding="UTF-8"?>
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="2">
<timezone-name>PST</timezone-name>
i assume i'm not entering correct xml to specify namespace and timezone param.
can someone show me what is correct form for editing various parameters in ietf-system?
thanks,
Rod