06-17-2024 07:26 AM
Hello wonderful people,
do you know of any tool that can convert ASA NAT details (sh nat details) in a tabular format for better visibility? something like this as an example (see table below).
there are tons of lines of code and its will be super overwhelming to format the entire data. any suggestion would be really help.
No. | From | To | Source Type | Source | Destination Type | Destination | Service | Translate Hits | Untranslate Hits |
1 | nlp_int_tap | outside | dynamic | nlp_client_0_171.x.x.x_intf2 | static | nlp_client_0_ipv4_32 | nlp_client_0_17svc162_31 | 1 | 1 |
2 | nlp_int_tap | outside | static | nlp_server__tunnel-snmp_171.x.x.x_intf2 | static | 0_171.x.x.x_54 | udp snmp | 0 | 0 |
3 | nlp_int_tap | inside | dynamic | nlp_client_0_171.x.x.x_intf3 | static | nlp_client_0_ipv4_30 | nlp_client_0_17svc162_29 | 0 | 0 |
4 | nlp_int_tap | inside | static | nlp_server__snmp_171.x.x.x_intf3 | static | 0_171.x.x.x_53 | udp snmp | 0 | 0 |
5 | nlp_int_tap | outside | static | nlp_server__tunnel-snmp_10.x.x.x_intf2 | static | 0_10.x.x.x_52 | udp snmp | 0 | 0 |
6 | nlp_int_tap | inside | static | nlp_server__snmp_10x.x.x_intf3 | static | 0_10x.x.x_51 | udp snmp | 0 | 0 |
7 | outside | any | static | InterOffice-Jakarta | static | ABCLLC | no-proxy-arp route-lookup | 77257 | 78255 |
06-17-2024 04:16 PM
there are some tools like this https://github.com/tjobarow/ASA-NAT-Parser/blob/master/configParse.py
but it may best to use chatgpt and it can give you an output close enough...
06-19-2024 10:11 AM
https://www.wallparse.com <<- check this link
MHM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide