This module implements entities for inter sdr connect feature Copyright (c) 2012-2020 by Cisco Systems, Inc. All rights reserve...
Version: 2019-06-12
module Cisco-IOS-XR-sysadmin-sdr-connect { yang-version 1; namespace "http://www.cisco.com/ns/yang/Cisco-IOS-XR-sysadmin-sdr-connect"; prefix inter_sdr_connect; 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 implements entities for inter sdr connect feature Copyright (c) 2012-2020 by Cisco Systems, Inc. All rights reserved."; revision "2019-06-12" { description "Fixed canonical order error for keyword key"; } revision "2019-04-15" { description "Establish semantic version baseline."; } revision "2018-07-20" { description "Added cli-completion-actionpoint for leaf sdr-name and leaf remote-sdr-name"; } revision "2017-10-09" { description "Initial version"; } semver:module-version "1.0.0"; typedef csi-id-type { type uint32 { range "1 .. 15"; } } container sdr-connect { container connect { description "Connect two Secure Domain Routers"; list sdr { key "sdr-name remote-sdr-name csi-id"; description "Secure Domain Router connect config"; leaf sdr-name { type string { pattern "[a-zA-Z0-9_-]{1,30}"; } mandatory true; description "Name of the Secure Domain Router , 30 max characters"; } leaf remote-sdr-name { type string { pattern "[a-zA-Z0-9_-]{1,30}"; } mandatory true; description "Name of the Remote Secure Domain Router , 30 max characters"; } leaf csi-id { type uint32 { range "1 .. 15"; } mandatory true; description "Index unique for each SDR connection pair"; } } // list sdr } // container connect } // container sdr-connect } // module Cisco-IOS-XR-sysadmin-sdr-connect
© 2023 YumaWorks, Inc. All rights reserved.