Cisco ASA Firewalls Syslog Configuration - 5thColumn/Revolver-wiki-archive GitHub Wiki

Log into the CLI with an administrator account, then execute the following:

asa# conf t

asa(config)#

logging host Inside a.b.c.d 17/5140

! a.b.c.d is the revolver IP
! 5140 is the default syslog listener port on Revolver, change if necessary

logging trap informational
logging enable
logging timestamp

asa(config)# exit

asa# wr