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

HTTP management restricted by named ACL?

jeff.hardee
Level 1
Level 1

Hello,

There's probably an easy solution to this. I know that I can enable the http service on a switch and limit who can use http to manage the switch with the "ip http access-class x" command. The variable 'x' in this case is a numbered, standard access list (1-99). What if I want to accomplish the same thing but by using named access lists?

Sincerely,

Jeff

1 Reply 1

michael.leblanc
Level 4
Level 4

router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

router(config)#ip http access-class ?

<1-99> Access list number

If your output is similar to that above, this would suggest that a numbered ACL is your only option (i.e.: a named ACL is not supported).