root access console

Restricts the root access to the device to the console only.

Syntax

root access console
no root access console

Modes

Global configuration mode

Usage Guidelines

The no root access console allows root access to the device through all terminals (SSH, Telnet, and console).

Examples

Typical command output:

device# configure terminal
device(config)# do show running-config | include root
% No entries found.
device(config)# root access console
device(config)# do show running-config | include root
root access console
device(config)#