Metadata-Version: 2.1
Name: junosviz
Version: 0.1.0
Summary: A Python package for BGP monitoring and state analysis.
Author-email: Menuka Wijayarathne <menu.sri13@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pysnmp
Requires-Dist: httpx
Requires-Dist: influxdb-client
Requires-Dist: ncclient
Requires-Dist: lxml

#junosviz

`junosviz` is a Python package for monitoring and alerting BGP states and metrics of juniper  using snmp, NETCONF, and gNMI.

## Features
- Monitor BGP peer state.
- Return Data can be easily feeded into timeseries database like influx db(so you can easily visulize it using grafana)
- Retrieve bgp metrics using Juniper-specific MIBs,openconfig yang models,ietf and juniper native yang models
- Generate alerts for BGP state changes.(in built bettertack alerting method)
- Support bgp next hop encoding capablity.
- tested on junos 23.4R2-S2.1 

## Installation
Install `junosviz` via pip:
```bash
pip install junosviz

