Code Monkey home page Code Monkey logo

xrtelemetry-slapi's Introduction

XR-Telemetry + SL-API based path failover

  1. XR-Telemetry Stream is set up to receive IPv6 Neighbor entries and process Active Path state.

  2. Service-Layer API uses the router vertical and is invoked by the Telemetry client if the active path toggles.

Build the app

You'll need the iosxr sl-api library and the telemetry grpc libraries built before issuing a make in this directory.

Build the IOS-XR SL-API library

Clone the Service-layer-objmodel repository:

https://github.com/Cisco-Service-Layer/service-layer-objmodel/

Build the service layer library and install it:

cd service-layer-objmodel/grpc/cpp/
sudo ./build_libiosxrsl.sh

Build the IOS-XR Telemetry grpc library

Clone the bigmuddy-telemetry git repository:

git clone https://github.com/akshshar/bigmuddy-network-telemetry-proto

Build the telemetry base library along with the decoding libraries for specific Models like the one for IPv6 ND used by this app and install the bindings generated.

cd bigmuddy-network-telemetry-proto/
./build_ipv6_nd_lib.sh
sudo make install

Build the miscellaneous dependencies required by the app

git clone https://github.com/akshshar/xrtelemetry-slapi
cd xrtelemetry-slapi/
./build_misc_dependencies.sh

Build the xrtelemetry-slapi app

Build the xrtelemetry-slapi app by issuing a make in the root directory

make

Execute the app

Finally, execute the generated binary:

GLOG_v=3 ./iosxrtelemetrysubmain

xrtelemetry-slapi's People

Contributors

akshshar avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

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.