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.
Hi Folks, This paper is in continuation of my series of articles starting with the title "How-To: Build a service provider network with a single Juniper Networks box". The theme for this series is “ALL IN ONE BOX”; It helps you in building service provider networks with multiple rich features...
2 Comments - no search term matches found in comments.
Program Your Network with Junos OS Junos OS is the very first network operating system to be programmable from the start. We understand that our customers want an easy way to build, configure, and manage their networks. We understand that our customers would like to reduce the...
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...
Is JSON on Junos encoding based on any standard draft? JSON on Junos encoding follows these two IETF drafts: JSON Encoding of Data Modeled with YANG Defining and Using Metadata with YANG Click here for additional information on JSON. Can I query configuration data using...
JET What is JET ? Juniper Extension Toolkit (JET), an evolution of the Junos SDK, provides a modern programmatic interface that makes programming simple, flexible, and extensible. What frameworks does JET use? gRPC : JET uses interface definition language (IDL)-based...
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C family...
Python is now the preferred language for programming devices running Junos OS. Junos PyEZ provides the framework that enables users to remotely manage and automate devices running Junos OS. Python is now fully supported on devices running Junos OS including a rich set of Python modules. Python...
Can an ephemeral database coexist with a static (current) configuration database? Yes. The daemons are able to see a merged view of these databases and will not differentiate between the entries coming from them. Does an ephemeral database support all features of a static database? ...
Overview There are times when you need to add a large list of IP addresses to a prefix-list. You can use the CLI to add these IP addresses. Solution Use the load merge CLI command to load the edited prefix list to the Junos OS device. You should first edit the prefix list with a script...
4 Comments - no search term matches found in comments.
Overview How to set a policy to trigger on a specific IP address. Description In some scenarios, you may need to set a policy for a specific IP address. For example, it is possible to set a policy to allow connection from 172.16.25.13 to 172.16.30.7 but reject a connection to 172.16...