Hi,
I am trying to setup privilege levels so privilege level 5 can only view and configure switchports.
however, on my switch i can not use the option "all" to have all sub commands set to the same level.
Now i have this configuration :
privilege configure level 5 interface
privilege interface level 5 description
privilege interface level 5 switchport port-security
privilege interface level 5 switchport port-security mac-address sticky
privilege exec level 5 configure terminal
privilege exec level 5 configure
privilege exec level 5 show interface
privilege exec level 5 show run
privilege exec level 5 show logg
But the privilege level 5 user can not set sticky mac adresses with the command : switchport port-security mac-address sticky xxxx.xxxx.xxxx vlan voice
If i could use the all command i would only need "switchport", but now i have to write the full command, and even in the case of the above, it doesn't work as the mac adress is a value and not a command itself.
This configuration is tested on a 3560 with IOS 122-55.SE5.
Is the "all" command only available in later versions ? Or how do i solve this issue ?
tnx,
Sebastian