cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2538
Views
0
Helpful
2
Replies

Cisco user, privilege and configuration mode

p.akhil01
Level 1
Level 1

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 ?

2 Replies 2

Joseph W. Doherty
Hall of Fame
Hall of Fame

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)#".

  • Can I get the individual explanation for each user , privilege and configuration mode