Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Configuring Logging Destinations for SRC 3GPP Gy to Send Messages to the System Logging Facility (SRC CLI)
Use the following configuration statements to configure system logging for SRC's Gy:
slot number gy-3gpp logger name ...
slot number gy-3gpp logger name syslog {facility facility;filter filter;format format;host host;port port;}
To configure logging destinations to send log messages to the system logging facility:
- From configuration mode, access the statement that configures
the name and type of logging destination. In this sample procedure,
the logging destination called info is configured. user@host# edit slot 0 gy-3gpp logger info syslog
- Specify the properties for the logging destination. [edit slot 0 gy-3gpp logger info syslog] user@host# set ?
For more information about configuring properties for the logging destination, see Configuring System Logging (SRC CLI).
- (Optional) Verify your configuration.
[edit slot 0 gy-3gpp logger info syslog] user@host# show facility 3; filter /error-; host loghost; port 514;