Module: CLI::Maker

Defined in:
lib/netutils/cli.rb

Constant Summary collapse

CISCO =
0
ALAXALA =
1
PALOALTO =
2
ARUBA =
3
NEC =
4
WLC =

XXX: Cisco WLC should come after Paloalto and NEC for a maker detection by a command to disable a CLI terminal pager. Since Paloalto always interprets a command like:

“config hogehoge”

as:

“configure.”

WLC pager command is then accepted by Paloalto and a maker detection fails if Cisco WLC preceds Paloalto.

5
UNKNOWN =

XXX: Cisco WLC, should be product…

6
MIN =
CISCO
MAX =
ARUBA