cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4833
Views
0
Helpful
11
Replies

Privilege 14 - no show run command

Hi,

we have upgraded from 3.6.5 to 16.6.5when try „sh run" in priv level 14 in Version 16.6.5 - no go - blank

WS-3850 Current privilege level is 14

when on Prev level 15 - l can do sh run.

 

we did upgraded several switches and experienced same .

 

could you please help ?

 

 

 

11 Replies 11

nika.benashvili
Level 1
Level 1

Hello,

 

By default show run is privilege level 15 command, but you can change it:

 

Switch#show privilege
Current privilege level is 14
Switch#show run
^
% Invalid input detected at '^' marker.

 

From level 15 or enable mode try this command:

Switch(config)#privilege exec level 14 show running-config

 

now you can see that I can display running config with privilege 14:

Switch#show privilege
Current privilege level is 14
Switch#show run
Building configuration...

Current configuration : 115 bytes
!
! Last configuration change at 14:00:08 UTC Wed Aug 21 2019
!
boot-start-marker
boot-end-marker
!
end

thanks

here what l tried:

 

#sh pri

current privilege level is 14

#en

Password:

#conf t

privilege exec level 14 show running-config

#end

 

after:

#sh priv

current privilege level is 14

#sh run

#

 

there is no error , no output thought ...

any ideas ?

Hello,

 

you can not change privilege 15 settings while you are on privilege 14.

try to go to enable mode. Did you set up enable password? enable mode by default is privilege 15.

Hi l am on enable mode but issue is the same:

 

#sh pri

current privilege level is 14

#en

password:

#conf t

privilege exec level 14 show running-config

#end

 

after:

#sh priv

current privilege level is 14

#sh run

#

 

there is no error , no output thought ...

any ideas ?

 

Hello,

try to do the following:

enable 15  <enter>

 

then see if it asks you a password provide the enable secret or the enable password.

 

Hope to help

Giuseppe

 

forgot to say that on Priv 15 we can do sh run, but we want it on Privilege 14

 

Regards

You should be able to configure it to run at level 14, but you first need to be at a privilege that allows you to configure it (generally you would need to be at level 15 first).

Did you read and try what Nika showed?

l tried the following:

 

#enable 15
Password:

#conf t
Enter configuration commands, one per line. End with CNTL/Z.
(config)#privilege exec level 14 show running-config
(config)#end
#enable 14
#show privilege
Current privilege level is 14
#show run
#

 

so can you advise ?

Hello Borislav,

try to use the exact complete command from privilege level 14:

show running-config

 

I am afraid that show run is seen as something different from the complete command.

This is a limitation of this feature.

 

Hope to help

Giuseppe

 

Hello,

 

try and add the 'view full' option to your configuration. I think they added that somewhere in XE, not sure in which version:

 

(config)#privilege exec level 14 show running-config view full
(config)#end
#enable 14
#show privilege
Current privilege level is 14
#show running-config view full

Hi,

 

we tried the following, but did not worked:

 

#en 15 Password:

#conf t

Enter configuration commands, one per line. End with CNTL/Z.

(config)#$xec level 14 show running-config view full

(config)#end

#

#

#en 14

#show running-config view full

#

 

 

we don't even get an error message...

l checked the following https://www.cisco.com/c/en/us/support/docs/routers/asr-1000-series-aggregation-services-routers/212149-Configure-IOS-XE-to-display-full-show-ru.html

but can not find what is missing...

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card