Linux Server Telemetry Command
Linux Servers use simple CLI commands and standard Linux sockets for most telemetry collection.
Service | Command |
---|---|
Interface counters | ethtool -m |
Interface error counters | ethtool -m |
Interface status |
Interface status is collected using the netlink api
( |
LLDP neighbors | lldpctl -f xml |
BGP Sessions | vtysh -c 'show ip bgp summary json' |
Hostname | hostname |
ARP | ip -4 neigh |
MAC Table | brctl showmacs |
Routing table |
|
Port-channel | netshow bondmems --json |
MLAG | clagctl -j |