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

update show arp for aruba_os #610

Merged
merged 13 commits into from
Mar 6, 2020
2 changes: 2 additions & 0 deletions templates/aruba_os_show_arp.textfsm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Value INTERFACE (\S+)
Value AGE (\d+)

Start
^Codes:\s+\*\s+-\s+Local\s+Addresses,\s+S\s+-\s+Static,\s+A\s+-\s+Auth
^Total\s+ARP\s+entries:\s+\d+
^IPV4\s+ARP\s+Table
^-+
^\s+Protocol\s+IP\s+Address\s+Hardware\s+Address\s+Interface\s+Age
Expand Down
5 changes: 5 additions & 0 deletions tests/aruba_os/show_arp/aruba_os_show_arp.raw
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

Codes: * - Local Addresses, S - Static, A - Auth

Total ARP entries: 2

IPV4 ARP Table
--------------
Protocol IP Address Hardware Address Interface Age (min)
Expand Down