# Copyright (C) 2016-2017 Cumulus Networks, inc.
#
# All Rights reserved.
#
# This software is subject to the Cumulus Networks End User License Agreement available
# at the following locations:.
#
# Internet: https://cumulusnetworks.com/downloads/eula/latest/view/
#
# Cumulus Linux systems: /usr/share/cumulus/EULA.txt

Scenario
========

  +-------------+        +-------------+
  |  syslog     |        |  syslog     |
  |  server1    |        |  server2    |
  |  1.1.1.1    |        |  2:: (IPv6) |
  | udp port 43 |        | tcp port 45 |
  +-------------+        +-------------+
        | swp20                 | swp25
        |                       |
        |                       |
        | swp2                  |
  +-------------+               |
  |   switch1   |---------------+
  +-------------+ swp1


WARNING: Improper syslog configuration can disrupt
logging for other processes.


net commands
============
switch1# net add syslog host ipv4 1.1.1.1 port udp 43
switch1# net add syslog host ipv6 2:: port tcp 45
switch1# net pending
switch1# net commit

UDP is the default transport protocol.  This first
command above could just be:

switch1# net add syslog host ipv4 1.1.1.1 port 43


Verification
============
switch1# net show configuration syslog

