I'm trying to configure lower privilege levels for certain users on my cisco switches. I want them to be able to access gigabit interfaces and move them from one vlan to another, enable or disable them, and access vlans and add/delete ip addresses. Here is what I have tried so far:
username support privilege level 5 password support
enable secret level 5 password level5pass
(config t) privilege exec level 5 configure all (cr)
(config t) privilege exec level 5 interface all (cr)
But when I login as the user, I'm unable to access the configure terminal with the shorthand config t and cannot access the interface commands at all.
What am I doing wrong?
username support privilege level 5 password support
enable secret level 5 password level5pass
(config t) privilege exec level 5 configure all (cr)
(config t) privilege exec level 5 interface all (cr)
But when I login as the user, I'm unable to access the configure terminal with the shorthand config t and cannot access the interface commands at all.
What am I doing wrong?