cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
667
Views
0
Helpful
3
Replies

Annoying consolle messages

Fantolino
Level 1
Level 1

I need to operate via CLI on the NSO used in production. A lot of annoyng mesages pop up on my screen such as:

System message at 2021-03-12 16:19:59...
Commit performed by pronghorn via ssh using cli.

or

cisco@ncs> *** ALARM connection-failure: Failed to connect to device . . .

Is there a way to suppress those annoyng messages?

 

3 Replies 3

vleijon
Cisco Employee
Cisco Employee
Yes, in ncs.conf set cli/commit-message to false to suppress the commit message. I do not know if you can suppress alarms though, they are generally important.

We were very generously given the source code for ncs_cli, in $NCS_DIR/src/ncs/cli/c_src.
So, adventurous people can add any features they like (smile).

rogaglia
Cisco Employee
Cisco Employee

Is this happening "ncs_cli" or also ssh?