Sha256: 5ddbd82ec30f2a344be77fba207be7197a8b37291e0c0bd481da7ec79069dfe5
Contents?: true
Size: 499 Bytes
Versions: 12
Compression:
Stored size: 499 Bytes
Contents
class UCS < Oxidized::Model prompt /^(\r?[\w.@_()-]+[#]\s?)$/ comment '! ' cmd 'show version brief' do |cfg| comment cfg end cmd 'show chassis detail' do |cfg| comment cfg end cmd 'show fabric-interconnect detail' do |cfg| comment cfg end cmd 'show configuration all | no-more' do |cfg| cfg end cfg :ssh, :telnet do post_login 'terminal length 0' pre_logout 'exit' end cfg :telnet do username /^login:/ password /^Password:/ end end
Version data entries
12 entries across 12 versions & 1 rubygems