Help for this page

Select Code to Download


  1. or download this
    perl -le 'local$/;open F,data;$_=<F>;s/\n//g;while(/<ip-address>(.+?)<
    +\/ip/gi){print $1}'
    
  2. or download this
    perl -le 'local$/;open F,data;$_=<F>;s/\n//g;while(/<ip-(neigbour|addr
    +ess)>(.+?)<\/ip/gi){print $2}'