Saturday, September 25, 2021

Need help configuring an IPv6 ACL

I want to configure an ipv6 ACL called PORT80 that:

  • Permits an IPv6 LAN (2001:10:1:1::/64) to browse port 80 to a server (2001:202:1:1::254)
  • Deny any IPv6 TCP packets with source port 80 from entering a LAN 179.1.1.0

This ACL also must not prevent other ipv6 traffic.

Is this right?

  • 10 permit ipv6 2001:10:1:1::/64 2001:202:1:1::254
  • 40 deny tcp any eq 23 any

(Don't laugh, still new to all this)



No comments:

Post a Comment