09-29-2016 08:37 AM - edited 03-08-2019 07:37 AM
What is the difference between user mode , privilege mode and configuration, I need a a detailed description regarding the topic , can someone help me to understood ?
09-29-2016 09:30 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
In brief, Cisco devices often support 16 privilege levels. Commands can be tied to specific levels. By default, Cisco devices allow just a couple of commands at level 0, allow many to most "show" commands at level 1 (also commonly called user mode) and allow every command at level 15 (also commonly called privileged mode).
As often only levels 1 and 15 are used, Cisco devices also change the command prompt's last character to indicate which level you're in. "#" indicates you're in privileged mode, ">" indicates you're in user mode. (Actually, levels 0 and 1 appear to display ">" and levels 2..15 appear to display "#".)
Configuration mode is a different command input mode. This mode allows you to change the device's running configuration. Getting into this mode requires your privilege mode level allow it, and when entered, the tail of the prompt string, initially, starts with "(config)#". There are submodes to configuration mode, for example, if you're changing an interface's configuration, the tail of the prompt string has "(config-if)#".
09-30-2016 06:22 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide