This submodule contains a collection of YANG definitions for Cisco IOS-XR subscriber-srg package operational data. Copyright (c...
Version: 2019-10-03
submodule Cisco-IOS-XR-subscriber-srg-oper-sub1 { yang-version 1; belongs-to Cisco-IOS-XR-subscriber-srg-oper { prefix Cisco-IOS-XR-subscriber-srg-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 subscriber-srg package operational data. Copyright (c) 2013-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-10-03" { description "added new bags and bag elements in srg-show bag."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.1.0"; semver:module-version "1.0.0"; typedef Srg-show-so-reason { type enumeration { enum "internal" { value 0; description "SwitchOver for Internal Reason"; } enum "admin" { value 1; description "SwitchOver for Admin"; } enum "peer-up" { value 2; description "SwitchOver for Peer UP"; } enum "peer-down" { value 3; description "SwitchOver for Peer Down"; } enum "object-tracking-status-change" { value 4; description "SwitchOver for Object Tracking status change"; } enum "srg-show-so-reason-max" { value 5; description "Unknown Switchover Reason"; } } description "Subscriber Redundancy Switchover Reason"; } typedef Srg-show-session-error { type enumeration { enum "none" { value 0; description "Invalid Error"; } enum "hard" { value 1; description "Hard Error"; } enum "soft" { value 2; description "Soft Error"; } } description "SRG Session Error Operation"; } typedef Srg-show-session-operation { type enumeration { enum "none" { value 0; description "No Operation"; } enum "update" { value 1; description "SRG Session Update Operation"; } enum "delete" { value 2; description "SRG Session Delete Operation"; } enum "in-sync" { value 3; description "SRG Session In Sync"; } } description "SRG Session Operation"; } typedef Srg-show-comp { type enumeration { enum "srga" { value 0; description "SRG Agent"; } enum "dhcpv4" { value 1; description "DHCPv4"; } enum "dhcpv6" { value 2; description "DHCPv6"; } enum "pppoe" { value 3; description "PPPoE"; } enum "ppp" { value 4; description "PPP"; } enum "l2tp" { value 5; description "L2TP"; } enum "iedge" { value 6; description "iEdge"; } } description "SRG Components"; } typedef Srg-peer-status { type enumeration { enum "not-configured" { value 0; description "Peer not configured"; } enum "initialize" { value 1; description "Peer initialization"; } enum "retry" { value 2; description "Peer retry pending"; } enum "connect" { value 3; description "Connection in Progress"; } enum "listen" { value 4; description "Listening in Progress"; } enum "registration" { value 5; description "Awaiting Registration from Peer"; } enum "cleanup" { value 6; description "Peer cleanup in progress"; } enum "connected" { value 7; description "Peer Connected"; } enum "established" { value 8; description "Peer Established"; } } description "SRG Peer Status"; } typedef Srg-show-slave-mode { type enumeration { enum "none" { value 0; description "Not Configured"; } enum "warm" { value 1; description "Warm Modem"; } enum "hot" { value 2; description "Hot Mode"; } } description "SRG Slave Mode"; } typedef Srg-show-role { type enumeration { enum "none" { value 0; description "Not Configured"; } enum "master" { value 1; description "Master Role"; } enum "slave" { value 2; description "Slave Role"; } } description "SRG Role"; } typedef Srg-show-im-role { type enumeration { enum "none" { value 0; description "Not Determined"; } enum "master" { value 1; description "Master Role"; } enum "slave" { value 2; description "Slave Role"; } } description "SRG Interface Management Role"; } } // submodule Cisco-IOS-XR-subscriber-srg-oper-sub1
© 2023 YumaWorks, Inc. All rights reserved.