Menu

Tree [d56fe1] master /
 History

HTTPS access


File Date Author Commit
 doc 2024-06-11 Alexander Bluhm Alexander Bluhm [d56fe1] Sort -v before -w in script option list.
 example 2018-07-11 Alexander Bluhm Alexander Bluhm [8da202] Regenerate example ospf.dot after sorting the h...
 lib 2022-05-05 Alexander Bluhm Alexander Bluhm [99690e] Bump version to 1.19.
 script 2024-06-11 Alexander Bluhm Alexander Bluhm [d56fe1] Sort -v before -w in script option list.
 t 2022-05-05 Alexander Bluhm Alexander Bluhm [d017ab] Print diag messages to debug syntax-lib test wi...
 Changes 2022-05-05 Alexander Bluhm Alexander Bluhm [99690e] Bump version to 1.19.
 LICENSE 2024-06-11 Alexander Bluhm Alexander Bluhm [61eced] Remove perl prototype from usage in scripts.
 MANIFEST 2021-08-18 Alexander Bluhm Alexander Bluhm [54ec32] Update manifest.
 Makefile.PL 2022-04-18 Alexander Bluhm Alexander Bluhm [f7c41b] List required modules explicitly, add Perl base...
 README 2022-04-16 Alexander Bluhm Alexander Bluhm [f89bda] Bump copyright year in readme.
 THANKS 2018-09-16 Alexander Bluhm Alexander Bluhm [f289c1] Genua company name has changed.
 TODO 2018-09-19 Alexander Bluhm Alexander Bluhm [3bec97] Update todo list.

Read Me

OSPF::LSDB
==========

The OSPF::LSDB Perl module and its submodules implement the
functionality to hold, parse, check, display the content of an OSPF
link-state database.

OSPF::LSDB          - hold the content of the OSPF link-state database
OSPF::LSDB::gated   - parse the output from the gated OSPF daemon
OSPF::LSDB::ospfd   - parse the output from the OpenBSD ospf daemon
OSPF::LSDB::ospf6d  - parse the output from the OpenBSD ospf6 daemon
OSPF::LSDB::View    - show the OSPF link-state database as graphviz dot
OSPF::LSDB::View6   - show the OSPF for IPv6 link-state database as dot
OSPF::LSDB::YAML    - load and store the OSPF link-state database as YAML

Additionally the OSPFView package contains command-line tools to
read the link-state database from an ospf daemon.  Then it creates
a dot graphic which can be displayed with graphviz.  At the moment
OpenBSD ospfd and ospf6d and gated 3.6 are supported.  Cisco support
is experimental.

gated2yaml          - convert gated OSPF LSDB to YAML file
ospf2dot            - convert OSPF LSDB YAML to Graphviz dot
ospfconvert         - convert OSPF LSDB file to current version
ospfd2yaml          - convert OpenBSD ospfd or ospf6d lsdb to YAML file
ospfview            - periodically display OSPF LSDB as Graphviz dot xlib
ospfview.cgi        - cgi script to display OSPF graph via web server

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module produces Graphviz dot files so you should have this
software installed.
http://www.graphviz.org/

COPYRIGHT AND LICENCE

Copyright (c) 2010-2022 Alexander Bluhm <alexander.bluhm@gmx.net>

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.