Tool/Script | Description | Category |
Convert to "Set Format" | This online tool will convert normal configuration format into JUNOS "set" format. It provides the same output as using the "show configuration | display set" command from JUNOS CLI | Configuration |
jun2acl | A perl script that can be used to convert Junos firewall configuration to Cisco ACL. Check this page for details https://www.m00nie.com/2014/10/jun2acl-juniper-to-cisco-acl-script/ | Configuration |
JunosConfigurator | The is a Perl script that configures basic parameters, and makes configuring 100's of L2/L3VPN's etc much easier.
Quite useful in a lab environment. | Configuration |
Juniper Config Converter | This is an online tool that can convert a normal Juniper configuration into Set statements. | Configuration |
Pass9decrypt | This online tool will help decrypt $9$ Juniper passwords. It can't decrypt MD5 hashed passwords. | Passwords |
Juniper type 9 password tool | This is a Juniper equivalent to the Cisco Type 7 tool. It will only work with $9$ passwords it will not work with $1$ md5 hash passwords!
It will either take an encrypted password (did i mention its only $9$ types?) and “crack” it to display the plain text or will encrypt plain text into a usable type $9$ password that can be used on a Juniper device. | Passwords |
junoscriptorium | This is a git project that is a repository for scripts developed by the community of script writers, both Juniper staff and customers. Scripts are arranged according to source, type, and area of interest. The collection of scripts perform a variety of jobs. | Multifunctions |
junos_request_system_halt | This is a shell script that leverage ssh_agent to run some commands on a predefined list or Junos devices. In the case of this script it is performing a system halt or reboot. But it can be adapted to do other things. | Management |
PyEZ | Junos PyEZ is a microframework for Python that enables you to remotely manage and automate devices running Junos OS. | Frameworks |
Easy Shell | Juniper like cli interface to confiugre linux.This project will let linux users easily configure built-in features like routing, iptables, interfaces and policy routing in the same fashion as juniper routers does. It will in future support all the famous daemons as well. | Frameworks |