This submodule contains a collection of YANG definitions for Cisco IOS-XR ip-daps package operational data. Copyright (c) 2013-...
Version: 2019-04-05
submodule Cisco-IOS-XR-ip-daps-oper-sub1 { yang-version 1; belongs-to Cisco-IOS-XR-ip-daps-oper { prefix Cisco-IOS-XR-ip-daps-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 ip-daps 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.1"; typedef Daps-serg-role { type enumeration { enum "none" { value 0; description "Role None"; } enum "master" { value 1; description "Role Master"; } enum "slave" { value 2; description "Role Slave"; } } description "DAPS SERG role"; } typedef Daps-client { type enumeration { enum "none" { value 0; description "Client type is None"; } enum "ppp" { value 1; description "Client type is PPP"; } enum "dhcp" { value 2; description "Client type is DHCP"; } enum "dhcpv6" { value 4; description "Client type is DHCPv6"; } enum "ipv6nd" { value 5; description "Client type is IPv6ND"; } } description "DAPS client types"; } typedef Ipv6-addr { type inet:ipv6-address; description "Ipv6 addr"; } typedef Ip-addr { type enumeration { enum "ipv4" { value 2; description "IPv4 address"; } enum "ipv6" { value 10; description "IPv6 address"; } } description "Address type"; } } // submodule Cisco-IOS-XR-ip-daps-oper-sub1
© 2024 YumaWorks, Inc. All rights reserved.