juise

JUNOS user interface scripting environment for automating Juniper device operations

brewmacoslinux
Try with needOr install directly
Source

About

JUNOS user interface scripting environment

Commands

juise

Examples

Connect to a Juniper device and execute a command$ juise -h 192.168.1.1 -u admin -p password 'show version'
Run a JUNOS script file against a device$ juise -h device.example.com -u admin script.js
Execute multiple commands in interactive mode$ juise -h 10.0.0.1 -u operator -i