You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use module(comware_command) by CLI, I noticed that after logging into the device, the module automatically executes some initialization commands, logs as follows:
%Sep 13 16:17:56:816 2024 XXXX-S5130S-AS-1 SHELL/4/SHELL_CMD_MATCHFAIL: -User=XXXX-IPAddr=10.XXXX; Command set cli timestamp disable in view shell failed to be matched.
%Sep 13 16:17:56:981 2024 XXXX-S5130S-AS-1 SHELL/4/SHELL_CMD_MATCHFAIL: -User=XXXX-IPAddr=10.XXXX; Command set cli screen-length 0 in view shell failed to be matched.
%Sep 13 16:17:57:105 2024 XXXX-S5130S-AS-1 SHELL/4/SHELL_CMD_MATCHFAIL: -User=XXXX-IPAddr=10.XXXX; Command set cli screen-width 1024 in view shell failed to be matched.
%Sep 13 16:17:57:281 2024 XXXX-S5130S-AS-1 SHELL/6/SHELL_CMD: -Line=vty0-IPAddr=10.XXXX-User=XXXX; Command is display version
set cli timestamp disable
set cli screen-length 0
set cli screen-width 1024
These commands are not H3C's, seem more like Juniper's.
"screen-length disable" is recommended for H3C, I think.
The text was updated successfully, but these errors were encountered:
yangguanwudi
changed the title
Useless initialization Command
Useless initialization commands
Sep 13, 2024
When I use module(comware_command) by CLI, I noticed that after logging into the device, the module automatically executes some initialization commands, logs as follows:
%Sep 13 16:17:56:816 2024 XXXX-S5130S-AS-1 SHELL/4/SHELL_CMD_MATCHFAIL: -User=XXXX-IPAddr=10.XXXX; Command set cli timestamp disable in view shell failed to be matched.
%Sep 13 16:17:56:981 2024 XXXX-S5130S-AS-1 SHELL/4/SHELL_CMD_MATCHFAIL: -User=XXXX-IPAddr=10.XXXX; Command set cli screen-length 0 in view shell failed to be matched.
%Sep 13 16:17:57:105 2024 XXXX-S5130S-AS-1 SHELL/4/SHELL_CMD_MATCHFAIL: -User=XXXX-IPAddr=10.XXXX; Command set cli screen-width 1024 in view shell failed to be matched.
%Sep 13 16:17:57:281 2024 XXXX-S5130S-AS-1 SHELL/6/SHELL_CMD: -Line=vty0-IPAddr=10.XXXX-User=XXXX; Command is display version
set cli timestamp disable
set cli screen-length 0
set cli screen-width 1024
These commands are not H3C's, seem more like Juniper's.
"screen-length disable" is recommended for H3C, I think.
The text was updated successfully, but these errors were encountered: