All Projects → gmazoyer → Looking Glass

gmazoyer / Looking Glass

Licence: gpl-3.0
Easy to deploy Looking Glass

Projects that are alternatives of or similar to Looking Glass

invalidroutesreporter
An ExaBGP process to elaborate and report/log invalid routes received by route servers.
Stars: ✭ 14 (-93.99%)
Mutual labels:  bgp, routing
Bgpalerter
Software to monitor streams of BGP data. Pre-configured for real-time detection of visibility loss, RPKI invalid announcements, hijacks, and more.
Stars: ✭ 367 (+57.51%)
Mutual labels:  network, bgp
rtrlib
An open-source C implementation of the RPKI/Router Protocol client
Stars: ✭ 62 (-73.39%)
Mutual labels:  bgp, routing
neteng-roadmap
Network Engineering at Scale Roadmap/Landscape
Stars: ✭ 53 (-77.25%)
Mutual labels:  bgp, routing
Ccna60d
60天通过思科认证的网络工程师考试
Stars: ✭ 155 (-33.48%)
Mutual labels:  network, routing
pocketinternet
A Pocket Internet for teaching how the Internet really works.
Stars: ✭ 28 (-87.98%)
Mutual labels:  bgp, routing
Graphpath
Graphpath generates an ASCII network diagram from the route table of a Unix/Linux
Stars: ✭ 321 (+37.77%)
Mutual labels:  network, routing
Pypacker
📦 The fastest and simplest packet manipulation lib for Python
Stars: ✭ 216 (-7.3%)
Mutual labels:  network, bgp
Frr
The FRRouting Protocol Suite
Stars: ✭ 2,009 (+762.23%)
Mutual labels:  routing, bgp
Bsdrp
BSD Router Project
Stars: ✭ 126 (-45.92%)
Mutual labels:  network, routing
Beluganos
The new network OS designed for white-box switches based on open API.
Stars: ✭ 95 (-59.23%)
Mutual labels:  network, bgp
Mylg
Network Diagnostic Tool
Stars: ✭ 2,538 (+989.27%)
Mutual labels:  network, bgp
Arouteserver
A tool to automatically build (and test) feature-rich configurations for BGP route servers.
Stars: ✭ 181 (-22.32%)
Mutual labels:  routing, bgp
Peering Manager
Peering sessions management tool
Stars: ✭ 189 (-18.88%)
Mutual labels:  routing, bgp
Program Blog
Practice, thinking and reading
Stars: ✭ 228 (-2.15%)
Mutual labels:  network
Ember Ajax
Service for making AJAX requests in Ember applications
Stars: ✭ 218 (-6.44%)
Mutual labels:  network
Silk
Routing for Clojure & ClojureScript
Stars: ✭ 217 (-6.87%)
Mutual labels:  routing
Chameleon
Customizable honeypots for monitoring network traffic, bots activities and username\password credentials (DNS, HTTP Proxy, HTTP, HTTPS, SSH, POP3, IMAP, STMP, RDP, VNC, SMB, SOCKS5, Redis, TELNET, Postgres and MySQL)
Stars: ✭ 230 (-1.29%)
Mutual labels:  network
Netgraph
Drawing utilities for publication quality plots of networks
Stars: ✭ 227 (-2.58%)
Mutual labels:  network
Routinator
An RPKI Validator written in Rust
Stars: ✭ 215 (-7.73%)
Mutual labels:  bgp

Build Status Documentation Status

Looking Glass

Easy to deploy Looking Glass made in PHP.

Requirements

  • Webserver such as Apache 2, or Lighttpd, etc…
  • PHP (>= 7.0) module for the webserver (libapache2-mod-php for Apache 2 for example)
  • The XML package is required as well (php7.0-xml on Debian for example)

Description

This web application made in PHP is what we call a Looking Glass. This is a tool used to get some information about networks by giving the opportunity to execute some commands on routers. The output is sent back to the user.

For now this looking glass is quite simple. Here you have some features:

  • Interface using Javascript and AJAX calls (needs a decent browser)
  • Support the following router types:
    • Arista
    • BIRD (v1 and v2)
    • Cisco (IOS and IOS-XR)
    • Extreme/Brocade NetIron
    • FRRouting
    • Huawei (VRP)
    • Juniper
    • Mikrotik/RouterOS
    • Nokia
    • OpenBGPd
    • Quagga
    • Vyatta/VyOS/EdgeOS
  • Support of Telnet and SSH connection to routers using password authentication and SSH keys
  • Configurable list of routers
  • Tweakable interface (title, logo, footer, elements order)
  • Log all commands in a file
  • Customizable output with regular expressions
  • Configurable list of allowed commands

And here is a list of what this looking glass should be able to do in the future:

  • Support more routers
  • Support of other types of authentication

Questions? Comments? Join us in the #looking-glass Slack channel on NetDev Community.

Configuration

Copy the configuration config.php.example file to create a config.php file. It contains all the values (PHP variables) used to customize the looking glass. Details about configuration options are available in the documentation.

Docker

If you want to run the looking glass inside a Docker container, a Dockerfile is provided in this repository. More details can be found here.

Documentation

An up-to-date (hopefully) documentation is available in the docs/ directory. It gives enough details to setup the looking glass, to configure it and to prepare your routers.

You can also find it at Read the Docs.

License

Looking Glass is released under the terms of the GNU GPLv3. Please read the LICENSE file for more information.

Contact

If you have any bugs, errors, improvements, patches, ideas, you can create an issue. You are also welcome to fork and make some pull requests.

If you use this looking glass in your company, feel free to update this page of the documentation and send a pull request. I will be glad to know that this project was helpful for you, and will merge the PR to include your company inside the list of users.

Helping

You can help this project in many ways. Of course you can ask for features, give some ideas for future development, open issues if you found any and contribute to the code with pull requests and patches. You can also support the development of this project by donating some coins.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].