cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
448
Views
0
Helpful
2
Replies

IPv6 traffic-filter established traffic

latenaite2011
Level 4
Level 4

Does anyone know how to create an inbound ipv6 filter access-list to allow return traffic?

 

I tried the following but that didn't work:

 


ipv6 access-list inbound
permit tcp any any established
deny ipv6 any any log-input

 

and the outbound is:


ipv6 access-list ipv6-outbound
  permit tcp any any eq 80
  permit tcp any any eq 443
  deny tcp any any log-input

 

interface XX

    ipv6 traffic-filter ipv6-inbound in

    ipv6 traffic-filter ipv6-outbound outbound

 

Thank you!

 

1 Accepted Solution

Accepted Solutions

rais
Level 7
Level 7

Looks like ACL name is not ipv6-inbound:

 

ipv6 access-list inbound
permit tcp any any established
deny ipv6 any any log-input

but you apply ipv6-inbound

HTH.

View solution in original post

2 Replies 2

rais
Level 7
Level 7

Looks like ACL name is not ipv6-inbound:

 

ipv6 access-list inbound
permit tcp any any established
deny ipv6 any any log-input

but you apply ipv6-inbound

HTH.

Thank you Rais for noticing my ACL name was not applied correctly.

 

That did point me to the right direction and I was able to fix the issue.

 

thank you!

Review Cisco Networking for a $25 gift card