Re: [mpls-linux-general] Re: mpls-linux-general digest, Vol 1 #709 - 1 msg
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2004-10-25 13:03:17
|
On Mon, Oct 25, 2004 at 12:56:25PM +0500, Irfan Azher wrote:
> Thanks James with your help i am able to install the program and run
> it successfully
> and there was no error except the first one listed above, as you are
> saying that part of instruction is wrong.
>
> For second error i have to just change eth1 to eth0 and it work.
>
> Now plz tell me if the above instruction related to error 1 is wrong
> then what will be the replacement of it and how can then we check this
> part
dmesg | grep MPLS
> >I checked to make sure that uml2 is receiving them via MPLS:
> >[root@uml2 root]# cat /proc/net/mpls_in
> >0x02710001 55/4840/0 gen 10000 0 1 POP PEEK
> >[root@uml2 root]#
>
> other question is about debugging commands
>
> >uml1-mpls# conf t
> >uml1-mpls(config)# mpls ip
> >uml1-mpls(config-ldp)# trace all
> >uml1-mpls(config-ldp)#
> the 'conf t' command is not working on my systems.
You need to read about quagga:
http://quagga.net/
The LDP functionality is implement as part of quagga. Currently
the LDP implementation is not ready for users. It needs lots of work.
> thanks once Again
>
> Irfan Azher
>
> On Sun, 24 Oct 2004 20:29:27 -0700,
> mpl...@li...
> <mpl...@li...> wrote:
> > Send mpls-linux-general mailing list submissions to
> > mpl...@li...
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general
> > or, via email, send a message with subject or body 'help' to
> > mpl...@li...
> >
> > You can reach the person managing the list at
> > mpl...@li...
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of mpls-linux-general digest..."
> >
> > Today's Topics:
> >
> > 1. Re: Error: either: "to" is duplicate or "spec_nh" is a garbage (James R. Leu)
> >
> > --__--__--
> >
> > Message: 1
> > Date: Sun, 24 Oct 2004 22:12:32 -0500
> > From: "James R. Leu" <jl...@mi...>
> > To: ?????x <m9...@cn...>
> > Cc: mpl...@li...
> > Subject: Re: [mpls-linux-general] Error: either: "to" is duplicate or "spec_nh" is a garbage
> > Reply-To: jl...@mi...
> >
> > On Sun, Oct 24, 2004 at 12:06:04AM +0800, ?????x wrote:
> > > Hi James,
> > > I have installed Fedora core 2, and downloaded kernel-sourcecode-2.6.8-1.521mpls_1_938a.i686.rpm , then I did "make menuconfig", "make", "make install", "make modules", "make modules_install", "demop -a", then reboot by the new kernel.
> > >
> > > But I still have problems when I try the "MPLS-Linux Example" on http://mpls-linux.sourceforge.net/.
> > >
> > > The First error:
> > > [root@ixpldp tmp]# cat /proc/net/mpls_version
> > > cat: /proc/net/mpls_version: No such file or directory
> >
> > That part of the instructions are wrong. Thank you for bring that to my
> > attention.
> >
> > > The second error:
> > > [root@ixpldp tmp]# mplsadm2 -A -O 0
> > > MPLSADM mplsadm.c:692:main: Out segment input: 0
> > > Key: 0x00000002
> > > Out Segment add: Success
> > > [root@ixpldp tmp]# mplsadm2 -O 0x2 -o push:gen:10000:set:eth1:ipv4:11.0.1.2
> > > MPLSADM mplsadm.c:692:main: Out segment input: 0x2
> > > MPLSADM mplsadm.c:688:main: Out instr input: push:gen:10000:set:eth1:ipv4:11.0.1.2
> > > MPLSADM mplsadm.c:292:fill_instructions: Instruction: push
> > > MPLSADM mplsadm.c:229:fill_label: Label type: gen
> > > MPLSADM mplsadm.c:292:fill_instructions: Instruction: set
> > > MPLSADM mplsadm.c:181:parse_nh_info: eth1
> > > MPLSADM mplsadm.c:182:parse_nh_info: 11.0.1.2
> > > Unable to resolve ifindex for eth1
> >
> > Dow you have an ethernet interface called eth1?
> >
> > > [root@ixpldp tmp]# ip route add 11.0.1.2/32 via 11.0.1.2 spec_nh 0x8847 0x2
> > > Error: either "to" is duplicate, or "spec_nh" is a garbage.
> > >
> > > The third error:
> > > I try to install "iproute-2.4.7-14mpls_1_938.i386.rpm", but I got error message:
> > > [root@ixpldp tmp]# rpm -i iproute-2.4.7-14mpls_1_938.i386.rpm
> >
> > You need to upgrade this RPM. Try
> >
> > rpm -Uvh iproute-2.4.7-14mpls_1_938.i386.rpm
> >
> > > file /sbin/ip from install of iproute-2.4.7-14mpls_1_938 conflicts with file from package iproute-2.4.7-14
> > > file /sbin/rtmon from install of iproute-2.4.7-14mpls_1_938 conflicts with file from package iproute-2.4.7-14
> > > file /sbin/tc from install of iproute-2.4.7-14mpls_1_938 conflicts with file from package iproute-2.4.7-14
> > > file /usr/sbin/nstat from install of iproute-2.4.7-14mpls_1_938 conflicts with file from package iproute-2.4.7-14
> > > file /usr/sbin/rtacct from install of iproute-2.4.7-14mpls_1_938 conflicts with file from package iproute-2.4.7-14
> > > file /usr/sbin/rtstat from install of iproute-2.4.7-14mpls_1_938 conflicts with file from package iproute-2.4.7-14
> > > file /usr/sbin/ss from install of iproute-2.4.7-14mpls_1_938 conflicts with file from package iproute-2.4.7-14
> > >
> > >
> > > Did I miss something or do some wrong steps?
> > >
> > > Thanks in Advance
> > >
> > > Timothy
> > > 2004.10.23
> > >
> > >
> >
> > --
> > James R. Leu
> > jl...@mi...
> >
> > --__--__--
> >
> > _______________________________________________
> > mpls-linux-general mailing list
> > mpl...@li...
> > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general
> >
> > End of mpls-linux-general Digest
> >
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> mpls-linux-general mailing list
> mpl...@li...
> https://lists.sourceforge.net/lists/listinfo/mpls-linux-general
--
James R. Leu
jl...@mi...
|