-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACL and NAT sequence #5
Comments
Can you mark up an example output with how you would want this to look and how it would be useful? |
Here is an example –.
### USED OBJECTS BREAKDOWN:
ABC-DMZ-SVR
>> Usage Count: 7
>> Members:
host 1.1.1.1
>> Usage:
access-list CSM_FW_ACL_DMZ4 extended permit tcp object ABC-DMZ-SVR object obj-10.1.3.201 eq 445 – line 4
access-list CSM_FW_ACL_DMZ4 extended permit tcp object ABC-DMZ-SVR object obj-10.1.3.201 eq 135 – line 5
access-list CSM_FW_ACL_DMZ4 extended permit tcp object ABC-DMZ-SVR object obj-10.1.3.201 eq 2701 – line 9
access-list CSM_FW_ACL_DMZ4 extended permit tcp object ABC-DMZ-SVR object obj-10.1.3.201 eq 2702
access-list CSM_FW_ACL_DMZ4 extended permit udp object ABC-DMZ-SVR object obj-10.1.3.201 eq 135
access-list CSM_FW_ACL_DMZ4 extended permit udp object ABC-DMZ-SVR object obj-10.1.3.201 eq 2701
access-list CSM_FW_ACL_DMZ4 extended permit udp object ABC-DMZ-SVR object obj-10.1.3.201 eq 2702
ABC_NET – point the users to the line item
>> Usage Count: 1
>> Members:
subnet 2.2.2.0 255.255.255.0
nat (in,outside) dynamic 3.3.3.3
Also one more ask is that if you could put the number of ACE that make up the ACLs that are in use, will give a good snapshot of how many ACLs are configured on a firewall.
acl_firepower
>> Usage Count: 1
>> Members:
>> Entries: 400
>> Usage:
class-map firepower
match access-list acl_firepower
|
Reusing the README example here and marking up with line numbers. How would this look? Edited: Using
|
How does the above look? |
Getting close,
I don’t need the sequence numbers for the objects entries per say, just the NAT and ACE line. Bold is what I am interested in, I do not see any NAT examples in the read-only.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be valuable to have the ACE and NAT sequence number when analyzing objects.
Also which interface/zone that object sits behind if it is doable (dynamic routing)
thanks
The text was updated successfully, but these errors were encountered: