From 1fd6a618b60d7168fd8f37585d5d39d22d775afd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 28 Mar 2024 07:11:39 +0100 Subject: Adding upstream version 0.13.0. Signed-off-by: Daniel Baumann --- examples/eos-commands.yaml | 53 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 examples/eos-commands.yaml (limited to 'examples/eos-commands.yaml') diff --git a/examples/eos-commands.yaml b/examples/eos-commands.yaml new file mode 100644 index 0000000..c45d49d --- /dev/null +++ b/examples/eos-commands.yaml @@ -0,0 +1,53 @@ +--- +# list of EOS commands to collect in JSON format +json_format: + - show version + - show bgp evpn summary + - show system environment temperature transceiver + +# list of EOS commands to collect in text format +text_format: + - show version + - show version detail + - show extensions + - show boot-extensions + - show inventory + - show zerotouch + - show running-config diffs + - show agent logs crash + - show logging last 7 days threshold warnings + - show uptime + - show reload cause + - show system environment temperature + - show system environment temperature transceiver + - show system environment cooling + - show system environment power + - show processes top once + - show ntp status + - show platform trident forwarding-table partition + - show hardware tcam profile + - show hardware counter drop + - show interfaces counters rates + - show interfaces counters errors + - show interfaces counters discards + - show interfaces status + - show port-channel + - show lacp counters all-ports + - show spanning-tree blockedports + - show ip interface brief + - show interfaces description + - show ip route summary + - show bfd peers + - show bgp ipv4 unicast summary vrf all + - show bgp ipv6 unicast summary vrf all + - show bgp evpn summary + - show bgp rt-membership summary + - show mlag + - show mlag config-sanity + - show vxlan config-sanity detail + - show vlan dynamic + - show ip igmp snooping vlan 10 + - show vrf + - show ip ospf neighbor + - show running-config + - show lldp neighbors -- cgit v1.2.3