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

Added Checkpoint GAIA show arp dynamic all template #595

Merged
merged 2 commits into from
Feb 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 9 additions & 0 deletions templates/checkpoint_gaia_show_arp_dynamic_all.textfsm
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Value ADDRESS (\d+\.\d+\.\d+\.\d+)
Value MAC (\S+)

Start
^Dynamic\sArp\sParameters
^IP\sAddress\s+Mac\sAddress
^${ADDRESS}\s+${MAC} -> Record
^\s*$$
^. -> Error
1 change: 1 addition & 0 deletions templates/index
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ brocade_netiron_show_metro.textfsm, .*, brocade_netiron, sh[[ow]] met[[ro-ring]]
brocade_netiron_show_span.textfsm, .*, brocade_netiron, sh[[ow]] sp[[anning-tree]]
brocade_netiron_show_topo.textfsm, .*, brocade_netiron, sh[[ow]] to[[pology-group]]

checkpoint_gaia_show_arp_dynamic_all.textfsm, .*, checkpoint_gaia, show arp dynamic all
checkpoint_gaia_show_interfaces_all.textfsm, .*, checkpoint_gaia, show interfaces all
checkpoint_gaia_show_ntp_servers.textfsm, .*, checkpoint_gaia, show ntp servers
checkpoint_gaia_show_version_all.textfsm, .*, checkpoint_gaia, show version all
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Dynamic Arp Parameters

IP Address Mac Address
192.168.13.233 BC:30:5B:B5:76:DB
10.19.252.42 74:8E:F8:A4:59:60
172.31.254.101 60:9C:9F:3B:7E:40
172.19.4.144 00:50:56:9A:41:8A
10.200.12.61 A0:D3:C1:FB:61:31
192.168.13.146 A4:5D:36:2B:58:7C
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
parsed_sample:
- address: "192.168.13.233"
mac: "BC:30:5B:B5:76:DB"
- address: "10.19.252.42"
mac: "74:8E:F8:A4:59:60"
- address: "172.31.254.101"
mac: "60:9C:9F:3B:7E:40"
- address: "172.19.4.144"
mac: "00:50:56:9A:41:8A"
- address: "10.200.12.61"
mac: "A0:D3:C1:FB:61:31"
- address: "192.168.13.146"
mac: "A4:5D:36:2B:58:7C"