Entering privileged mode, Entering global configuration mode – ATL Telecom R1-SW Ethernet Switch User Manual
Page 73
![background image](https://www.manualsdir.com/files/812238/content/doc073.png)
Basic Configuration
5-5
Entering Privileged Mode
When you start a session on the Corecess R1-SW24L2B, you begin in User mode. Only a limited
subset of the commands is available in User mode. To have access to all commands, you must
enter Privileged mode. To enter Privileged mode from User mode, enter the
enable
user mode
command. The CLI prompt will be changed from > to # entering Privileged mode.
localhost> enable
localhost#
To exit from Privileged mode, enter
disable
privileged mode command.
The CLI prompt will
be changed from # to > returning to the user mode from Privileged mode.
localhost# disable
localhost>
If you enter the
exit
privileged mode command, you can exit form the CLI.
corecess
# exit
login:
Entering Global Configuration Mode
Global configuration mode allows you to change configuration to for the Corecess R1-SW24L2B.
Global configuration mode contains sub-modes for individual ports, for VLANs, and other
configuration areas.
To enter Global configuration mode from Privileged mode, enter the
configure terminal
privileged mode command. The CLI prompt will be changed
localhost(config)#
entering
Global configuration mode.
localhost# configure terminal
localhost(config)#
To exit from Global configuration mode, enter
end
configuration mode command.
The CLI
prompt will be changed to
localhost#
returning to Privileged mode.
localhost(config)# end
localhost#