-
Notifications
You must be signed in to change notification settings - Fork 737
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
Cisco ios show crypto ipsec sa detail #1191
Cisco ios show crypto ipsec sa detail #1191
Conversation
@nsnelson402 there seems to be an extra file into the PR here that will need to get removed. |
@jvanderaa Acknowledged and remediated, much appreciated. I'm not sure why it failed the CI pipeline, I didn't edit the toml or anything. |
3edb783
to
374b509
Compare
cisco_ios_show_interfaces_description.textfsm, .*, cisco_ios, sh[[ow]] int[[erfaces]] des[[cription]] | ||
cisco_ios_show_ip_device_tracking_all.textfsm, .*, cisco_ios, sh[[ow]] ip de[[vice]] t[[racking]] a[[ll]] | ||
cisco_ios_show_bfd_neighbors_details.textfsm, .*, cisco_ios, sh[[ow]] bf[[d]] n[[eighbors]] (?:(?:ipv\d+|client \S+) )?de[[tails]] | ||
cisco_ios_show_crypto_session_detail.textfsm, .*, cisco_ios, sh[[ow]] cr[[ypto]] se[[ssion]] d[[etail]] | ||
cisco_ios_show_crypto_session_detail.textfsm, .*, cisco_ios, sh[[ow]] cry[[pto]] se[[ssion]] d[[etail]] |
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.
The only reason this line should have changed is if sh cr
is now ambiguous and does not automatically expand to sh crypto
. Was this intentional? Can you provide the output of sh cr?
to show the other command?
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.
It was intentional.
show cr?
credentials crm crypto
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.
Thank you.
tests/cisco_ios/show_crypto_ipsec_sa_detail/cisco_ios_show_crypto_ipsec_sa_detail.yml
Show resolved
Hide resolved
b0746f9
to
d2f29cd
Compare
* Added new template and tests for show crypto ipsec sa detail
* Added new template and tests for show crypto ipsec sa detail
ISSUE TYPE
COMPONENT
cisco_ios_show_crypto_ipsec_sa_detail.textfsm, cisco_ios, show crypto ipsec sa detail
SUMMARY
Template to parse output of show crypto ipsec sa detail output. Collect details for each security association.