From 71fd13b907552d588e5025186e7b4258644a8a6a Mon Sep 17 00:00:00 2001 From: Blueve <672454911@qq.com> Date: Tue, 23 Feb 2021 10:43:31 +0800 Subject: [PATCH] [doc] Add documentation for console feature switch (#1456) Signed-off-by: Jing Kan jika@microsoft.com --- doc/Command-Reference.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/Command-Reference.md b/doc/Command-Reference.md index 6832cddf4e..08237329bd 100644 --- a/doc/Command-Reference.md +++ b/doc/Command-Reference.md @@ -1987,6 +1987,34 @@ Optionally, you can display configured console ports only by specifying the `-b` This sub-section explains the list of configuration options available for console management module. +**config console enable** + +This command is used to enable SONiC console switch feature. + +- Usage: + ``` + config console enable + ``` + +- Example: + ``` + admin@sonic:~$ sudo config console enable + ``` + +**config console disable** + +This command is used to disable SONiC console switch feature. + +- Usage: + ``` + config console disable + ``` + +- Example: + ``` + admin@sonic:~$ sudo config console disable + ``` + **config console add** This command is used to add a console port setting.