This module contains YANG definitions for the OTU Interfaces of an Optical White Box (OWB). Copyright (c) 2015 Fujitsu Ltd. All...
Version: 2015-08-13
module fujitsu-otn { yang-version 1; namespace "urn:fujitsu:params:xml:ns:yang:otn"; prefix otn; import fujitsu-notifications { prefix notifications; } import fujitsu-notification-types { prefix notification-types; } organization "Fujitsu Ltd."; contact "Fujitsu Ltd. Address: 2801 Telecom Parkway Richardson, Texas 75082 Tel: +1-800-USE-FTAC (1-800-873-3822) Email: ftac@fnc.fujitsu.com Web: www.fujitsu.com/us/services/telecom"; description "This module contains YANG definitions for the OTU Interfaces of an Optical White Box (OWB). Copyright (c) 2015 Fujitsu Ltd. All rights reserved. "; revision "2015-08-13" { description "Initial revision."; } typedef itu-otn-tti-sapi { type string { length "0..15"; } default ""; description "Source Access Point Identifier"; } typedef itu-otn-tti-dapi { type string { length "0..15"; } default ""; description "Destination Access Point Identifier"; } typedef itu-otn-tti-op-spec { type string { length "0..32"; } default ""; description "Operator Spec"; } typedef ansi-otn-tti { type string { length "0..62"; } default ""; description "Trail Trace Identifier"; } typedef itu-tim-det-mode { type enumeration { enum "off" { value 0; description "TIM detection off"; } enum "sapi-only" { value 1; description "TIM detection sapi only"; } enum "dapi-only" { value 2; description "TIM detection dapi only"; } enum "op-spec-only" { value 3; description "TIM detection op-spec only"; } enum "sapi-and-dapi" { value 4; description "TIM detection sapi and dapi"; } enum "sapi-and-op-spec" { value 5; description "TIM detection sapi and op-spec"; } enum "dapi-and-op-spec" { value 6; description "TIM detection dapi and op-spec"; } enum "all" { value 7; description "TIM detection all (sapi, dapi, op-spec)"; } } default "off"; description "TIM detection mode"; } } // module fujitsu-otn
© 2023 YumaWorks, Inc. All rights reserved.