config router access-list edit " rip_distribute_list" config rule edit 1 set action deny set prefix 10.10.80.0 255.255.255.0 set exact-match enable next edit 2 set action deny set prefix 192.168.130.0 255.255.255.0 set exact-match enable next edit 3 set action deny set prefix 192.168.131.0 255.255.255.0 set exact-match enable next edit 4 set action permit set prefix 0.0.0.0 0.0.0.0 set exact-match disable next end next endAnd this is how I tied it into the RIP config:
config router rip config distribute-list edit 1 set interface " port1" set listname " rip_distribute_list" set status enable next end . .However when I did a show of the access list, rule 4 ended up looking like this:
edit 4 set exact-match disable nextCan someone please confirm if this will work as intended and, if not, how best to do it? Thanks - Simon
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2023 Fortinet, Inc. All Rights Reserved.