Sha256: c46a9604cdd6a54f8278be045451bf854d3b2cf4f130cdcaeea50bf182da5eed
Contents?: true
Size: 509 Bytes
Versions: 18
Compression:
Stored size: 509 Bytes
Contents
#coding=utf-8 require "aio/core" class Aio::Module::Cmd::Cisco::ShowInterfaceIpBrief < Aio::Module::Cmd::Cisco include Aio::Module include Aio::Ui::Verbose def initialize super({ :cmd_full => "show interface ip brief", :cmd_short => "sh int ip b", :author => "Elin", :description => "This is Cisco ASA Command# show interface ip brief", :ranking => Ranking_1, :platform => FW, }) end def parse call_cmd(Aio::Module::Cmd::Cisco::ShowIpInterfaceBrief) end end
Version data entries
18 entries across 18 versions & 1 rubygems