Re: RIS Query
- Date: Fri, 09 Jun 2000 16:41:09 +0200
Jaques,
I understand what you want and I do not think it is all that difficult to
do. I would implement this by doing regular expression matching on the
AS Path, that way you can for instance select the originating as by saying
something like '3333$'. Also this would keep working should we decide to
include other BGP attributes in the output represented by text strings.
The way you propose it, with multiple expressions and multiple peers it can
happen that one pear gets more than one match. This can make the column
representation difficult, bu not impossible.
Cheers
Daniel
|