Advanced Routing Engine: How to view the logs
651
Created On 07/03/24 05:32 AM - Last Modified 11/06/25 20:33 PM
Objective
Determine the needed CLI commands to view the logs of the Advanced Routing Engine's Logical Router.
Environment
- Advanced Routing Engine
- Logical Router
- NGFW
Procedure
- Determine which namespace your Logical Router belongs to using the command below.
admin@vm100-1> show advanced-routing logical-router lr-name LR10 ID NAMESPACE LOGICAL-ROUTER ---------------------------------------------- 2 ns2 LR10Note: Using the above NAMESPACE info, we'll use the given name in the next commands.
- To view the log, execute the command below:
admin@vm100-1> less mp-log frr/ns2_frr_export.log
- For real-time viewing of the log, execute the command below:
admin@jvm100-1> tail follow yes mp-log frr/ns2_frr_export.log