Q:
I'm unclear about sibling relationships and how to find them.
A:
Consider the following *fictitious* example.
You are asked to infer the relations of an ASPATH 7911 209 19092 3908 10947.
By constructing the AS graph, one can determine the degree of each
AS. Suppose you find that 3908 has the highest degree, so
based on the above ASPATH, one would conclude that:
7911->209->19092->3908<-10947
However, there might be another route in the routeview dump
(and not listed as a problem explicitly) with ASPATH
3908 19092 323 2342 123 such that AS 2342 has the highest degree
and one similarly concludes:
3908->19092->323->2342<-123
Combining these 2 pieces of information yields:
7911->209->19092<->3908<-10947
Where 19092 and 3908 are siblings.