Help for this page

Select Code to Download


  1. or download this
    Please enter the operation serial number.  >1
    
    ...
    c: To create a tracing task for all NEs, enter 0.
    **************************************
    Please enter the NE serial number.  >
    
  2. or download this
    main::(iTrace_start_stop.pl:48):        $ssh->waitfor('Please\senter\s
    +the\soperation\sserial\snumber.\s*', 2) or die "prompt 'operation ser
    +ial number' not found after 2 second";
      DB<1> 
    ...
    
    NO.NE nameNE type name
    ---- More (Enter to show More) ----
    
  3. or download this
     $ssh->waitfor('Please\senter\sthe\soperation\sserial\snumber.\s*', 2)
    + or die "prompt 'operation serial number' not found after 2 second";
        $ssh->send("1");
        print $ssh->peek(1);
    $ssh->send("2");