From ea28631d1a21d9af9a6d3441ff688614e3f5d880 Mon Sep 17 00:00:00 2001 From: Josh VanDeraa Date: Fri, 26 Nov 2021 08:42:50 -0600 Subject: [PATCH] Adds FTD output example from Cisco support site --- tests/cisco_ftd/show_arp/cisco_ftd_show_arp.raw | 3 +++ tests/cisco_ftd/show_arp/cisco_ftd_show_arp.yml | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 tests/cisco_ftd/show_arp/cisco_ftd_show_arp.raw create mode 100644 tests/cisco_ftd/show_arp/cisco_ftd_show_arp.yml diff --git a/tests/cisco_ftd/show_arp/cisco_ftd_show_arp.raw b/tests/cisco_ftd/show_arp/cisco_ftd_show_arp.raw new file mode 100644 index 0000000000..b6d2235595 --- /dev/null +++ b/tests/cisco_ftd/show_arp/cisco_ftd_show_arp.raw @@ -0,0 +1,3 @@ + outside 10.86.194.61 0011.2094.1d2b 2 + outside 10.86.194.1 001a.300c.8000 - + outside 10.86.195.2 00d0.02a8.440a alias diff --git a/tests/cisco_ftd/show_arp/cisco_ftd_show_arp.yml b/tests/cisco_ftd/show_arp/cisco_ftd_show_arp.yml new file mode 100644 index 0000000000..2264c7fd6f --- /dev/null +++ b/tests/cisco_ftd/show_arp/cisco_ftd_show_arp.yml @@ -0,0 +1,14 @@ +--- +parsed_sample: + - interface: "outside" + address: "10.86.194.61" + age: "2" + mac: "0011.2094.1d2b" + - interface: "outside" + address: "10.86.194.1" + age: "-" + mac: "001a.300c.8000" + - interface: "outside" + address: "10.86.195.2" + age: "alias" + mac: "00d0.02a8.440a"