Skip to content
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

Add Oneaccess templates #1754

Merged
merged 32 commits into from
Jul 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift click to select a range
724a4f2
add oneaccess oneos templates
mwallraf Dec 5, 2022
2658e95
oneaccess_oneos templates and tests
mwallraf Dec 15, 2022
3d6d795
add oneaccess_oneos templates
mwallraf Dec 16, 2022
4645418
addtional oneos commands
mwallraf Dec 27, 2022
92a99a8
extra oneos commands
mwallraf Dec 30, 2022
1cd6dcb
add oneaccess command
mwallraf Jan 4, 2023
5973e3e
add oneaccess_oneos show system hardware
mwallraf Jan 5, 2023
db9c4fe
oneaccess_oneos voice related commands
mwallraf Jan 6, 2023
e1b1ad5
HP Comware fix spacing allowances
dainok Jan 3, 2023
86f6f65
extra oneos templates
mwallraf Jan 11, 2023
b32d1b2
updates for passing tests
mwallraf Jan 11, 2023
4496268
oneos updates to voice templates
Jan 12, 2023
6b43689
add extra oneaccess_oneos and ciena_saos templates
Jan 12, 2023
27ee25f
add oneaccess_oneos show_transceiver_equipment and show_policy-interf…
mwallraf Jan 23, 2023
34e8b3d
Update oneaccess_oneos_show_software-image.textfsm
mwallraf Jan 27, 2023
f43d995
Update oneaccess_oneos_show_software-image.textfsm
mwallraf Jan 27, 2023
9b45aca
oneaccess_oneos add secure crashlog command
Jan 30, 2023
b1bb6f3
add oneaccess commands
Mar 1, 2023
d83fd21
update command alias
Mar 1, 2023
9e654ef
Update index - ip dhcp
mwallraf Oct 11, 2023
3eceaf5
Update oneaccess_oneos_show_running-config_ip_route.textfsm
mwallraf Oct 17, 2023
0bc2ec4
Create oneaccess_oneos_show_ip_helper-address_statistics.textfsm
mwallraf Nov 17, 2023
0b5b8a8
Update index
mwallraf Nov 17, 2023
b54cbfb
Update oneaccess_oneos_show_interfaces.textfsm
mwallraf Nov 23, 2023
45df772
Update index
mwallraf Nov 23, 2023
4ec81b2
Update oneaccess_oneos_show_ip_bgp_summary.textfsm
mwallraf Nov 23, 2023
94ad842
devices with sign were not detected
Jun 27, 2024
5fb16bd
Fix black test
jmcgill298 Jul 16, 2024
6827c9e
Remove Ciena Templates
jmcgill298 Jul 16, 2024
b0fb73f
Remove templates covered by separate branch
jmcgill298 Jul 16, 2024
133312a
Fix per current standards
jmcgill298 Jul 16, 2024
62fbe14
Merge branch 'master' into oneaccess_first_5
jmcgill298 Jul 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update oneaccess_oneos_show_running-config_ip_route.textfsm
  • Loading branch information
mwallraf authored and jmcgill298 committed Jul 16, 2024
commit 3eceaf5f903b9113542aa769db372cbbdca71de9
Original file line number Diff line number Diff line change
@@ -1,11 1,12 @@
Value Required NETWORK (\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})
Value MASK (\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})
Value NEXTHOP_IP (\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})
Value NEXTHOP_IF ([A-Z][\w\-\.:\/] ( [\d\.] )?)
Value NEXTHOP_IF (\w[\w\-\.:\/] ( [\d\.] )?)
Value VRF (\S )

Start
^ip\sroute\s${NETWORK}\s${MASK}\s${NEXTHOP_IP} -> Record
^ip\sroute\s${NETWORK}\s${MASK}\s${NEXTHOP_IF} -> Record
^ip\sroute(\svrf\s${VRF})?\s${NETWORK}\s${MASK}\s${NEXTHOP_IP} -> Record
^ip\sroute(\svrf\s${VRF})?\s${NETWORK}\s${MASK}\s${NEXTHOP_IF} -> Record
^.*$$
^. -> Error