[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multiple links between 2 nodes



Athina Markopoulou <[email protected]> writes:

> > I'm not sure that this problem will be fixed... but a simple
> > workaround would be by introducing another node:
> > 	n1----n2
> > 	 |    |
> > 	 +-nx-+
> > 
> > 
> >  -Yuri.
> > 
> 
> Thanks, this is actually what I am doing.
> However, in order for the auxiliary links to be "transparent",
> I would need to set their delay to 0 and their bandwidth to infinite.
> Is it posssible to set the bandiwdth to infinite?

Can't you just double the bandwidth?  E.g. if (n1, n2)' has bandwidth
b, you could set the bandwidth of (n1, nx) as well as the bandwidth of
(nx, n2) to 2*b.

Hope it helps.

  Yuri.

> 
> Thanks again.
> Athina.