Thursday, 25 July 2019

F5 LTM – Logs

From TMSH, run the following command to move to bash:

root@lb(Active)(tmos)# run util bash
[root@lb:Active] ~ # cd /var/log
[root@lb:Active] log # cat ltm <------To read the logs on the screen
/var/log/ltm has the recent logs. Previous logs can be retrieved from /var/log as: ltm.1.gz, ltm.2.gz etc
[root@lb:Active] log # zcat ltm.1.gz<------To read the logs on the screen

No comments:

Post a Comment

🔥 The Hidden Risk of “Wide Open” Internal Policies — And How To Remove Them Safely

In one of my recent projects, I noticed a wide open internal traffic policy in place. Later, I was asked to work on this issue and remove th...