Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
This plugin is use to save config of switch or router. This plugin, is available for devices like Cisco (ios or catos), h3c (3com), Enterasys. This check is write in ruby language. Add SSH support in v0.61
Current Version
0.61
Last Release Date
2011-05-07
Owner
Pernelle
Website
http://alpern.free.fr/spip.php?article416
Download URL
http://alpern.free.fr/IMG/zip/check_config_dev_v0.61.rb.zip
License
GPL
Compatible With
#!/usr/bin/env ruby #check_conf_cisco v0.2 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # # Copyright Alain Pernelle # Project: www.alpern.homelinux.org:3000
# Website: http://www.alpern.free.fr # Quick documentation: use -h option # TODO # - keep name of save file with date. (do in version0.2)
# Utilisation: # ------------ #./check_cisco_config_v0.2.rb -H <ip_address> -u <username> -p <password> -f <enablepassword> -o <os> [-s ssh]
# os can be ios, catos, h3c, enterasys # -s ssh optionnal if not mode telnet # -h, --help Print detailed help screen #version 0.2 08/14/2009 add support of catos h3c enterasys network devices # need device was setting with username and password # Bug with Cisco Device Special password charatere # # Installation # ------------ # Require ruby # Require gem # Ruby Module : install with gem # gem install optiflag # gem install net-ssh-telnet
# March 2011 # Some Require in ruby changed # net-telnet is now net-ssh-telnet # install the module with: # gem install net-ssh-telnet # this ruby module provide ssh and telnet functions.
Site en Français: http://alpern.free.fr
After executing i get the error messsage "CriticalErreur dans le programe" can someone help me?!
./check_config_cisco_v0.2.rb:200:in `': undefined method `close' for # (NoMethodError) what to do?))
Hello d0wn, did you install all required gem?
You must be logged in to submit a review.
To:
From: