blob: c45d49de0f459f97bbc4582f74392773b5b44257 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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
|