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

Configure ACL on 802.1Q Trunk interface

jschweng
Level 1
Level 1

Just wanted to confirm if it is possible to assign an ACL on a trunk interface. I don't think it's possible, right?

1 Reply 1

simontibbitts
Level 1
Level 1

Hello.

It is possible to do it on a switch. The only thing is it filters for all VLANs.

If you are looking to do it on a router then I have just tested in my lab and it works fine. Tested on 12.4(21) - works fine:

interface FastEthernet0/1

no ip address

duplex auto

speed auto

!

interface FastEthernet0/1.101

encapsulation dot1Q 101

ip address 192.168.1.0 255.255.255.254

ip access-group 101 in

!

access-list 101 deny tcp any any eq telnet

access-list 101 permit ip any any

Hope that helps

Simon

Review Cisco Networking for a $25 gift card