-
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
Create cisco_ios_show_license_status.textfsm #1184
Conversation
… up on separate lines when long usernames are used. (networktocode#697)
paloalto_panos_debug_swm_status.textfsm new template
…y that may have an address family (networktocode#679)
…adv-routes (networktocode#709) * Fixed template to work for cisco ios show ip bgp neighbors x.x.x.x advertised-routes * Adjusted template to proper naming schema, adjusted test directory to match naming scheme, added regex to have ip address as optional for tests to pass
- Added few more comments - Adjusted INDEX file to make sure templates are only used when applicable - Templates are no longer compatible with 'show ip cef 1.1.1.1', or 'show ip cef Vlan100'. Usage of 'detail' keyword is mandatory, such as 'show ip cef 1.1.1.1 detail'
Co-authored-by: Mikhail Yohman <mikhail.yohman@gmail.com>
…rktocode#699) * Added support for Cisco IOS traceroute command This template can parse 'numeric' and 'non-numeric' versions of the output, including extra details, such as MPLS Exp bits, ASNs and MPLS labels (if available) Supports up to 10 probes per hop Captures RTT, or fault reason per probe/per hop Excessive probes per hop (11th and above) are ignored * Re-run tests against raw files * Update templates/cisco_ios_traceroute.textfsm Co-authored-by: Mikhail Yohman <mikhail.yohman@gmail.com> Co-authored-by: Mikhail Yohman <mikhail.yohman@gmail.com>
This template produces output similar to cisco_ios_show_ip_cef.textfsm Additional flags are no longer supported (not parsed) Type is no longer supported, this is captured as nexthop Nexthop's value is literally identical to what you get from show ip cef (brief list) Template still mandates the use of 'detail' keyword (due to index file restrictions)
Add Cisco XR show ipv4 int
…ocode#1177) Add Cisco NX-OS "show ip dhcp snooping statistics" template
* Added new template and tests for EIGRP Interfaces Detail
Arista updates: * Update `show ip bgp summary` to support description column * Update `show ip ospf neighbor` to support instance column * Update `show vrf` to support line card interfaces, subinterfaces and an alternate header * Add support for `show ip ospf interface brief` * Add support for `show pim ipv4 interface` * Add support for `show pim ipv4 neighbor` * Add support for `show ip ospf summary`
* Added new template and tests. * Created cisco_ios_show_snmp_group.textfsm template. Co-authored-by: Nicholas Nelson - 10105570 <nicholas.nelson@fiserv.com>
Create file for basics of show license status for smart licensing
It's been a while. I can get these updates in, but need some example output. |
@travisjohnsonga would you happen to have an output that we can add in to help build tests. |
131859a
to
3e8cb51
Compare
What is required to push this through. I'd be happy to help |
@travisjohnsonga @ryanmerolle as requested, we need a test case to merge. Additionally, the template does not follow standards of ending each State with a catchall |
Since this is from August 2022, there's going to be big time rebasing and merge conflict resolution required.
@jvanderaa
@ryanmerolle 🔥 Ah, ha! I found some example output for 8300 and 4000 platforms (thank you Cisco docs), woohoo! |
The merge conflicts are horrible. This PR doesn't even have test data nor was the index updated to reference the new template so it doesn't seem worth saving the commit history for the gauntlet of merge conflicts. Unless Travis responds back, updates his master branch to latest, and create a feature branch (which others of us can pull commits from to add our test data) ... |
💡 I have a template worked up, but will need more test data. Travis' output (in this thread) and output from a device with Smart Licensing disabled have some syntax/section differences. Raw output from a device running a newer IOS/IOS-XE version would be highly encouraged. If @ryanmerolle wants to collaborate I'll push my branch to my GH fork so he can pull and work with the template. |
Below is sample output from a real device (ISR4451-X, IOS-XE 17.12.4) with Smart Licensing Using Policy configured and registered.
|
Thank you @ChristopherJHart! You might not have an opinion, but I'll ask ...
|
@mjbear In my opinion, the fields under the |
I submitted PR #1803 |
Create file for basics of show license status for smart licensing
ISSUE TYPE
COMPONENT
cisco_ios_show_license_status
SUMMARY
New template for command. When using smart licensing, this will ease the check to see if the device is registered, and the status of registration