Versions Compared

Key

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

...

Code Block
languagepowershell
netconf-console --host=127.0.0.1 --port=11003 -u admin -p admin --rpc={XML_FILE_NAME}
  • The root node of "openconfig-platform.yang" is "<components>" and its sublist "<component>" contains "<name>" node as its identity.

...

  • Besides

...

  • "openconfig-terminal-device.yang" adds node "<optical-channel>" into "<component>" node.

...

  • "<target-power-config>" is defined as a child node of "<optical-channel>".


<get> operation

  • If you want to get the whole components, the content of XML_FILE_NAME file is:

...