Thread: [mpls-linux-general] mpls command
Status: Beta
Brought to you by:
jleu
From: Dragoescu A. <dra...@gm...> - 2007-03-19 19:37:10
|
HY all, I have a Fedora core 5 and I've installed : kernel-2.6.18-1.2257.fc5.mpls.1.955.i686.rpm from http://sourceforge.net/project/showfiles.php?group_id=15443 bu mpls command doesn't work(it not exist). Can someone please help me? 10x |
From: Michael F. <mic...@el...> - 2007-08-07 03:24:48
|
Is there a fix for the mpls command to make it show a specific entry for a given key? I want to do: mpls nhlfe show key gen 1015 for instance. The help makes you believe that it should work. ...mcf -- Michael Flower ES Labs Elantis Systems Inc. +61 3 9550 0866 |
From: James R. L. <jl...@mi...> - 2007-08-07 03:50:15
|
I do not believe any of the 'filtering' operations of the 'mpls' command work correctly. This would affect the command you are using. Although I think it should be something like: mpls nhlfe show key 0x2 On Tue, Aug 07, 2007 at 01:24:34PM +1000, Michael Flower wrote: > Is there a fix for the mpls command to make it show a specific entry for > a given key? >=20 > I want to do: > mpls nhlfe show key gen 1015 >=20 > for instance. >=20 > The help makes you believe that it should work. >=20 >=20 > ...mcf >=20 > --=20 >=20 >=20 > Michael Flower > ES Labs > Elantis Systems Inc. > +61 3 9550 0866 >=20 >=20 > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general --=20 James R. Leu jl...@mi... |
From: Adrian P. <adr...@gm...> - 2007-08-07 07:33:13
|
Here's a quick work-around: mpls nhlfe show | grep -A 2 key 0x5 This shows the entire nhlfe and only displays the line that contains 'key 0x5' and shows 2 lines after it (adjust it to display what you want). Good luck On 8/7/07, Michael Flower <mic...@el...> wrote: > > Is there a fix for the mpls command to make it show a specific entry for > a given key? > > I want to do: > mpls nhlfe show key gen 1015 > > for instance. > > The help makes you believe that it should work. > > > ...mcf > > -- > > > Michael Flower > ES Labs > Elantis Systems Inc. > +61 3 9550 0866 > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > |
From: James R. L. <jl...@mi...> - 2007-03-19 19:45:31
|
Please provide details, such as: What other MPLS enabled RPMs did you install? Did you do a 'modprobe mpls4' before trying to configure MPLS segments? What are the MPLS related log items in the output of 'dmesg'? People here are willing to help, you just have to help us help you. On Mon, Mar 19, 2007 at 09:37:03PM +0200, Dragoescu Alexandru wrote: > HY all, >=20 > I have a Fedora core 5 and I've installed : >=20 > kernel-2.6.18-1.2257.fc5.mpls.1.955.i686.rpm from > http://sourceforge.net/project/showfiles.php?group_id=3D15443 bu mpls > command doesn't work(it not exist). > Can someone please help me? >=20 > 10x > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share y= our > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general --=20 James R. Leu jl...@mi... |
From: James R. L. <jl...@mi...> - 2007-03-19 20:10:52
|
On Mon, Mar 19, 2007 at 10:03:48PM +0200, Dragoescu Alexandru wrote: > [root@skynet ~]# uname -r > 2.6.18-1.2257.fc5.mpls.1.955 >=20 > I think i forgot to install > iproute-2.6.16-1.fc5.mpls.1.955.i386.rpm<http://downloads.sourceforge.net= /mpls-linux/iproute-2.6.16-1.fc5.mpls.1.955.i386.rpm?modtime=3D1173312332&b= ig_mirror=3D0> > [root@skynet mpls]# dmesg |grep MPLS That is kind of what I thought, glad you were able to figure it out. > MPLS: version 1.955 > MPLS: protocol driver interface - <jl...@mi...> > MPLS DEBUG net/mpls/mpls_sysfs.c:130:mpls_sysfs_init: enter > MPLS DEBUG net/mpls/mpls_sysfs.c:139:mpls_sysfs_init: exit >=20 > Now it works. :P >=20 > I have a question : > Exists a RSVP-TE implementation that can be used / tested ? > And if exists can U tell me where can I find it? There exist 4 RSVP-TE implementation, none of which work with quagga 0.99.6 and mpls-linux 1.955. I have picked one these implementations to modify to work with quagga 0.99.6 and mpls-linux 1.955. I will publish a development quagga RPM once I have it ready for other developers to dig into the code. >=20 > 10x for your help! --=20 James R. Leu jl...@mi... |