07-18-2024 09:41 AM
Compliments.
Please, I need direction for a network that has IPv4 & IPv6 together. On the ASA-firewall, IPv6 access-list permit statement configuration could not enter but, I was able to configure IPv6 addresses on the firewall interfaces with OSPFv3 dynamic routing. no issues with IPv4 my challenge is that access-list statement to permit IPv6 ICMP/TCP pings across the firewall could not be establish. I'm using Packet tracer version 8.2.0.
Many thanks.
Solved! Go to Solution.
08-23-2024 04:53 PM
I think, your packettracer software simulates an ASA with a 9.x firmware, so tere are no seperate access-lists for ipv4 and ipv6 inpacettracer. ou ave to use acommbinedaccesslistfor ipv4 and ipv6. In my eyes, the combined access-ist iseasiertoandllethan seperate accesslists for ipv4 and ipv6.
For example if you want to alllow ssh via pv4 and via ipv6 ftom anywere, ou may use
access-list allow-ssh extended permit tcp any4 any4 eq ssh
access-list allow-ssh extended permit tcp any6 any6 eq ssh
or you may simpl use instead
access-list allow-ssh extended permit tcp any any eq ssh
which combines the 2 above lines. If i remember correctly, you can not upgrade or downgrade firmwares on the simulated devices in packettracer, you ave toive with wat pacettracer provides (which should be sufficient for what you hhave to ear for CCNA exams).
08-23-2024 10:31 PM
Alright, I now understand. Many thanks for your help and supportive advice, I really appreciate it.
07-18-2024 10:11 AM
- Community group for Packet Tracer project questions
M.
08-22-2024 02:36 PM
Seperate access-lists for ipv4 and ipv6 were used in firmware versions up to 8.x (if i remember correctly), and that versions are really ancient and shoud not be used in production anymore ...
Newer firmwares use combined access-lists for ipv4 and ipv6 and do not support seperate access-lists for ipv4 and ipv6 on the same interface anymore.
08-23-2024 08:24 AM
Thanks. So, what firmware version should I download?
08-23-2024 09:44 AM - edited 08-23-2024 09:56 AM
Hi @sincerefrank366 ,
What @jilse-iph is referring to is the limitation with the ASA physical and virtual appliance. The situation you are experiencing is specific to Cisco Packet Tracer. Unfortunately, configuring an ipv6 ACL or a combined ipv4 and ipv6 ACL doesn't seem to be currently supported in CPT.
This will definitely work in CML or GNS3 using the ASAv.
Regards,
08-23-2024 04:56 PM
it was ong ago, thhat i used pacettracer to simulate networks. i did not remebe about te qualit of ipv6 support in packettracer ...
08-23-2024 04:53 PM
I think, your packettracer software simulates an ASA with a 9.x firmware, so tere are no seperate access-lists for ipv4 and ipv6 inpacettracer. ou ave to use acommbinedaccesslistfor ipv4 and ipv6. In my eyes, the combined access-ist iseasiertoandllethan seperate accesslists for ipv4 and ipv6.
For example if you want to alllow ssh via pv4 and via ipv6 ftom anywere, ou may use
access-list allow-ssh extended permit tcp any4 any4 eq ssh
access-list allow-ssh extended permit tcp any6 any6 eq ssh
or you may simpl use instead
access-list allow-ssh extended permit tcp any any eq ssh
which combines the 2 above lines. If i remember correctly, you can not upgrade or downgrade firmwares on the simulated devices in packettracer, you ave toive with wat pacettracer provides (which should be sufficient for what you hhave to ear for CCNA exams).
08-23-2024 10:31 PM
Alright, I now understand. Many thanks for your help and supportive advice, I really appreciate it.
08-23-2024 11:54 AM
Thanks Harold, I do appreciate.
08-23-2024 12:07 PM
You are very welcome @sincerefrank366 and thanks for the feedback
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide