t5-logging
T5 Profile Config Commands
Configures a maximum of 5 (five) remote hosts capable of receiving syslog messages from this selected T5 controller
Supported in the following platforms:
- Wireless Controllers — RFS4000
- Service Platforms — NX9500, NX9510
Syntax
t5-logging host <IP> severity [error|info|notice|trace|warning] facility [local0|local1|local2|local3|local4|local5|local6|local7]
Parameters
t5-logging host <IP> severity [error|info|notice|trace|warning]
facility [local0|local1|local2|local3|local4|local5|local6|local7]
t5-logging host <IP> |
Configures syslog message logging settings
- host <IP> – Configures the external syslog remote host resource‘s IP address. This is the host dedicated to receive T5 syslog messages.
|
severity [error|info|notice|
trace|warning] |
Configures the syslog message filtering severity level. The options are:
- Error – Only forwards error and above syslog event messages.
- Info – Only forwards informational and above syslog event messages.
- notice – Only forwards syslog notices relating to general device operational events. These are events that are of more interest than the “info” events.
- trace – Only forwards trace routing event messages
- warning – Only forwards warnings and above syslog event messages
|
facility [local0|local1|
local2|local3|local4| local5|local6|local7] |
Configures the facility level for log messages sent to the syslog server. The facility level specifies the type of program logging the message. Specifying the facility level allows the configuration file to specify that message handling will vary with varying facility type. The options are: local0, local1, local2, local3, local4, local5, local5, local6, local7. The default value is local7. |
Example
nx9500-6C8809(config-profile-T5TestProfile)#t5-logging host 192.168.13.10 severity warning facility local6
nx9500-6C8809(config-profile-T5TestProfile)#show context
profile t5 T5TestProfile
t5-logging host 192.168.13.10 severity warning facility local6
no autoinstall configuration
.............................................................................
no autoinstall firmware
t5 country-code US
cpe address vlan 200 192.168.13.26 192.168.13.30
nx9500-6C8809(config-profile-T5TestProfile)#
Related Commands
no |
Modifies message logging severity level and facilities |