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

One Standard ACL for HTTP & VTY

tebbens
Level 1
Level 1

Can I use one standard acl (2) for both HTTP and VTY access to my router?

Or do I have to use a seperate ACL for every IOS feature?

Thanks !

Matthew

1 Reply 1

b.kokken
Level 1
Level 1

This is perfectly possible:

access-list 1 permit 192.168.1.1

ip http access-class 1 in

line vty 0 4

access-class 1 in

thanks,

Bas Kokken