cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Who Me Too'd this topic

ASA Migration - TCP/UDP source port rules not migrated

L2 Linker

Noticed that many rules with source ports defined are not migrated over. 

 

Instead, it creates a service only for the destination port/range and allows all ports through.

 

Below are a few rules. Is it a known behavior?

 

The first two allowed all udp and tcp ports > 1023

The third rule allowed all TCP ports

 

access-list OUT2IN extended permit udp any4 eq domain any4 gt 1023
access-list OUT2IN extended permit tcp any4 eq ftp-data any4 gt 1023
access-list OUT2IN extended permit tcp any4 eq ftp-data any4

Who Me Too'd this topic