On 01/14/12 00:07, Edion Tego wrote: > > I’d like to know if it exist a list of commands that can be used while > LISPmob is running? > > > E.g. if I want to get the mapping of an specific EID, or if I want to > view the current EID-to-RLOC_cache etc. >
In the LISPmob distribution you have a directory called 'lispconf', which is built with the rest when running 'make' and installed when running 'sudo make install'. You can use 'lispconf -x cache' to see the current EID-to-RLOC cache, and 'lispconf -x db' to see the local database. See 'lispconf -h' for all available options. > > And the last, could you give me any suggestion for a performance test > for the LISP network that can be done with LISPmob? > You could analyze many things, for example take the list of all map-resolvers from www.lisp4.net, and see the distribution of mapping lookup delays to all destinations through all of them. Basically, you should be looking at things specific to the mapping system, since that's what is new. Maybe other people on the list could chime in and suggest other types of measurements? -Lori > > Thank You > > > Best Regards > > Edion >
