Skip to content

Instantly share code, notes, and snippets.

@stephanbehrens
Created December 17, 2016 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephanbehrens/b69885a12de9412a0e5b861100b512a2 to your computer and use it in GitHub Desktop.
Save stephanbehrens/b69885a12de9412a0e5b861100b512a2 to your computer and use it in GitHub Desktop.
XML-RPC_show_route
sbehrens@vSRX1> show route xx.xx.xx.xx/yy | display xml rpc
<rpc-reply xmlns:junos="http://xml.juniper.net/junos/12.1X47/junos">
<rpc>
<get-route-information>
<destination>xx.xx.xx.xx/yy</destination>
</get-route-information>
</rpc>
<cli>
<banner></banner>
</cli>
</rpc-reply>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment