North American Network Operators Group

Date Prev | Date Next | Date Index | Thread Index | Author Index | Historical

Re: BGP & CIDR blocks

  • From: davidk
  • Date: Mon May 11 18:43:49 1998

Jim,

Network Operations Center writes:
> 
> 
> 	Hello David K.,
> 
> 	Who's & Which version of 'whois' is being used in the example ?

You can use almost any version of the whois client program.

The magic is at the server end (which can be installed locally too if
desired). 

The trick is to quote the options:

For example, you can do on most Linux systems:

$ fwhois "-r -a -i as-list YourAS"@whois.ripe.net


or you can even do:

$ telnet whois.ripe.net whois 
Trying 193.0.0.198...
Connected to bsdbase.ripe.net.
Escape character is '^]'.
-r -a -i as-list YourAS


I use the following client program:

http://brind.isi.edu/~davidk/6bone/ripe-whois-tools+6bone-extensions-latest.tar.gz

David K.
---