ArubaOS8 need update propmt
there issue before https://github.com/ytti/oxidized/issues/2237
request for https://github.com/ytti/oxidized/blob/master/lib/oxidized/model/aosw.rb update or create a new model such like AOSW8 and update the line 14
comment '# '
prompt /^([\w\(:.@-]+(\)?\s?)[#>]\s?)$/
prompt to
^(\([\w\s-]+\))?\s*\[[^\]]+\]\s*[#>]\s?$
or
[\w\(:.@-]+(\)?\s?)\[+[\w]+\]\s[#>]
thanks
Hello Joey,
Can you help me please? I have some aruba virtual controllers using AOSW8 but all the prompts that i tried to use, stay with the same message: not matching configured prompt (?-mix:^(([\w\s-]+))?\s*[[^]]+]\s*[#>]\s?$)
I'm not familiar with ruby and some prompts from closed issues didn't work for me.
Can you provide prompt examples? So far, I have:
AAAA-AP123456#
(AAAA-WLC42) *[mynode] #
(WPP-ArubaVMC) [mynode] #
Does someone know
- what "mynode" means and if it can be changed (configuration?).
- what the * before [mynode] means? In the Prompt of PR #3233, it looks likt it could also be '\' or '^'
Can you provide prompt examples? So far, I have:
AAAA-AP123456# (AAAA-WLC42) *[mynode] # (WPP-ArubaVMC) [mynode] #Does someone know
- what "mynode" means and if it can be changed (configuration?).
- what the * before [mynode] means? In the Prompt of PR #3233, it looks likt it could also be '\' or '^'
mynode is the current "path" you are in. Different values can be here. There are almost unlimited possibilities, since the name of the WLAN controller can also be there.
According to the CLI reference:
- (host) ^[mynode] – This indicates unsaved configuration.
- (host) *[mynode] – This indicates available crash information.
- (host) [mynode] – This indicates a saved configuration.
If necessary, I can add a few examples. At least for the Mobility Controller and the Mobility Master (or Conductor) I can offer some examples.