Sha256: e644a2bc740a3eb5f34a2b879df9d486ea30d02ecffa2fe7bff7d34d1440d3ae
Contents?: true
Size: 531 Bytes
Versions: 9
Compression:
Stored size: 531 Bytes
Contents
class DataCom < Oxidized::Model comment '! ' expect /^--More--\s+$/ do |data, re| send ' ' data.sub re, '' end cmd :all do |cfg| cfg.cut_head.cut_both.cut_tail end cmd 'show firmware' do |cfg| comment cfg end cmd 'show system' do |cfg| comment cfg end cmd 'show running-config' do |cfg| cfg.cut_head end cfg :ssh do password /^Password:\s$/ pre_logout 'exit' end cfg :telnet do username /login:\s$/ password /^Password:\s$/ pre_logout 'exit' end end
Version data entries
9 entries across 9 versions & 1 rubygems