cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
316
Views
1
Helpful
1
Replies

Privilege levels and access-lists on Catalyst

I have configure a user in privilege level 5 and I want it to be able to write and change ACL's.
config :
privilege interface level 5 ip access-group
privilege interface level 5 ip
privilege configure level 5 access-list
privilege configure level 5 ip access-list extended
privilege configure level 5 ip access-list
privilege configure level 5 interface
privilege configure level 5 ip
privilege exec level 5 configure terminal
privilege exec level 5 configure
privilege exec level 5 show startup-config
privilege exec level 5 show running-config view full
privilege exec level 5 show running-config view
privilege exec level 5 show running-config
privilege exec level 5 show

This user can create or delete an ACL but can't write any lines in it :
rtr-test(config-ext-nacl)#?
Ext Access List configuration commands:
<1-2147483647> Sequence Number
default Set a command to its defaults
exit Exit from access-list configuration mode
no Negate a command or set its defaults

The permit and deny keywords are missing. Am I overlooking something ?

 

1 Accepted Solution

Accepted Solutions

OK, I was just missing these 2

privilege ipenacl all level 5 permit
privilege ipenacl all level 5 deny

 

View solution in original post

1 Reply 1

OK, I was just missing these 2

privilege ipenacl all level 5 permit
privilege ipenacl all level 5 deny