-- Exhibit --
[edit system syslog]
user@router# show
host 152.170.10.10 {
any warning;
}
file changes {
change-log info;
}
-- Exhibit --
Referring to the exhibit, which two statements are true? (Choose two.)
Click on the arrows to vote for the correct answer
A. B. C. D.AD
The configuration snippet shown in the exhibit is configuring the syslog service on a Junos device.
The configuration includes two statements:
The first statement configures the syslog service to forward any warning messages to the host with IP address 152.170.10.10. The keyword "any" indicates that all warning messages will be forwarded to this host. Therefore, option A is true.
The second statement configures the syslog service to log changes to the device's configuration in the change-log file with the severity level set to "info". Therefore, option D is also true.
Option B is incorrect because there is no configuration in the exhibit that logs a message when the 152.170.10.10 host logs in. Option C is incorrect because there is no configuration in the exhibit that logs changes to the device's internal temperature.
In summary, options A and D are true for the given configuration.