Skip to content

Commit

Permalink
code-block text
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceaulinic committed Nov 6, 2017
1 parent e5e5f13 commit f365576
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/device_config/eos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Arista EOS
The following will configure EOS to send the syslog messages, over UDP, to the
IP Address ``10.10.10.1``, port 10101:

.. code-block::
.. code-block:: text
logging host 10.10.10.1 10101
To correctly send the hostname information, is is also recommended to explicitly
configure the following:

.. code-block::
.. code-block:: text
logging format hostname fqdn
4 changes: 2 additions & 2 deletions docs/device_config/iosxr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ The following will configure IOS-XR to send the syslog messages, over UDP, to th
IP Address ``10.10.10.1``, port 10101:


.. code-block::
.. code-block:: text
logging 10.10.10.1 port 10101
To correctly send the hostname information, is is also recommended to explicitly
configure the following:

.. code-block::
.. code-block:: text
logging hostnameprefix <hostname of the device>
Expand Down
2 changes: 1 addition & 1 deletion docs/device_config/junos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ The following will configure Junos to send the syslog messages, over UDP, to the
IP Address ``10.10.10.1``, port 10101:


.. code-block::
.. code-block:: text
set system syslog host 10.10.10.1 port 10101 any any
2 changes: 1 addition & 1 deletion docs/device_config/nxos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Cisco NX-OS
The following will configure NX-OS to send the syslog messages, over UDP, to the
IP Address ``10.10.10.1``, port 10101:

.. code-block::
.. code-block:: text
logging server 10.10.10.1 port 10101

0 comments on commit f365576

Please sign in to comment.