Sha256: 1bcb154151d3e5026b2e7201b1eaab818707276219d72819ab92d52f1768a96e
Contents?: true
Size: 361 Bytes
Versions: 12
Compression:
Stored size: 361 Bytes
Contents
class CoriantTmos < Oxidized::Model comment '# ' prompt /^[^\s#]+#\s$/ cmd 'show node extensive' do |cfg| comment cfg end cmd 'show run' do |cfg| cfg end cfg :telnet do username /^Login:\s$/ password /^Password:\s$/ end cfg :telnet, :ssh do pre_logout 'exit' post_login 'enable config terminal length 0' end end
Version data entries
12 entries across 12 versions & 1 rubygems