Hello, I looked everywhere but did not find any tools to complete the task I want, so I need help to "convert" FW ruleset that look likes: access-list outside_access_in extended permit tcp 192.168.0.10 255.255.255.254 host 172.23.34.90 eq 3978
access-list outside_access_in extended permit tcp 192.168.0.10 255.255.255.254 host 172.23.34.89 eq https
access-list outside_access_in extended permit tcp 192.168.0.10 255.255.255.254 host 172.23.34.89 eq 3978
I do want to replace all the IPs with a new values like:[TABLE="width: 226"]
<tbody>[TR]
[TD]Original[/TD]
[TD]New[/TD]
[/TR]
[TR]
[TD]172.23.34.89[/TD]
[TD]172.1.1.1[/TD]
[/TR]
[TR]
[TD]172.23.34.90[/TD]
[TD]172.1.1.25[/TD]
[/TR]
[TR]
[TD]172.23.34.43[/TD]
[TD]172.5.2.1[/TD]
[/TR]
[TR]
[TD]192.168.0.10[/TD]
[TD]192.168.0.10[/TD]
[/TR]
[TR]
[TD]192.168.0.108[/TD]
[TD]192.168.0.95[/TD]
[/TR]
[TR]
[TD]192.168.0.130[/TD]
[TD]192.168.2.21[/TD]
[/TR]
</tbody><colgroup><col><col></colgroup>[/TABLE]
access-list outside_access_in extended permit tcp 192.168.0.10 255.255.255.254 host 172.23.34.89 eq https
access-list outside_access_in extended permit tcp 192.168.0.10 255.255.255.254 host 172.23.34.89 eq 3978
I do want to replace all the IPs with a new values like:[TABLE="width: 226"]
<tbody>[TR]
[TD]Original[/TD]
[TD]New[/TD]
[/TR]
[TR]
[TD]172.23.34.89[/TD]
[TD]172.1.1.1[/TD]
[/TR]
[TR]
[TD]172.23.34.90[/TD]
[TD]172.1.1.25[/TD]
[/TR]
[TR]
[TD]172.23.34.43[/TD]
[TD]172.5.2.1[/TD]
[/TR]
[TR]
[TD]192.168.0.10[/TD]
[TD]192.168.0.10[/TD]
[/TR]
[TR]
[TD]192.168.0.108[/TD]
[TD]192.168.0.95[/TD]
[/TR]
[TR]
[TD]192.168.0.130[/TD]
[TD]192.168.2.21[/TD]
[/TR]
</tbody><colgroup><col><col></colgroup>[/TABLE]