Does there happen to be a list of all RPC somewhere?
I ask because some commands do not seem to have the RPC listed in junos but there is an equivalent RPC in PyEZ.
show configuration | display xml
Is Equivalent To
x=dev.rpc.get_configuration()
******@re0.******> show configuration | display xml rpc
syntax error, expecting <command>.
Thanks again!
-Ansel