Sha256: aed7c2ae857a5d3891e910c12ccad2f9b506919fbd4e6b56fe5f369826873a69
Contents?: true
Size: 380 Bytes
Versions: 35
Compression:
Stored size: 380 Bytes
Contents
class FabricOS < Oxidized::Model # Brocade Fabric OS model # ## FIXME: Only ssh exec mode support, no telnet, no ssh screenscraping prompt /^([\w]+:+[\w]+[>]\s)$/ comment '# ' cmd 'chassisShow' do |cfg| comment cfg end cmd 'configShow -all' do |cfg| cfg end cfg :ssh do exec true # don't run shell, run each command in exec channel end end
Version data entries
35 entries across 35 versions & 1 rubygems