How to pull Monitoring Point Debug Logs from Monitoring Point (cpe40) running on an Arista Switch
Commands to complete action below:
switch> enable
switch# bash
[admin@switch ~]$
sudo docker ps
sudo docker exec <container_name> /sbin/logs.sh > /tmp/logs.tar.gz
NOTE - The above command will create a logs.tar.gz file in the /tmp directory on the switch. Once created SCP/WINSCP is needed to transfer the logs from the switch to the local machine.