Hi,

 I would like to know how to trace MPLS and LDP to a file instead of stdout,
looking at the test-file-suite i couldnt find any way. So far im using those
lines to trace mpls/ldp.


Agent/LDP set trace_ldp_ 1

Classifier/Addr/MPLS set trace_mpls_ 1



but those output to stdout, and when i use:

set tr [open out.tr w]

$ns trace-all $tr

I dont get MPLS traces inside the file.



Do i need to call the trace_mpls_ functions before $ns trace-all , or it
doesnt really matter?



Thanks in advance,

Reply via email to