Chapter 41: Logging
STANDARD Revision 1.0
C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved.
1056
Send All Messages to Specific Server
To send all event messages to a specific Syslog server (in this example local4), use the following command example:
configure logging facility local4
Add Syslog Server
To add a Syslog server to an existing network, use the following commands as typical examples:
configure logging host 10.16.1.2
configure logging host 10.16.1.2 facility local3
Note: When no local facility is specified, the system defaults to local0.
Remove Syslog Server
To remove a Syslog server from an existing network, use the following command example:
configure logging host 10.16.1.2 no
Send All Informational Messages to Syslog
To send all informational messages (priority 7) to the Syslog server, use the following command example:
configure logging Syslog 7
Note: The command will fail if priority 7 is not first enabled for the local volatile logs.
Disable Informational Messages to Syslog
To disable all informational messages previously routed to a specific Syslog server, use the following command:
configure logging syslog 7 no