This module contains a collection of YANG definitions for Cisco IOS-XR man-netconf package configuration. This model is depreca...
Version: 2019-12-12
module Cisco-IOS-XR-man-netconf-cfg { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-man-netconf-cfg"; prefix man-netconf-cfg; import cisco-semver { prefix semver; } organization "Cisco Systems, Inc."; contact "Cisco Systems, Inc. Customer Service Postal: 170 West Tasman Drive San Jose, CA 95134 Tel: +1 800 553-NETS E-mail: cs-yang@cisco.com"; description "This module contains a collection of YANG definitions for Cisco IOS-XR man-netconf package configuration. This model is deprecated and is replaced by Cisco-IOS-XR-um-netconf-yang-cfg.yang which will provide the compatible functionalities. This module contains definitions for the following management objects: netconf-yang: NETCONF YANG configuration commands Copyright (c) 2013-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-12-12" { description "Added new container defaults to enable with-defaults support."; } revision "2019-05-12" { description "Deprecated the native model, replaced by UM model."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2018-05-04" { description "Provison to disable openconfig."; } revision "2016-03-15" { description "Descriptions updated."; } revision "2015-01-07" { description "IOS XR 5.3.1 revision."; } semver:module-version "1.1.0"; semver:module-version "1.0.1"; container netconf-yang { status deprecated; description "This model is deprecated and is replaced by Cisco-IOS-XR-um-netconf-yang-cfg.yang which will provide the compatible functionalities. NETCONF YANG configuration commands"; container agent { description "NETCONF YANG agent configuration commands"; container models { description "Models to be disabled"; container openconfig { description "Type of models: openconfig"; leaf disabled { type empty; description "Disable the specified model type"; } } // container openconfig } // container models container defaults { description "Support netconf with-defaults"; leaf enable { type empty; description "Enable netconf with-defaults support"; } } // container defaults container ssh { description "NETCONF YANG agent over SSH connection"; leaf enable { type empty; description "Enable NETCONF YANG agent over SSH connection"; } } // container ssh container session { description "Session settings"; leaf limit { type uint32 { range "1..50"; } default "50"; description "Count of allowable concurrent netconf-yang sessions"; } leaf absolute-timeout { type uint32 { range "1..1440"; } units "minute"; description "Absolute timeout in minutes"; } leaf idle-timeout { type uint32 { range "1..1440"; } units "minute"; description "Non-active session lifetime"; } } // container session leaf rate-limit { type uint32 { range "4096..4294967295"; } units "byte"; description "Number of bytes to process per sec"; } } // container agent } // container netconf-yang } // module Cisco-IOS-XR-man-netconf-cfg
© 2023 YumaWorks, Inc. All rights reserved.