VTY.
Version: 2019-05-01
module huawei-vty-deviations-NE8000M8M14 { yang-version 1; namespace "urn:huawei:yang:huawei-vty-deviations-NE8000M8M14"; prefix vty-devs-NE8000M8M14; import huawei-vty { prefix vty; } 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 "VTY."; revision "2019-05-01" { description "Init revision."; reference "Huawei private."; } typedef vty-authmode-type-deviations { type enumeration { enum "password" { value 2; description "VTY authentication mode password."; } enum "aaa" { value 3; description "VTY authentication mode aaa."; } enum "init" { value 4; description "Undo authentication mode."; } } description "Vty and tty authentication mode type."; } deviation /vty:vty/vty:lines/vty:line/vty:auth-mode { deviate replace { type vty-authmode-type-deviations; } } } // module huawei-vty-deviations-NE8000M8M14
© 2023 YumaWorks, Inc. All rights reserved.