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

Privilege levels not working

johnross400
Level 1
Level 1

I am trying out the Multiple Privilege Level option on a directly connected router - but I cannot get it to work.

This configuration example is not possible...

enable secret level xxx

enable secret xxx

!

!

!

!

privilege configure level 6 hostname

!

line con 0

line aux 0

line vty 0 4

When I log directly in I get...

Router>en 6

Password:

Router#conf t

^

% Invalid input detected at '^' marker.

Why can't I change just the hostname on the router using the Privilege level 6 ???

This should be simple but I miss something.

2 Replies 2

irisrios
Level 6
Level 6

You must allow access for Gloabal configuration command to a previlege level to configure the host name as host names can be configured only if you have access to global configuration command. Use the command Router(config)# privilege exec level 6 configure terminal

mfreijser
Level 1
Level 1

Here you will find a configuration example:

http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_feature_guide09186a0080112495.html

Maybe it is of any use to you!

Regards,

Michael