Sha256: 70d411669c747aa498862b700afa7d6248a37f0e2ce1f4a6180203405ddec329
Contents?: true
Size: 422 Bytes
Versions: 12
Compression:
Stored size: 422 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
12 entries across 12 versions & 1 rubygems