This provided the procedure to collect diagnostic data via the command line from Arisita network switch.
Once data is collected
Hitachi Vantara requires all data collections to be uploaded to a central upload site. This is to ensure that all data is collected in a central repository only accessible to authorized Hitachi personnel.
Please upload all data to https://tuf.hitachivantara.com
show tech-support | gzip > /mnt/flash/$CASE-show-tech-$HOSTNAME-$(date +%m_%d.%H%M).gz
show agent log | gzip > /mnt/flash/$CASE-show-agentlog-$HOSTNAME-$(date +%m_%d.%H%M).gz
show agent qtrace | gzip >/mnt/flash/$CASE-show-agentqt-$HOSTNAME-$(date +%m_%d.%H%M).gz
show logging system | gzip >/mnt/flash/$CASE-show-logsys-$HOSTNAME-$(date +%m_%d.%H%M).gz
bash sudo tar -cvf - /mnt/flash/schedule/tech-support/* > /mnt/flash/$CASE-history-tech-$HOSTNAME-$(date +%d_%m.%H%M).tar
show event-monitor arp | gzip >/mnt/flash/$CASE-show-eventarp-$HOSTNAME-$(date +%m_%d.%H%M).gz
show event-monitor mac | gzip >/mnt/flash/$CASE-show-eventmac-$HOSTNAME-$(date +%m_%d.%H%M).gz
show event-monitor lacp verbose | gzip >/mnt/flash/$CASE-show-eventlacpverbose-$HOSTNAME-$(date +%m_%d.%H%M).gz
show event-monitor route | gzip >/mnt/flash/$CASE-show-eventroute-$HOSTNAME-$(date +%m_%d.%H%M).gz
Other command to gather more diagnostic information on physical port Small From-Factor Pluggable SFP+ SFP28
show it etx mac de
show int etx phy de
show int etx capabilities
Tags: UCP HC,Arista,UCP CI,SDN
PageID: 79661