Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] Add documentation for console feature switch #1456

Merged
merged 1 commit into from
Feb 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions doc/Command-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down