Skip to content

Commit

Permalink
Release 1.8
Browse files Browse the repository at this point in the history
Cougar committed Jul 2, 2003
1 parent fc19df4 commit 79d9985
Showing 8 changed files with 766 additions and 299 deletions.
22 changes: 0 additions & 22 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
07.11.2004 1.8p3
! HTML is valid HTML 4.01 Transitional now

05.11.2004
- traceroute wait removed to make command shorter. problem with cmdline scrolling. telnet module needs changes to accept that ;-(
! APNIC whois search page link updated
+ show all routes when exact was asked in JunOS
- prompt wait in ios code removed. there was sometimes problems with that
! BGP neighbor "ping" link instead of loop to the same screen
! parser improvements for "show ip bgp neighbor" and "show route protocol bgp .* terse"
! load libraries only if needed - thanks to Marco d'Itri

15.06.2004 1.8p2
! JunOS traceroute does not support AS lookup yet
+ some parser improvements
! APNIC db location change
+ JPNIC, LACNIC (country only)
! use SixXS whois for unknown AS

17.01.2004 1.8p1
+ different port for zebra ping and traceroute commands

02.07.2003 1.8
+ Community descriptions
! use Berkeley DB instead of plain text file (compile with makedb.pl)
30 changes: 8 additions & 22 deletions README
Original file line number Diff line number Diff line change
@@ -45,16 +45,14 @@ ScriptAlias /lg /usr/local/httpd/htdocs/lg/lg.cgi

6. Now you have time to set up AS num and community description files

Download as.txt, as-apnic.txt, as-arin.txt, as-ripe.txt, as-jpnic.txt,
as-lacnic.txt and communities.txt form http://www.version6.net/lg/db/ .
Put all files to LG directory (/usr/local/httpd/htdocs/lg).
Download as.txt, as-apnic.txt, as-arin.txt, as-ripe.txt and communities.txt
form http://www.version6.net/lg/db/ . Put all files to LG directory
(/usr/local/httpd/htdocs/lg).

> wget http://www.version6.net/lg/db/as.txt
> wget http://www.version6.net/lg/db/as-apnic.txt
> wget http://www.version6.net/lg/db/as-arin.txt
> wget http://www.version6.net/lg/db/as-ripe.txt
> wget http://www.version6.net/lg/db/as-jpnic.txt
> wget http://www.version6.net/lg/db/as-lacnic.txt
> wget http://www.version6.net/lg/db/communities.txt

7. If you prefer use Berkeley DB (you should! :-) ), then set up a database
@@ -81,10 +79,11 @@ or
ADVANCED CONFIURATION


You can generate as-*.txt files yourself. Just run Perl script makeaslist.pl
and it creates these three files in your current directory. It is recommended
to update these files sometimes to get fresh information about new AS numbers.
Don't forget to run makedb.pl after that as well.
You can generate as-apnic.txt, as-arin.txt and as-ripe.txt files yourself.
Just run Perl script makeaslist.pl and it creates these three files in your
current directory. It is recommended to update these files sometimes to get
fresh information about new AS numbers. Don't forget to run makedb.pl after
that as well.

You can also edit as.txt file. These three autogenerated files are included
at the beginning of as.txt file. All lines below just overwrites previous
@@ -124,19 +123,6 @@ data with it. It is possible to act as proxy for these sites but this is not
implemented yet and I'm not sure it is neccessary at all. At least at the
current moment ;-)

When using Zebra you can specify one port for bgpd and another for zebra
itself (ping and traceroute commands). All these syntaxes have the same
meaning:

- telnet://pass@host default ports (2601 and 2605)
- telnet://pass@host:2601,2605 user defined ports
- telnet://pass@host:2601, user defined zebra port and default bgpd port
- telnet://pass@host:,2605 default zebra port and user defined bgpd port

but these don't work as you expect (the same port for bgpd and zebra):

- telnet://pass@host:2601
- telnet://pass@host:2605



2 changes: 0 additions & 2 deletions as.txt
Original file line number Diff line number Diff line change
@@ -6,5 +6,3 @@
#include as-arin.txt
#include as-apnic.txt
#include as-ripe.txt
#include as-jpnic.txt
#include as-lacnic.txt
Loading
Oops, something went wrong.

0 comments on commit 79d9985

Please sign in to comment.