2-1034
Catalyst 4500 Series Switch Cisco IOS Command Reference—Release IOS XE 3.4.0SG and IOS 15.1(2)SG)
OL-27596 -01
Chapter 2 Cisco IOS Commands for the Catalyst 4500 Series Switches
subscribe-to-alert-group syslog
subscribe-to-alert-group syslog
To subscribe this destination profile to the Syslog alert group, use the
subscribe-to-alert-group syslog command.
subscribe-to-alert-group syslog [severity catastrophic | disaster | fatal | critical | major | minor
| warning | notification | normal | debugging | pattern string]
Syntax Description
Defaults normal
Command Modes cfg-call-home-profile
Command History
Usage Guidelines To enter profile call-home configuration submode, use the profile command in call-home configuration
mode.
You can configure the Syslog alert group can be configured to filter messages based on severity by
specifying a pattern to be matched in the syslog message. If the pattern contains spaces, you must enclose
it in quotes (“”).
Examples This example shows how to configure the syslog alert group with severity notification:
Switch(config)# call-home
Switch(cfg-call-home)# profile cisco
Switch(cfg-call-home-profile)# subscribe-to-alert-group syslog severity notification
pattern "UPDOWN"
severity catastrophic (Optional) Specifies network wide catastrophic failure (highest severity).
disaster (Optional) Specifies significant network impact.
fatal (Optional) Specifies that the system is unusable (system log level 0).
critical (Optional) Specifies that immediate attention is needed (system log level 1).
major (Optional) Specifies a major condition (System log level 2).
minor (Optional) Specifies a minor condition (System log level 3).
warning (Optional) Specifiies a warning condition (System log level 4).
notification (Optional) Specifies an informational message (System log level 5).
normal (Optional) Specifies returning to a normal state (System log level 6).
debugging (Optional) Specifies a debugging message (Lowest severity).
Release Modification
12.2(52)SG Support was introduced on the Catalyst 4500 series switches.