On Sun, Jan 02, 2005 at 04:21:26AM +0700, bla...@in... wrote:
> consider bellow :
>
> MPLS backbone
> -------
> A-----B | | C-----D
> \| |/ \
> |J-----K| E
> | |
> -------> j->k
> --------------------------> a->d/a->e
>
> i just want to know about mpls tunnel hierarcy. if ilustration above like
> this:
> C->D : 18
> C->E : 19
> j->K : 35
> if i use multiple push on backbone edge at j.
> can this done by mpls tunnel?? i still confuse about mpls hierarchy
> tunneling .
> thanks for your help.
Yes. In theory you should be able to do:
mplsadm2 -A -O 0 -o push:gen:16:set:eth0:ipv4:192.168.2.1
mplsadm2 -A -T mpls0
mplsadm2 -A -O 0 -o push:gen:1600:set:mpls0
But there is some broken code preventing this. Instead you'll
have to do this:
mplsadm2 -A -O 0 -o push:gen:16:set:eth0:ipv4:192.168.2.1
(key: 0x2)
mplsadm2 -A -O 0 -o push:gen:1600:fwd:0x2
(key: 0x3)
Or alternativly:
mplsadm2 -A -O 0 -o push:gen:1600:push:gen:16:set:eth0:ipv4:192.168.2.1
> -------------------------------------------------------
> The SF.Net email is sponsored by: Beat the post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> _______________________________________________
> mpls-linux-general mailing list
> mpl...@li...
> https://lists.sourceforge.net/lists/listinfo/mpls-linux-general
--
James R. Leu
jl...@mi...
|