| rfc9742v2.txt | rfc9742.txt | |||
|---|---|---|---|---|
| Internet Engineering Task Force (IETF) J. Clarke, Ed. | Internet Engineering Task Force (IETF) J. Clarke, Ed. | |||
| Request for Comments: 9742 Cisco | Request for Comments: 9742 Cisco | |||
| Category: Standards Track M. Jethanandani, Ed. | Category: Standards Track M. Jethanandani, Ed. | |||
| ISSN: 2070-1721 Kloud Services | ISSN: 2070-1721 Kloud Services | |||
| C. Wildes, Ed. | C. Wildes, Ed. | |||
| Cisco Systems Inc. | Cisco Systems Inc. | |||
| K. Koushik, Ed. | K. Koushik, Ed. | |||
| Verizon Wireless | Verizon Wireless | |||
| March 2025 | April 2025 | |||
| A YANG Data Model for Syslog Management | A YANG Data Model for Syslog Management | |||
| Abstract | Abstract | |||
| This document defines a YANG data model for the management of a | This document defines a YANG data model for the management of a | |||
| syslog process. It is intended that this data model be used by | syslog process. It is intended that this data model be used by | |||
| vendors who implement syslog collectors in their systems. | vendors who implement syslog collectors in their systems. | |||
| Status of This Memo | Status of This Memo | |||
| skipping to change at line 620 ¶ | skipping to change at line 620 ¶ | |||
| description | description | |||
| "The facility for security/authorization messages (numerical | "The facility for security/authorization messages (numerical | |||
| code 4)."; | code 4)."; | |||
| reference | reference | |||
| "RFC 5424: The Syslog Protocol, Section 6.2.1."; | "RFC 5424: The Syslog Protocol, Section 6.2.1."; | |||
| } | } | |||
| identity syslog { | identity syslog { | |||
| base syslog-facility; | base syslog-facility; | |||
| description | description | |||
| "The facility for messages generated internally by a syslogd | "The facility for messages generated internally by a syslog | |||
| facility (numerical code 5)."; | daemon facility (numerical code 5)."; | |||
| reference | reference | |||
| "RFC 5424: The Syslog Protocol, Section 6.2.1."; | "RFC 5424: The Syslog Protocol, Section 6.2.1."; | |||
| } | } | |||
| identity lpr { | identity lpr { | |||
| base syslog-facility; | base syslog-facility; | |||
| description | description | |||
| "The facility for the line printer subsystem (numerical code | "The facility for the line printer subsystem (numerical code | |||
| 6)."; | 6)."; | |||
| reference | reference | |||
| End of changes. 2 change blocks. | ||||
| 3 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. | ||||