summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--lib/oxidized/model/powerconnect.rb8
2 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc23013..ea521fc 100644
--- a/README.md
+++ b/README.md
@@ -42,4 +42,4 @@
* can use 'cmd', 'prompt', 'comment', 'cfg'
* cfg is executed in input/output/source context
* cmd is executed in instance of model
- * 'junos', 'ios', 'ironware' and 'powerconnect'
+ * 'junos', 'ios', 'ironware' and 'powerconnect' implemented
diff --git a/lib/oxidized/model/powerconnect.rb b/lib/oxidized/model/powerconnect.rb
index 7fa7f2c..732245e 100644
--- a/lib/oxidized/model/powerconnect.rb
+++ b/lib/oxidized/model/powerconnect.rb
@@ -11,6 +11,14 @@ class PowerConnect < Oxidized::Model
cfg
end
+ cmd 'show version' do |cfg|
+ comment cfg
+ end
+
+ cmd 'show system' do |cfg|
+ comment cfg
+ end
+
cfg :telnet do
username /^User Name:/
password /^\r?Password:/