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
Create a new template for the show running-config access-group command on the Cisco ASA
Use Case
Ingest the access-list configured on an interface.
Proposed Template
Value ACCESS_LIST (\S+)
Value INTERFACE (\S+)
Start
^access-group\s+${ACCESS_LIST}\s+in\s+interface\s+${INTERFACE}\s* -> Record
^. -> Error "Did not match any entries"
EOF
Raw Input
# show running-config access-group
access-group INSIDE_acl in interface inside
access-group dmz1_acl in interface dmz1
access-group dmz2_acl in interface dmz2
access-group dmz3_acl in interface dmz3
access-group dmz4 in interface dmz4
access-group dmz5 in interface dmz5
access-group OUTSIDE_acl in interface outside
Environment
Proposed Functionality
Create a new template for the
show running-config access-group
command on the Cisco ASAUse Case
Ingest the access-list configured on an interface.
Proposed Template
Raw Input
Output
The text was updated successfully, but these errors were encountered: