[ns] How to fragmet the traffic in MPLS Networks
Timo Drick
timo at drick.de
Tue Mar 14 08:01:05 PST 2006
>
>
>
>
> Hi,
>
> I would like to know if is possible divide the traffic (MPLS networks) of
> the same source to two or more links in MPLS networks. Is it possible?
>
> Thanks all,
>
> Alessandro
> UFMG
>
>
Hi Alessandro,
Yes sure.
You can define FEC entrys for different LSPs. Fec entrys take the
dest-address and flowid as identifyer for the packets that have to put on
the LSP. So the source router is not relevant only the destination and
flowid. I think the real MPLS RFC describe a more sofisticated method but
i think ns2 do not support that. Here an example:
set lsr [eval $node get-module "MPLS"]
$lsr bind-flow-erlsp [$dest node-addr] $flowid $lspid
first you have to define an LSP with the same lspid.
best regards Timo
More information about the Ns-users
mailing list