Hmm, Google says you could use http://www.zebra.org/ to set your box up as a route, and then you can just view the routes from there? Or look here; http://www.bgp4.as/tools -- Regards, James. http://www.jamesbensley.co.cc/ There are 10 kinds of people in the world; Those who understand Vigesimal, and J others...?
The rancid package includes a perl based looking glass CGI thing. You may want to look at that and modify it to suit your needs. -Ryan On Tue, Sep 7, 2010 at 11:29 AM, James Bensley <jwbensley@gmail.com> wrote:
Hmm, Google says you could use http://www.zebra.org/ to set your box up as a route, and then you can just view the routes from there?
Or look here; http://www.bgp4.as/tools
-- Regards, James.
http://www.jamesbensley.co.cc/
There are 10 kinds of people in the world; Those who understand Vigesimal, and J others...?
James Bensley <jwbensley@gmail.com> writes:
Hmm, Google says you could use http://www.zebra.org/ to set your box up as a route, and then you can just view the routes from there?
Aehm, Zebra is dead. Quagga it the successor. Last change date on zebra.org website is 5 years old. Jens -- ------------------------------------------------------------------------- | Foelderichstr. 40 | 13595 Berlin, Germany | +49-151-18721264 | | http://blog.quux.de | jabber: jenslink@guug.de | ------------------- | -------------------------------------------------------------------------
FWIW Quagga works fine as a looking glass if you don't mind the telnet interface. Though, if you really want ssh, you could make a user on the machine whose login script runs 'vtysh' and logs out on exit, however it's admittedly less elegant. -Jack Carrozzo On Tue, Sep 7, 2010 at 4:09 PM, Jens Link <lists@quux.de> wrote:
James Bensley <jwbensley@gmail.com> writes:
Hmm, Google says you could use http://www.zebra.org/ to set your box up as a route, and then you can just view the routes from there?
Aehm, Zebra is dead. Quagga it the successor.
Last change date on zebra.org website is 5 years old.
Jens -- ------------------------------------------------------------------------- | Foelderichstr. 40 | 13595 Berlin, Germany | +49-151-18721264 | | http://blog.quux.de | jabber: jenslink@guug.de | ------------------- | -------------------------------------------------------------------------
On Tue, 7 Sep 2010, Jack Carrozzo wrote:
FWIW Quagga works fine as a looking glass if you don't mind the telnet interface. Though, if you really want ssh, you could make a user on the machine whose login script runs 'vtysh' and logs out on exit, however it's admittedly less elegant.
Anyone know of a good http looking glass that works with quagga?
<> Nathan Stratton CTO, BlinkMind, Inc. nathan at robotics.net nathan at blinkmind.com http://www.robotics.net http://www.blinkmind.com
On Tue, Sep 7, 2010 at 6:35 PM, Nathan Stratton <nathan@robotics.net> wrote:
Anyone know of a good http looking glass that works with quagga?
I realize this is probably more hacking than you want to do, but Quagga can expose much of it's info via SNMP. Thus it would be fairly trivial to write an http front end to it if you were so motivated (or, have some interns on hand without enough to do). -Jack Carrozzo
*Install quagga and rancid sudo apt-get install rancid rancid-cgi quagga *Enable bgpd in /etc/quagga/daemons *Hook up your Quagga.conf with all the fun bgp configuration bits. Search on the intarwebs or man pages for configuration details. *Set up a user with vtysh as their shell. *Set up the rancid cloginrc file with the login stuff for your quagga router using the user with vtysh access. To Randy's point, it can certainly do ssh... but Rancid certainly uses "some abhorrent language's libraries". *Edit the configuration for the looking glass CGI /etc/rancid/lg.conf *Tweak out the CGI to be less horrible. *Profit. -Ryan On Tue, Sep 7, 2010 at 6:35 PM, Nathan Stratton <nathan@robotics.net> wrote:
On Tue, 7 Sep 2010, Jack Carrozzo wrote:
FWIW Quagga works fine as a looking glass if you don't mind the telnet
interface. Though, if you really want ssh, you could make a user on the machine whose login script runs 'vtysh' and logs out on exit, however it's admittedly less elegant.
Anyone know of a good http looking glass that works with quagga?
<>
Nathan Stratton CTO, BlinkMind, Inc. nathan at robotics.net nathan at blinkmind.com http://www.robotics.net http://www.blinkmind.com
08.09.2010 01:35, Nathan Stratton пишет:
On Tue, 7 Sep 2010, Jack Carrozzo wrote:
FWIW Quagga works fine as a looking glass if you don't mind the telnet interface. Though, if you really want ssh, you could make a user on the machine whose login script runs 'vtysh' and logs out on exit, however it's admittedly less elegant.
Anyone know of a good http looking glass that works with quagga?
Try http://wiki.version6.net/LG
<> Nathan Stratton CTO, BlinkMind, Inc. nathan at robotics.net nathan at blinkmind.com http://www.robotics.net http://www.blinkmind.com
-- Sincerely yours, Artyom Viklenko. ------------------------------------------------------- artem@aws-net.org.ua | http://www.aws-net.org.ua/~artem artem@viklenko.net | ================================ FreeBSD: The Power to Serve - http://www.freebsd.org
participants (6)
-
Artyom Viklenko
-
Jack Carrozzo
-
James Bensley
-
Jens Link
-
Nathan Stratton
-
Ryan Shea