Sha256: 74f88cd98cf579b7c009d098cecc5f678d4d5eb3ea6ac224a5d936080cbbcfbb
Contents?: true
Size: 367 Bytes
Versions: 10
Compression:
Stored size: 367 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
10 entries across 10 versions & 1 rubygems