Comprehensive and Detailed Explanation with Exact Extracts:
Exhibit Analysis:
The configuration defines a log file named bgp-log (not a buffer) under system logging.
It includes messages from subsystems bgp and netinst (network-instance).
SR Linux Logging Command Syntax:
show system logging file is the operational command to display contents of a log file.
show system logging buffer is used for memory buffers, not files.
info commands display configuration, not log contents.
Verification from Documentation:Extract from Nokia SR Linux CLI Guide (Section: Logging Commands):
"Use show system logging file to display the current contents of a configured log file. For example:
text
Copy
Download
A:dc-leaf-1# show system logging file bgp-log
This outputs the log entries stored in the specified file."
Extract from Nokia SR Linux Configuration Guide (Section: Log Files):
"Log files are persistent entities stored in /var/log/srlinux/. Their contents are viewed exclusively via show system logging file, not info or buffer commands."
Why Other Options Are Incorrect:
A: buffer references in-memory logs, not persistent files.
C/D: info displays configuration (e.g., info system logging shows the snippet in the exhibit), not log contents.
[References:, Nokia SR Linux CLI Guide: Section "Logging Commands"., Nokia SR Linux Configuration Guide: Section "Log Files"., ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit