Re: [mpls-linux-general] mplsadm2 help
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2003-04-10 18:23:59
|
Hello, On Thu, Apr 10, 2003 at 04:59:49PM +0200, Ilyes Gouta wrote: > Hi everybody ! > > I need to play with mplsadm2 to configure the mpls > deamon (zebra patched + the mpls-linux package > running)... but i don't have enough docs... Can you > tell me where i should find some ? To start off, mplsadm2 is used to configure static LSPs from the command line. mplsadm2 has nothing to do with zebra. The configuration of 'mplsd' is very similar to the rest of the zebra daemons. If you are not familiar with zebra, head over to http://zebra.org/ to learn more. If you have the source to ldp-portable, take a look at README.zebra-ldp for some more helpful hints. > > Also, how can i monitor the labels used for the > forwarding (and the associated FECs) ? If you are using mplsadm2 look in /proc/mpls_* If you have installed the MPLS enabled version of iproute2, then you can type 'ip route show' and the LSP index an index into the /proc/net/mpls_out table. if you are using 'mplsd' look at the 'show mpls *' commands. > > Finally, how can i detect the activity of MPLS. I'm not understanding your question. -- James R. Leu |