[mpls-linux-general] Re: MPLS-Linux
Status: Beta
Brought to you by:
jleu
From: Sunil K. <sun...@ho...> - 2001-06-18 23:08:05
|
Hi James, Thanks, I have already subscribed to the mpls-linux-general mailing list and trying to get the info from there as well. I am trying to establish a Static Tunnel between LER A and LER A without any RSVP-TE or CR-LDP. I am able to receive MPLS labeled packets on Linux box through Ethereal with correct sequence and TTL ,and my question is , do I need to do some other configurations on LIunx box(LSR) to establish a tunnel or multiple tunnel in addition of establishing an LSP ? I have configure my MPLS linux box as under; mplsadm -v -L eth1:0 mplsadm -v -L eth2:0 mplsadm -A -B -I gen:16:0 -O gen:16:eth1:ipv4:172.16.10.2 mplsadm -A -B -I gen:17:0 -O hen:17:eth2:ipv4:172.17.10.2 I believe above will establish an LSP between LER A and LER B. Or what would be the mplsadm commands for creating a tunnel or multiple tunnels between an LERA and LERA through one LSR or multiple LSRs ? Is there any good source to learn the mplsadm command scripts ? as even on Sourceforge the material is not sufficient enough for a new comer to understand and configure MPLS-Linux properly. Please respond.I will appreciate your help. Thanks Sunil >From: "James R. Leu" <jl...@mi...> >Reply-To: jl...@mi... >To: Sunil Kumar <sun...@ho...> >Subject: Re: MPLS-Linux >Date: Mon, 18 Jun 2001 17:00:17 -0500 > >Hello, > >I suggest joining the mpls-linux mailing list for future questions: > >http://lists.sourceforge.net/lists/listinfo/mpls-linux-general > >On Mon, Jun 18, 2001 at 09:36:42PM -0000, Sunil Kumar wrote: > > Hi, > > > > I want to creat a Manual/Static Tunnel with following topology; > > > > > > LER A--------------------LSR------------------LER B > > 172.16.10.2 172.16.10.1 172.17.10.1 172.17.10.2 > > ETH1 ETH2 > >Your diagram and the commands you've issued don't agree. >Describe to me what you're trying to do. > > > - LER A & B are simulated Routers so we can't configure any mplsadm > > command on those. > > - I have configured LSR as under ; > > > > mplsadm -A -O gen:1024:eth1:ipv4:172.16.10.2 > > > > mplsadm -A -T mpls0 > > > > ifconfig mpls0 172.17.10.2 netmask 255.255.0.0 > > > > mplsadm -B -O gen:1024:eth1 -T mpls0 > > > > route add -net 172.17.0.0/16 mpls0 > > > > - Is there anything I did wrong in above configuration ? please advise >the > > correct command script, if the above is not correct. > > > > - How can I verify the Tunnel ID and the traffic going through it on > > MPLS Linux Router ? please clarify. > >Tunnel ID? Are you trying to do some sort of RSVP-TE testing using a >box like an Ixia or an Adtech? If so, it's not going to work. >MPLS-Linux is a forwarding plane. That means it only knows how to >"label switch" packets on established LSPs. There are two ways to establish >LSPs in the world of MPLS. Statically or dynamically. RSVP-TE LDP CR-LDP >are all means of doing dynamic LSP establishments (commonly call MPLS >signalling protocols). mplsadm is for setting up static LSPs manually. > >If you want to talk RSVP-TE or LDP join the mailing list and ask the >question there. > > > Thanks > > Sunil > >-- >James R. Leu _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com |