Sha256: 3cf284d00c6700f435ba88381d4cafe3796924f8b602ce190e7558ae83095867
Contents?: true
Size: 430 Bytes
Versions: 10
Compression:
Stored size: 430 Bytes
Contents
class Coriant8600 < Oxidized::Model 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
10 entries across 10 versions & 1 rubygems