L2VPN vll ext.
Version: 2020-03-06
module huawei-l2vpn-vll-ext { yang-version 1; namespace "urn:huawei:yang:huawei-l2vpn-vll-ext"; prefix l2vpn-vll-ext; import huawei-qos { prefix qos; } import huawei-ifm { prefix ifm; } import huawei-extension { prefix ext; } organization "Huawei Technologies Co., Ltd."; contact "Huawei Industrial Base Bantian, Longgang Shenzhen 518129 People's Republic of China Website: http://www.huawei.com Email: support@huawei.com"; description "L2VPN vll ext."; revision "2020-03-06" { description "Add pipe type."; reference "Huawei private."; } revision "2020-01-21" { description "Add vll-pw-loop-check."; reference "Huawei private."; } revision "2019-10-17" { description "Modify typedef defination."; reference "Huawei private."; } revision "2019-04-23" { description "Initial revision."; reference "Huawei private."; } ext:task-name "forwarding"; typedef l2vpn-pipe-mode { type enumeration { enum "pipe" { value 1; description "Specify the L2VPN pipe mode as pipe."; } enum "shortPipe" { value 2; description "Specify the L2VPN pipe mode as short pipe."; } enum "uniform" { value 3; description "Specify the L2VPN pipe mode as uniform."; } } description "L2vpn pipe mode."; } typedef l2vpn-service-class { type enumeration { enum "be" { value 0; description "Specify the L2VPN CoS as BE."; } enum "af1" { value 1; description "Specify the L2VPN CoS as AF1."; } enum "af2" { value 2; description "Specify the L2VPN CoS as AF2."; } enum "af3" { value 3; description "Specify the L2VPN CoS as AF3."; } enum "af4" { value 4; description "Specify the L2VPN CoS as AF4."; } enum "ef" { value 5; description "Specify the L2VPN CoS as EF."; } enum "cs6" { value 6; description "Specify the L2VPN CoS as CS6."; } enum "cs7" { value 7; description "Specify the L2VPN CoS as CS7."; } } description "Description of CoS."; } typedef l2vpn-color { type enumeration { enum "green" { value 0; description "Specify the packet color as green."; } enum "yellow" { value 1; description "Specify the packet color as yellow."; } enum "red" { value 2; description "Specify the packet color as red."; } } description "Description of packet color."; } typedef l2vpn-trust-type { type enumeration { enum "outpri" { value 0; description "Specify the trust type as OUTTER-VLAN-8021P."; } enum "inpri" { value 1; description "Specify the trust type as INNER-VLAN-8021P."; } enum "ipdscp" { value 2; description "Specify the trust type as IP-DSCP."; } } description "Description of trust type."; } } // module huawei-l2vpn-vll-ext
© 2023 YumaWorks, Inc. All rights reserved.