10-22-2024 01:22 PM - edited 10-22-2024 02:10 PM
How do I debug the following on VSP VOSS firmware v8.0 series:
1. Debug traffic going to a destination?
2. Debug IS-IS traffic?
3. Debug SPBM traffic?
I found myself with:
trace flags isis tx-hello 1
trace flags isis rx-hello 1
But don't understand how to read the logs.
I've been trying to navigate through the CLI and documentation without much luck.
10-23-2024 01:05 AM - edited 10-23-2024 09:31 PM
@Kittyman wrote:How do I debug the following on VSP VOSS firmware v8.0 series:
1. Debug traffic going to a destination?
2. Debug IS-IS traffic?
3. Debug SPBM traffic?
I found myself with:
trace flags isis tx-hello 1
trace flags isis rx-hello 1
But don't understand how to read the logs.I've been trying to navigate through the CLI and documentation without much luck.
Hello,
To debug traffic on VSP VOSS firmware v8.0 series:
Debug traffic to a destination: Use trace flags with specific criteria.
Debug IS-IS traffic: You've already set trace flags isis tx-hello 1 and trace flags isis rx-hello 1. To read logs, use show log buffer.
Debug SPBM traffic: Use trace flags spbm tx-pdus 1 and trace flags spbm rx-pdus 1. floridablue.com
Best Regards,
Mary Chess