This submodule contains a collection of YANG definitions for Cisco IOS-XR segment-routing-ms package operational data. Copyrigh...
Version: 2019-07-19
submodule Cisco-IOS-XR-segment-routing-ms-oper-sub3 { yang-version 1; belongs-to Cisco-IOS-XR-segment-routing-ms-oper { prefix Cisco-IOS-XR-segment-routing-ms-oper; } import ietf-inet-types { prefix inet; } 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 submodule contains a collection of YANG definitions for Cisco IOS-XR segment-routing-ms package operational data. Copyright (c) 2013-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-07-19" { description "Additional items added to operational model."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2017-09-07" { description "Fixed type translation error."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "2.0.0"; semver:module-version "1.0.0"; typedef Srms-mi-flag-e-b { type enumeration { enum "false" { value 0; description "False"; } enum "true" { value 1; description "True"; } } description "Srms mi flag e b"; } typedef In6-addr-t-b { type inet:ipv6-address; description "In6 addr t b"; } typedef Srms-mi-af-e-b { type enumeration { enum "none" { value 0; description "None"; } enum "ipv4" { value 1; description "IPv4"; } enum "ipv6" { value 2; description "IPv6"; } } description "Srms mi af e b"; } typedef Srms-mi-src-e-b { type enumeration { enum "none" { value 0; description "None"; } enum "local" { value 1; description "Local"; } enum "remote" { value 2; description "Remote"; } } description "Srms mi src e b"; } } // submodule Cisco-IOS-XR-segment-routing-ms-oper-sub3
© 2023 YumaWorks, Inc. All rights reserved.