Help for this page

Select Code to Download


  1. or download this
    use Net::Cisco;
    open(CONFIG,">config.csv");
    ...
    }
    }
    close(CONFIG);
    
  2. or download this
    if(@output ne '')
            {
    ...
            print "no config\n";
            print CONFIG "$router,no config\n";
            }