You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the openconfig-system and openconfig-system-logging modules, there is the following schema (excerpt):
list selector {
key "facility severity";
description
"List of selectors for log messages";
Given the following configuration that utilizes this schema:
set system logging console selectors selector oc-log:USER EMERGENCY
set system logging console selectors selector oc-log:USER EMERGENCY config facility oc-log:USER
set system logging console selectors selector oc-log:USER EMERGENCY config severity EMERGENCY
show configuration cli returns the following response:
system logging console selectors selector oc-log:USER EMERGENCY
system logging console selectors selector oc-log:USER EMERGENCY
system logging console selectors selector oc-log:USER EMERGENCY config facility oc-log:USER
system logging console selectors selector oc-log:USER EMERGENCY config severity EMERGENCY
whereas show configuration text correctly returns the following response (excerpted):
Given the
openconfig-system
andopenconfig-system-logging
modules, there is the following schema (excerpt):Given the following configuration that utilizes this schema:
show configuration cli
returns the following response:whereas
show configuration text
correctly returns the following response (excerpted):The text was updated successfully, but these errors were encountered: