This submodule contains a collection of YANG definitions for Cisco IOS-XR ipv4-ma package operational data. Copyright (c) 2013-...
Version: 2019-10-25
submodule Cisco-IOS-XR-ipv4-ma-oper-sub1 { yang-version 1; belongs-to Cisco-IOS-XR-ipv4-ma-oper { prefix Cisco-IOS-XR-ipv4-ma-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 ipv4-ma package operational data. Copyright (c) 2013-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-10-25" { description "Updated description to few bag fields."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2018-08-01" { description "Removed empty groupings."; } revision "2017-08-23" { description "IPV4 MA schema file has all the latest changes."; } revision "2015-01-07" { description "IOS XR 5.3.1 revision."; } semver:module-version "1.0.2"; semver:module-version "1.0.1"; typedef Im-state-enum { type enumeration { enum "im-state-not-ready" { value 0; description "im state not ready"; } enum "im-state-admin-down" { value 1; description "im state admin down"; } enum "im-state-down" { value 2; description "im state down"; } enum "im-state-up" { value 3; description "im state up"; } enum "im-state-shutdown" { value 4; description "im state shutdown"; } enum "im-state-err-disable" { value 5; description "im state err disable"; } enum "im-state-down-immediate" { value 6; description "im state down immediate"; } enum "im-state-down-immediate-admin" { value 7; description "im state down immediate admin"; } enum "im-state-down-graceful" { value 8; description "im state down graceful"; } enum "im-state-begin-shutdown" { value 9; description "im state begin shutdown"; } enum "im-state-end-shutdown" { value 10; description "im state end shutdown"; } enum "im-state-begin-error-disable" { value 11; description "im state begin error disable"; } enum "im-state-end-error-disable" { value 12; description "im state end error disable"; } enum "im-state-begin-down-graceful" { value 13; description "im state begin down graceful"; } enum "im-state-reset" { value 14; description "im state reset"; } enum "im-state-operational" { value 15; description "im state operational"; } enum "im-state-not-operational" { value 16; description "im state not operational"; } enum "im-state-unknown" { value 17; description "im state unknown"; } enum "im-state-last" { value 18; description "im state last"; } } description "Im state enum"; } typedef Ipv4-ma-oper-config { type enumeration { enum "ipv4-ma-oper-client-none" { value 0; description "ipv4 ma oper client none"; } enum "ipv4-ma-oper-non-oc-client" { value 1; description "ipv4 ma oper non oc client"; } enum "ipv4-ma-oper-oc-client" { value 2; description "ipv4 ma oper oc client"; } } description "ipv4 client type"; } typedef Rpf-mode { type enumeration { enum "strict" { value 0; description "Strict RPF"; } enum "loose" { value 1; description "Loose RPF"; } } description "Interface line states"; } typedef Str { type string; description "Str"; } typedef Ipv4-ma-oper-line-state { type enumeration { enum "unknown" { value 0; description "Interface state is unknown"; } enum "shutdown" { value 1; description "Interface has been shutdown"; } enum "down" { value 2; description "Interface state is down"; } enum "up" { value 3; description "Interface state is up"; } } description "Interface line states"; } } // submodule Cisco-IOS-XR-ipv4-ma-oper-sub1
© 2024 YumaWorks, Inc. All rights reserved.