Glossary

Ansible

A framework for automating the configuration and management of systems.

Application programming interface (API)

A specification that defines how a program can interact with a library or system. In the context of this book, the Junos management API defines the way automation tools run RPCs to view and change the configuration, as well as gather or change operational state.

See Remote procedure call (RPC)

eXtensible Markup Language (XML)

A markup language for encoding complex structured data and metadata.

JavaScript Object Notation (JSON)

A lightweight data encoding format for transmitting structured data.

Jinja2

A language that supports the creation of documents from a template.

Junoscript

The protocol that the Junos CLI uses to communicate with MGD. It is a precursor to the standards-based NETCONF and it shares many similarities with NETCONF.

jxmlease

A Python module for converting XML documents to native Python data structures, and vice versa.

lxml

A Python module for parsing and building XML documents. The lxml module provides similar, but more advanced, functionality to the ElementTree module.

metadata

Data that provides additional information about other data.

MGD

The Junos management daemon. This is the daemon to which NETCONF and Junoscript clients connect. As described in “Management System Internals”, MGD manages much of the flow of operational and configuration data inside the system.

See Junoscript

See Network Configuration Protocol (NETCONF)

Netconify

A Python module (also executable as a command-line utility) to interact with a network device using NETCONF by communicating over the console port.

Network Configuration Protocol (NETCONF)

A protocol that defines a programmatic way to interact with a networking device’s management system.

Puppet

A utility for automatically deploying and maintaining configuration on systems.

PyEZ

A Python package that provides classes and methods to manage Junos devices using NETCONF.

See Network Configuration Protocol (NETCONF)

PyEZ table

A class that executes a Junos RPC and parses the RPC response into separate items. The user builds each table class by writing a YAML file and parsing it with a PyEZ method.

See PyEZ view

PyEZ view

A class that maps PyEZ table items to a native Python data structure. The user builds each view class by writing a YAML file and parsing it with a PyEZ method.

See PyEZ table

Python

An object-oriented scripting language that is popular for network automation tasks.

Remote procedure call (RPC)

In the context of this book, an XML fragment that directs the Junos software to conduct an operation for the user, such as viewing or changing the configuration, or viewing or changing operational state.

Representational State Transfer (REST)

A set of architectural constraints for building scalable web services. Web services that provide APIs based on the REST architecture style are referred to as RESTful APIs.

schema

A document that describes the expected structure of an XML document.

SLAX

A programming language for implementing XML transformations. The SLAX parser converts SLAX syntax to XSLT syntax so the XSLT parser can conduct the XML transformation.

See XML transformations

See XSLT

XML transformations

The process of taking an XML input document and transforming it into a different XML output document. See “XML Transformations” for an explanation and example.

XSLT

A programming language for implementing XML transformations.

See SLAX

See XML transformations

YAML Ain’t Markup Language (YAML)

A language-independent data serialization format that is easily parsed by humans, designed for data structures or configuration files that are often hand-edited. Despite the humorous recursive acronym, you may think of this as a markup language.

YANG

As the specification says, “YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications.”

Juniper provides a method for a user to export YANG data models for Junos. YANG is also the basis for efforts in the industry to standardize on common data models. (For example, the OpenConfig Group is one such effort.)

See Network Configuration Protocol (NETCONF)

Zero-Touch Provisioning (ZTP)

A feature of the Junos software that helps ease initial device configuration. It allows you to automate the installation of a Junos software package and deployment of an initial configuration by sending appropriate attributes in a DHCP reply.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.190.160.221