This module contains a collection of YANG definitions for Cisco IOS-XR qos-ma-bng package configuration. This YANG module augme...
Version: 2019-04-05
module Cisco-IOS-XR-qos-ma-bng-cfg { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-qos-ma-bng-cfg"; prefix qos-ma-bng-cfg; import cisco-semver { prefix semver; } import Cisco-IOS-XR-subscriber-infra-tmplmgr-cfg { prefix a1; } 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 module contains a collection of YANG definitions for Cisco IOS-XR qos-ma-bng package configuration. This YANG module augments the Cisco-IOS-XR-subscriber-infra-tmplmgr-cfg module with configuration data. Copyright (c) 2013-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2016-04-01" { description "Descriptions updated."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.0.0"; typedef Qosl2-data-link { type enumeration { enum "aal5" { value 0; description "ATM adaption layer AAL5"; } } description "Qosl2 data link"; } typedef Qosl2-encap { type enumeration { enum "snap-pppoa" { value 1; description "snap-pppoa encap used between the DSLAM and CPE"; } enum "mux-pppoa" { value 2; description "mux-pppoa encap used between the DSLAM and CPE"; } enum "snap1483-routed" { value 3; description "snap-1483routed encap used between the DSLAM and CPE"; } enum "mux1483-routed" { value 4; description "mux-1483routed encap used between the DSLAM and CPE"; } enum "snap-rbe" { value 5; description "snap-rbe encap used between the DSLAM and CPE"; } enum "snap-dot1qrbe" { value 6; description "snap-dot1q-rbe encap used between the DSLAM and CPE"; } enum "mux-rbe" { value 7; description "mux-rbe encap used between the DSLAM and CPE"; } enum "mux-dot1qrbe" { value 8; description "mux-dot1q-rbe encap used between the DSLAM and CPE"; } } description "Qosl2 encap"; } } // module Cisco-IOS-XR-qos-ma-bng-cfg
© 2023 YumaWorks, Inc. All rights reserved.