IGP management.
Version: 2020-03-13
module huawei-igp { yang-version 1; namespace "urn:huawei:yang:huawei-igp"; prefix igp; import huawei-mpls-te { prefix mpls-te; } import huawei-tunnel-management { prefix tnlm; } 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 "IGP management."; revision "2020-03-13" { description "Modify the format specification."; reference "Huawei private."; } revision "2020-02-03" { description "Reconstructing Yang file by yin mechanism."; reference "Huawei private."; } revision "2019-04-04" { description "Initial revision."; reference "Huawei private."; } ext:task-name "mpls-te"; typedef shortcut-mode { type enumeration { enum "disable" { value 0; description "The IGP shortcut function is disabled."; } enum "isis" { value 1; description "To enable the IGP shortcut mode as ISIS."; } enum "ospf" { value 2; description "To enable the IGP shortcut mode as OSPF."; } enum "both" { value 3; description "To enable the IGP shortcut mode as both."; } } description "Interface IGP short cut mode."; } } // module huawei-igp
© 2023 YumaWorks, Inc. All rights reserved.