Hello good people. I need to take some ZBF configs and break them down to be able to apply ACLs in/out of interfaces (for a Fortigate, actually)...
Any good tips, or any documented process that one of you may know of? Being in retail, there are several rules (like PoS to non-PoS, wired PoS to wireless PoS, etc etc ad infinitum) that I must look at...
What I really want to know:
1. Are there any secret tools that Cisco has that will do this (I remember using either a CatOS-to-IOS config generator/translation tool, or maybe it was a VPN concentrator-to-IOS IPSEC translator...)?
2. Is there an easier way to do it, rather than having to look at what subnets are allowed to talk to what based on breaking the ZBF down into zone, policy, what the class map says to do and what ACL to reference, bla bla bla
End goal is to have lists of ACEs to be put into (hopefully not new) ACLs to be applied to interfaces.
Thanks!
-TIMMAY!
ip access-list extended IP-Options-and-Powerball
deny ip any any winning-powerball-ticket
permit ip any any option any-options
!
class-map ACL-Options-and-Powerball
match access-group name IP-Options-and-Powerball
!
policy-map CoPP-POLICY
class ACL-Options-and-Powerball
drop
!
control-plane
service-policy input CoPP-POLICY
Any good tips, or any documented process that one of you may know of? Being in retail, there are several rules (like PoS to non-PoS, wired PoS to wireless PoS, etc etc ad infinitum) that I must look at...
What I really want to know:
1. Are there any secret tools that Cisco has that will do this (I remember using either a CatOS-to-IOS config generator/translation tool, or maybe it was a VPN concentrator-to-IOS IPSEC translator...)?
2. Is there an easier way to do it, rather than having to look at what subnets are allowed to talk to what based on breaking the ZBF down into zone, policy, what the class map says to do and what ACL to reference, bla bla bla
End goal is to have lists of ACEs to be put into (hopefully not new) ACLs to be applied to interfaces.
Thanks!
-TIMMAY!
ip access-list extended IP-Options-and-Powerball
deny ip any any winning-powerball-ticket
permit ip any any option any-options
!
class-map ACL-Options-and-Powerball
match access-group name IP-Options-and-Powerball
!
policy-map CoPP-POLICY
class ACL-Options-and-Powerball
drop
!
control-plane
service-policy input CoPP-POLICY