forked from networktocode/ntc-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
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 fix access list template #46
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tocode#990) Co-authored-by: Alejandro Hernandez <[email protected]>
…e#981) - Add Cienna traffic-profile standard-profile
…code#978) * New template: cisco_nxos_show_ip_interface_vrf_all.textfsm * Update index * Update index
…#975) New template: juniper_junos_show_system_uptime.textfsm
…rktocode#977) As per https://techhub.hpe.com/eginfolib/networking/docs/switches/5940/5200-1008b_fund_cr/content/491962772.htm output of the `display clock` commands output contains date in `MM/DD/YYYY` format. Can confirm this on different types of HPE switches I have at my disposal. Added test cases that cover the scenarios when time zone and daylight time saving configurations are set.
…w-mac-fix-type2 Fix ios_mac-addr type2
Fix parsing of int addresses = 0
…rp dis_int_br (networktocode#998) Add new templates `huawei_vrp` `dis_int_desc` `dis_port_vlan`
* Add VLAN value for Cisco ASA `show interface`
* baseline * baseline ciena traffic-profile * traffic-p stand pro show parsing * fixed filenames * fixing naming, linting etc... * remove stale file * juniper extend interfaces for capturing ips * removing commented outlines * junos show chassis hardware template * fix end of file * fix end of file * updating index file * needed to add another match * clean up comments * add matching for fpc,mic,pic * removing commented out lines for fpc,mic,pic capture * account for devices that without mics and multiple xcvrs * updated tests to account for additional xcvrs * fixed template to have error out this includes the raw capture for 3 platforms need to update ymls for tests * first set of ymls for tests * Change interfaces to use Continue.Record * updated ymls for tests * removed commented out lines * fixing raw3 tests * moving EOF the correct location * Fix continues and simplify template Co-authored-by: gfn4 <[email protected]> Co-authored-by: jmcgill298 <[email protected]>
Release 3.0.0 prep
Adds new template - Cisco ASA: `show cpu usage detailed`
…orktocode#1019) Updates show mac address type3 and Type4
…ktocode#1023) Add suspended as choice on Cisco IOS show interfaces status.
* Renames file to fix test * Updates Github Actions dependencies
* Fix NEIGH_AS to support AS dot notation
Change description regex to support whitespaces in description field
…al template (networktocode#1394) Modify Palo Alto 'show interface logical' template to also pull id and tag values
networktocode#1401) * Add cisco nxos show bgp vrf all ipv4 unicast neighbors template * Add tests for cisco nxos show bgp vrf all ipv4 unicast neighbors * Update index for cisco nxos show bgp vrf all ipv4 unicast neighbors --------- Co-authored-by: tom0010 <[email protected]>
… status (networktocode#1404) * Add support for empty status * Update tests for Cisco NXOS show ip bgp empty status * Update match compared to value from comments from Ken * Update tests for show ip bgp nxos --------- Co-authored-by: tom0010 <[email protected]>
Update Cisco NXOS show ip bgp neighbors
The output in the raw sample here was collected from an Arista DCS-7124SX-R switch running EOS version 4.9.5.2.
Update invoke usage examples
Changed Mikrotik template capture groups to uppercase per project guidelines
* change abbreviation DESC to full word DESCRIPTION to standardize capture group name
…an template (networktocode#1400) * separate the prefix VLAN and the other words with an underscore to align with standard conventions
* Update index * separate the prefix VLAN and the other words with an underscore to align with standard conventions * standardize [vlan] tag to vlan_id for Palo Alto `show interface logical` (enhance PR 1394) * replace instances of VLAN with VLAN_ID to standardize/normalize * update show_macs.yml mock result for the vlan_id capture group change * fix errant pattern replace
guillaume-mbali
force-pushed
the
fix-cisco-access-list-template
branch
2 times, most recently
from
August 3, 2023 15:34
31fbf00
to
3952fcc
Compare
guillaume-mbali
force-pushed
the
fix-cisco-access-list-template
branch
from
August 4, 2023 07:20
3952fcc
to
3572809
Compare
k-ribot
added
MERGED IN MASTER
Merged in official master
Released In 4.3.0
and removed
Wait official release
Already cherry-picked on custom release but not released in official repository
PR created
labels
Mar 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ISSUE TYPE
Fix Template Pull Request
COMPONENT
cisco_ios_show_access-list.textfsm, ios, show access-list
SUMMARY
Correction of template to match more rules