Giter Club home page Giter Club logo

junos-snapshot-administrator's Introduction

junos-snapshot-administrator

Junos Snapshot Administrator enables you to capture and audit runtime environment snapshots of your networked devices running the Junos operating system (Junos OS). You can capture and validate the operational status of a device and review operational changes to a device. You create configuration files that define the scope of snapshots and customize the evaluation criteria for the snapshot data.

Junos Snapshot Administrator can perform the following functions on either a single device or list of devices running Junos OS:

  • Take a snapshot of the runtime environment on a device.
  • Compare two snapshots.
  • Audit a device's runtime environment against pre-defined criteria.

For example, prior to a software or hardware upgrade on a device, you can take a pre-install and post-install snapshot of the device and then compare the two snapshots. You can then review the operational changes on the device and validate these changes from a list of expected changes.

Recommended Junos Release

Junos Snapshot Administrator can be used with any device running Junos OS. We recommend using Junos OS Release 9.6 or later release. For more information about Junos OS releases, refer to the Juniper Networks technical documentation site at https://www.juniper.net/techpubs/en_US/release-independent/junos/information-products/pathway-pages/junos/product/index.html .

JSNAPy

If you are new user and planning to use Junos Snapshot Administrator, Prefer using JSNAPy

Contributions

Interested in sharing criteria that you have written with the community? Add it to the contrib directory.

Please contact [email protected] for any queries.

junos-snapshot-administrator's People

Contributors

aburston avatar andyjsharp avatar cromanik avatar dgarros avatar dssatya avatar ganeshvs avatar vnitinv avatar wirescrossed avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

junos-snapshot-administrator's Issues

Two commands in one test section

In some cases, it is required to have the output of two commands in a single test section.

Example: Suppose you want to scan an entire network for Optical interfaces (like ge-, xe-, et- interfaces using optical transceivers) and want to report any interface having a laser rx power low alarm or laser rx power low warning in the ON state. However, you only want to report this for interfaces that have an Operational status of UP.

Normally, if you have an interface which has a transceiver installed; if the oper-status of this interface is Down (i.e. no link is connected on other end), then the output of show interfaces diagnostics optics will show On for both laser rx power ow alarm and laser rx power low warning. However, in other cases, it is possible for an interface to be in the UP UP state and still have an laser power low alarm/warning. These are the interfaces we want to catch.

in this case, i was thinking of running two commands:

"show interfaces terse" >> used to record oper-status of all IFDs
"show interfaces diagnostics optics" >> record power low alarm/warning

for (all IFD)
if [oper-status==UP && laser power low alarm==on] then display err;

Thanks,
Yazeed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.