Log in to ask questions, share your expertise, or stay connected to content you value. Don’t have a login? Learn how to become a member.
Imagine that you can tag configuration elements in JUNOS with arbitrary strings and selectively display parts of the configuration based on a tag value. Much like you use hashtags in social media networks. The hashtag can represent a customer, a service, a temporary feature, or just about...
Which version of Python is supported on Junos OS? Python 2.7.8. From which Junos OS version is Python automation supported? Junos OS Release 16.1R1 for MX Series and PTX Series devices Junos OS Release 16.2R2 for QFX Series devices What configuration needs to be...
Overview This topic describes how to commit Op scripts in private mode. Example Configuration This example shows how you commit an Op script in a private configuration session. var $connection = jcs:open(); var $edit-private = <open-configuration> ( <private>; ) ...
Question Can I create a custom trap? Answer Yes, you can use the jnxEventTrap event script to create customized traps as needed. In the following example, a Junos OS operations (op) script is triggered when a UI COMMIT NOT CONFIRMED event is received. The Junos OS op script example...
This applies to SLAX version 1.0 and higher. Overview Display rpd statistics in simple horizontal bar graphs. Description This op script uses the command "show task memory detail". The library lib-graph.slax is content independent (resuable). Source ...
This applies to SLAX version 1.0 and higher. Overview Basic commit script to prevent typical human errors. Description Check various parts of the configuration against typical human errors, such as loopback interface with family inet is present, forwarding...
This applies to SLAX version 1.0 and higher. Overview A combined commit and event script that pings between two GRE endpoints and toggles the GRE interface status. Description This script uses RPM to monitor each GRE interface. The ping probes run and check if...