generic ssh
[configmanager.git] / lib / cisco.plugin.php
index 4b6490c..c1f2032 100644 (file)
@@ -4,5 +4,9 @@ $HOST_TYPE["cisco"]["name"] = "Cisco";
 $HOST_TYPE["cisco"]["configform"] = "somefuntion";
 $HOST_TYPE["cisco"]["postfunction"] = "somefuntion";
 
+function cisco_getConfig($istest)
+{
+       genericssh_ssh($host, $username, $password, "show running");
+}
 
 ?>
\ No newline at end of file