Specifications

Syslog Components and Their Use
March 15, 2011 Page 3 of 13
todisplaymessagesatavarietyofdifferentseveritylevelsaboutapplicationrelatederror
conditionsoccurringonthedevice.
Youcandecidetohaveallmessagesstoredlocally,aswellastohaveallmessagesofahigh
severityforwardedtoanotherdevice.Youcanalsohavemessagesfromaparticular
facilitysentto
someoralloftheusersofthedevice,anddisplayedonthesystemconsole.Forexample,youmay
wantallmessagesthataregeneratedbythemailfacilitytobeforwardedtooneparticularSyslog
server.Howeveryoudecidetoconfigurethedispositionoftheeventmessages,
theprocessof
havingthemsenttoaSyslogcollectorgenerallyconsistsof:
Determiningwhichmessagesatwhichseveritylevelswillbeforwarded.
Definingoneormoreremotereceivers(Syslogservers/consoledisplays).
Filtering by Severity and Facility
Syslogdaemonsdeterminemessageprioritybyfilteringthembasedonacombinedfacilityand
severitycode.SeverityindicatestheseriousnessoftheerrorconditiongeneratingtheSyslog
message.Thisisavaluefrom1to8,with1indicatinghighestseverity.Facilitycategorizeswhich
functionalprocessisgeneratinganerrormessage.
TheEnterasysimplementationusestheeight
facilitydesignationsreservedforlocaluse:local0local7definedinRFC3164.Youcanmodify
thesedefaultfacilityandseverityvaluestocontrolmessagereceiptandaidinmessagesortingon
targetservers.
Forexample,youcanconfigureallroutermessagestogo
toServer1usingfacilitylocal1,whileall
SNMPmessagesgotoServer1usingfacilitylocal2.
ThefollowingsectionsprovidegreaterdetailonmodifyingkeySyslogcomponentstosuityour
enterprise.
Syslog Components and Their Use
Table 1describestheEnterasysimplementationofkeySyslogcomponents.
Table 1 Syslog Terms and Definitions
Term Definition Enterays Usage
Facility Categorizes which functional
process is generating an error
message. Syslog combines
this value and the severity
value to determine message
priority.
Enterasys uses the eight facility designations reserved for
local use: local0local7. Default is local4, which allows
the message severity portion of the priority code to be
visible in clear text, making message interpretation
easiest. For more information about facility designations,
refer to RFC 3164.