cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4663
Views
10
Helpful
7
Replies

sh run blank result

admins0011111
Level 1
Level 1

I have CISCO2921 15.4(3)M4:

aaa new-model
aaa authentication login default local
aaa authorization exec default local
username rancid privilege 3 secret 5 $dfgdfgsdfhsdhdfghdfghdfg
privilege exec level 3 show running-config view full
privilege exec level 3 show running-config view
privilege exec level 3 show running-config
privilege exec level 3 show

But when I login and try sh run it is empty. Why?

1 Accepted Solution

Accepted Solutions

nspasov
Cisco Employee
Cisco Employee

Try this:

- Add the following command to your config:

file privilege 3

- Use the following command instead of show run

show run view full

Thank you for rating helpful posts!

View solution in original post

7 Replies 7

Mark Malone
VIP Alumni
VIP Alumni

when you log in are you sure your priv 3 , check with below , what way is your vty configured

sw]#sh privilege
Current privilege level is 15

Yes of course.

#sh priv

Current privilege level is 3

Also I have:

line vty 0 4

access-class 23 in

exec-timeout 60 0

logging synchronous

transport input ssh

hmm you could try put login local under the vty so it reverts directly to your username/password or use login authentication default either for the aaa see if that helps

your config looks ok

http://www.cisco.com/c/en/us/support/docs/security-vpn/remote-authentication-dial-user-service-radius/13860-PRIV.html

There is no "login local" on Cisco routers. "login authentication default" not help.

nspasov
Cisco Employee
Cisco Employee

Try this:

- Add the following command to your config:

file privilege 3

- Use the following command instead of show run

show run view full

Thank you for rating helpful posts!

admins0011111
Level 1
Level 1

It really works!

Great! Glad I was able to help :)