-
Bug
-
Resolution: Done
-
Major
-
DO457 - RHAE2.5 1 20180720
-
None
-
ILT, VT
-
en-US (English)
URL:
Reporter RHNID:
Section: -
Language: en-US (English)
Workaround:
Description: In chapter 6 under the AGGREGATING LOGGED EVENTS section it states:
"Here is a task that configures log aggregation for an IOS device:"
However, the task is written:
- name: set the logging target
vyos_config:
lines:
- set system syslog host {{ syslog_ipv4addr }} facility local7 level debug
Seems that should be for a VyOS device. Not an IOS device. The page goes on to state:
"Here is a task that configures log aggregation for a VyOS device:"
This task is written:
- name: set the logging target
ios_config:
lines: - service timestamps log datetime
- service timestamps debug datetime
- logging {{ syslog_ipv4addr }}
- logging trap 7
Overall, it looks like the descriptions for the two tasks were swapped.
- is duplicated by
-
PTL-1424 DO457-68: Wrong description text.
- Closed