Automation

 View Only
last person joined: yesterday 

Ask questions and share experiences about Apstra, Paragon, and all things network automation.

If you have a question or a use case, likely there are others who are experiencing or worked through the same thing. Don't hesitate to jump in and ask or share your knowledge!

Need additional guidance?  Check out these Juniper Resources.

Knowledge Base Security Advisories Technical Bulletins The Feed

Latest Discussion Posts

  • Profile Picture

    RE: Question on PyEZ

    Thanks Teodor. That rpc calls returns a Python dictionary, not a JSON object. Which is fine.. I just have to add an extra step converting the Python dictionary to a JSON object.

  • Hi Deepak, You mean like this: from jnpr.junos import Device from pprint import pprint with Device(host='router1.example.com') as dev: sw_info_json = dev.rpc.get_software_information ({'format':'json'}) pprint(sw_info_json) Thanks, Adrian. ...

    1 person recommends this.
  • Profile Picture

    Question on PyEZ

    Hi. By default, a PyEZ RPC call, eg r0.rpc.get_system_information() returns information in XML format. How do I get the response to be in text or JSON format? Thanks, Deepak

  • Hi. I would like to understand the various numbers displayed in the Paragon Automation Network Trust Score snapshot below. For example, how are the values 316.09, 570, 55.45 and 38.82 calculated? Any pointers to relevant documentation would also ...

  • Thanks Peter!

  • What is the difference between Juniper Ansible modules junipernetworks.junos.junos_package and juniper.device.software? And which one should be used for Juniper upgrades of network devices? ------------------------------ JUAN RUIZ --------------- ...

  • Hi All, Here below is my slax script for show services nat source pool al l command. version 1.0; ns junos = "http://xml.juniper.net/junos/*/junos"; ns xnm = "http://xml.juniper.net/xnm/1.1/xnm"; ns jcs = "http://xml.juniper.net/junos/commit-scripts/1.0"; ...

Unanswered Posts

Top Contributors in the Community