Cisco augmentation to oc-system model.
Version: 2020-05-13
module cisco-xe-access-openconfig-system-ext { yang-version 1; namespace "http://cisco.com/ns/yang/cisco-xe-access-openconfig-system-ext"; prefix oc-system-cisco; import openconfig-system { prefix oc-sys; } import openconfig-extensions { prefix oc-ext; } organization "Cisco"; contact "www.cisco.com"; description "Cisco augmentation to oc-system model."; revision "2020-05-13" { description "Initial-revision"; } oc-ext:openconfig-version "1.0.2"; augment /oc-sys:system/oc-sys:state { container license { leaf eula { type string; description "The end user license agreement text"; } } // container license } } // module cisco-xe-access-openconfig-system-ext
© 2023 YumaWorks, Inc. All rights reserved.