[mpls-linux-general] LDP using problem
Status: Beta
Brought to you by:
jleu
From: <dad...@gm...> - 2007-09-20 04:47:49
|
*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. |