You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run this (capirca version 1.122 and python 3.7.0) the established keyword is not rendered under test-render-established...
object-group network ipv4 LAN
172.16.1.0/24
172.16.2.0/24
exit
object-group port 25-25
eq 25
exit
object-group port 80-80
eq 80
exit
object-group port 443-443
eq 443
exit
! $Id:$
! $Date:$
! $Revision:$
no ip access-list extended ACL_IN
ip access-list extended ACL_IN
remark $Id:$
remark Demo of capirca acl DSL
remark test-permit-established
permit tcp any any
remark allow-to-lan
permit tcp any port-group 25-25 net-group LAN
permit tcp any port-group 80-80 net-group LAN
permit tcp any port-group 443-443 net-group LAN
exit
If I change the script to use Cisco extended, the established keyword is correctly rendered.
The text was updated successfully, but these errors were encountered:
mpenning
changed the title
Capirca doesn't render established keyword for object-group syntax
Capirca doesn't render established keyword for Cisco object-group syntax
May 30, 2020
When using Cisco's
object-group
option, theestablished
keyword is not rendered... you can reproduce with this scriptWhen I run this (capirca version 1.122 and python 3.7.0) the
established
keyword is not rendered undertest-render-established
...If I change the script to use Cisco
extended
, theestablished
keyword is correctly rendered.The text was updated successfully, but these errors were encountered: