Re: [mpls-linux-general] Doubts on MPLS Linux settings
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2004-11-09 14:31:07
|
On Mon, Nov 08, 2004 at 12:21:11PM +0100, windtim@libero.i wrote: > Hi, > i've used MPLS for Linux 1.172 with other packs downloadable last year > for this project. I've done many test on it and i've many questions > 1) Seeing my test network (schema_del_test.jpg) you can notice that PCLENTO2 is > the only LSR. Seeing its settings, in particular routing table, i've seen that > while there is a gateway indicated for the network 10.0.0.0 there is no one > indicated for 192.168.2.0. Why? Ping goes well between 192.168.2.1 and 10.0.3.0 > (obviosly PCLENTO1 answer ping to 192.168.2.1 from 192.168.1.2 You do not need to specify a nexthop gateway with the spec_nh (lsp) commands ip route add 192.168.2.0/24 dev eth0 spec_nh 0x8847 0x2 ip route add 192.168.2.0/24 via 192.168.1.1 spec_nh 0x8847 0x2 Are equivalent commands. The nexthop IP is never use when there is a spec_nh (lsp). > 2)I've seen on mailing list that the indication x/y/z from command "cat > /proc/net/mpls_out" indicate that they are downloaded x packets for y bytes > totally. Is it correct? Seeing PCLENTO2 output of that command i see that > 44939/484=92,84bytes. Is it possible? Where do i make error? > Please help me to understand > Thanks in advance for the help Sure. 44939 bytes divided by 484 is approximately 92 bytes per packet, that is reasonable. > > > > ____________________________________________________________ > Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. > Abbonati subito su http://www.libero.it -- James R. Leu jl...@mi... |