Sha256: 0611d799160b353b64754fea7664262609f931e93c31c92dba5d26c2b60b19fa
Contents?: true
Size: 443 Bytes
Versions: 5
Compression:
Stored size: 443 Bytes
Contents
class Coriant8600 < Oxidized::Model using Refinements comment '# ' prompt /^[^\s#>]+[#>]$/ cmd 'show hw-inventory' do |cfg| comment cfg end cmd 'show flash' do |cfg| comment cfg end cmd 'show run' do |cfg| cfg end cfg :telnet do username /^user name:$/ password /^password:$/ end cfg :telnet, :ssh do pre_logout 'exit' post_login 'enable' post_login 'terminal more off' end end
Version data entries
5 entries across 5 versions & 1 rubygems