Configuring a syslog target

Log events cannot be sent to a syslog target host until a valid syslog ID exists. The following displays a syslog configuration example:

A:ALA-12>config>log# info
----------------------------------------------
...
        syslog name "1"
            description "This is a syslog file."
            address 10.10.10.104
            facility user
            level warning
        exit
...
----------------------------------------------