Re: [mpls-linux-general] LDP using problem
Status: Beta
Brought to you by:
jleu
From: Adrian P. <adr...@gm...> - 2007-09-20 12:13:47
|
Hello, If you don't get all the commands in vtysh, you can try to start ldpd on a port (like port 1234) and then telnet to that port (telnet 127.0.0.1 1234), and you get in a vtysh for that protocol. I don't remember exactly, but I think you can start ldpd -P 1234 to specify the port. See if there you have all the mpls ldp commands you're searching. Good luck, Adrian Popa On 9/20/07, 王奕元 <dad...@gm...> wrote: > Apply quagga-mpls.diff to the quagga source distribution. (0.99.6) > Go into the quagga/ldpd directory and modify 'create-links' to point to > your ldp-portable source distribution. Then execute 'create-links' . > Go back to the top of the quagga source tree and configure and compile > quagga according to it's directions. > > After you have finished compling, you will have a ldpd binary that has > the same command line syntax as the rest of the quagga binaries. > > 'ldpd' supports LDP, zebra supports staic LSPs. > (if you are not familiar with quagga hit the '?' key and it will provide > you context sensitive help. Also look at 'mpls' at the interface level. > There are also 'show' commands availble from the operations more. Look at > 'show ldp ?' and 'show mpls ?' for a list of commands.) > > > Above section is copied from README.quagga-mpls, > and then are steps I did. > > 1. patch quagga-0.99.6 by quagga-mpls.diff > 2. execute 'delete-links' > 3. modify 'create-links' and execute it. > 4. back to quagga-0.99.6 folder, execute './configure --enable-mpls > --enable-ldpd --enable-vtysh' > 5. compiler quagga > > After compiling, ldpd binary is located in quagga-0.99.6/ldpd/ > I execute zebra, ospfd, and ldpd, > and login into zebra. > > But it's strange that I can only see 'show mpls ?' > There is no anything for 'show ldp ?' > > Are there any steps I missed? > > > Thanks for youring answering. > Regard. > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > |