08-21-2019 06:09 AM
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 ?
08-21-2019 07:11 AM
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
08-23-2019 01:42 AM - edited 08-23-2019 04:55 AM
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 ?
08-23-2019 02:46 AM
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.
08-23-2019 04:53 AM - edited 08-23-2019 04:54 AM
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 ?
08-23-2019 08:04 AM
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
08-23-2019 08:38 AM
forgot to say that on Priv 15 we can do sh run, but we want it on Privilege 14
Regards
08-23-2019 10:29 AM
08-27-2019 05:23 AM
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 ?
08-27-2019 05:28 AM
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
08-27-2019 07:49 AM
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
08-30-2019 04:32 AM - edited 08-30-2019 04:38 AM
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...
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