Sha256: c6a6f5791815ef7e735551b0730e9b97b20e35c84beeb89a11449b8ff3d57175
Contents?: true
Size: 349 Bytes
Versions: 9
Compression:
Stored size: 349 Bytes
Contents
class WEOS < Oxidized::Model # Westell WEOS, works with Westell 8178G, Westell 8266G prompt /^(\s[\w.@-]+[#>]\s?)$/ cmd :all do |cfg| cfg.cut_both end cmd 'show running-config' do |cfg| cfg end cfg :telnet do username /login:/ password /assword:/ post_login 'cli more disable' pre_logout 'logout' end end
Version data entries
9 entries across 9 versions & 1 rubygems