-
Notifications
You must be signed in to change notification settings - Fork 745
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix#784 new: cisco asa show running all cryprom map #840
Fix#784 new: cisco asa show running all cryprom map #840
Conversation
… remove unused IKE value
to parse new test cisco_asa_show_running-config_crypto_map2.raw still broken template, return 2 out of 7 entries.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to look into the overwriting of entries per tests/cisco_asa/show_running-config_crypto_map/cisco_asa_show_running-config_crypto_map2.raw
tests/cisco_asa/show_running-config_crypto_map/cisco_asa_show_running-config_crypto_map2.yml
Show resolved
Hide resolved
…tfsm use continue to capture new block on match of first line.
…_show_running_cryprom_map
Value TRANSFORM capture multiple words
match multiword for IKEv1_TRANSFORM_SET
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to look into the overwriting of entries per
tests/cisco_asa/show_running-config_crypto_map/cisco_asa_show_running-config_crypto_map2.raw
I had a look, the raw file has 6 map entries, and two lines we ignore.
crypto map WAN1_CMAP 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map WAN1_CMAP interface WAN
the file tests/cisco_asa/show_running-config_crypto_map/cisco_asa_show_running-config_crypto_map2.yml
contains 6 blocks.
I was not able to find overwritten entries.
Did fix a issue where the Values TRANSFORM was only capturing single word.
What line in tests/cisco_asa/show_running-config_crypto_map/cisco_asa_show_running-config_crypto_map2.yml
look like they are over written ? Then i will try to track it down.
tests/cisco_asa/show_running-config_crypto_map/cisco_asa_show_running-config_crypto_map2.yml
Show resolved
Hide resolved
…_show_running_cryprom_map
Why is this still tagged [change requested] ? |
ISSUE TYPE
COMPONENT
cisco asa show running all cryprom map
SUMMARY
need the "show running all" to get enough info collect info.