Help for this page

Select Code to Download


  1. or download this
    sub tftp_to_router
    {
    ...
    $cisco_session->cmd('copy source startup-config');
    #Copy that file to the slaveslot0: too
    $cisco_session->cmd('copy source slaveslot0:');
    
  2. or download this
    $cisco_session->cmd('login\nusername\npassword');