This submodule contains a collection of YANG definitions for Cisco IOS-XR ethernet-sat package operational data. Copyright (c) ...
Version: 2019-04-05
submodule Cisco-IOS-XR-ethernet-sat-oper-sub1 { yang-version 1; belongs-to Cisco-IOS-XR-ethernet-sat-oper { prefix Cisco-IOS-XR-ethernet-sat-oper; } import ietf-yang-types { prefix yang; } import Cisco-IOS-XR-types { prefix xr; } 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 ethernet-sat package operational data. Copyright (c) 2013-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.0.0"; typedef Sat-mode { type enumeration { enum "sat-mode-invalid" { value 0; description "sat mode invalid"; } enum "sat-mode-one-way" { value 248836892; description "sat mode one way"; } enum "sat-mode-two-way" { value 248836893; description "sat mode two way"; } } description "Sat mode"; } typedef Sat-direction { type enumeration { enum "sat-direct-ion-invalid" { value 0; description "sat direct ion invalid"; } enum "sat-direct-ion-external" { value 1578901335; description "sat direct ion external"; } enum "sat-direct-ion-internal" { value 1578901336; description "sat direct ion internal"; } } description "Sat direction"; } typedef Sat-ma-permit { type enumeration { enum "sat-ma-permit-none" { value 0; description "sat ma permit none"; } enum "sat-ma-permit-internal" { value 1; description "sat ma permit internal"; } enum "sat-ma-permit-external" { value 2; description "sat ma permit external"; } enum "sat-ma-permit-all" { value 3; description "sat ma permit all"; } enum "sat-ma-permit-count" { value 4; description "sat ma permit count"; } } description "Sat ma permit"; } typedef Sat-ir-units { type enumeration { enum "sat-ir-units-kbps" { value 1197769489; description "sat ir units kbps"; } enum "sat-ir-units-mbps" { value 1197769490; description "sat ir units mbps"; } enum "sat-ir-units-gbps" { value 1197769491; description "sat ir units gbps"; } } description "Sat ir units"; } typedef Sat-ma-state { type enumeration { enum "sat-ma-state-invalid" { value 0; description "sat ma state invalid"; } enum "sat-ma-state-enabled" { value 782787904; description "sat ma state enabled"; } enum "sat-ma-state-running" { value 782787905; description "sat ma state running"; } enum "sat-ma-state-completed" { value 782787906; description "sat ma state completed"; } enum "sat-ma-state-aborted" { value 782787907; description "sat ma state aborted"; } } description "Sat ma state"; } } // submodule Cisco-IOS-XR-ethernet-sat-oper-sub1
© 2023 YumaWorks, Inc. All rights reserved.