Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR controller-otu package configuration.
This YANG module augments the
Cisco-IOS-XR-ifmgr-cfg
module with configuration data.
Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OtnExpTtiTypeDapi ¶
type OtnExpTtiTypeDapi string
OtnExpTtiTypeDapi represents Otn exp tti type dapi
const ( // Expected TTI DAPI ASCII string OtnExpTtiTypeDapi_exp_tti_dapi_ascii__FWD_SLASH__dapi_ascii OtnExpTtiTypeDapi = "exp-tti-dapi-ascii/dapi-ascii" )
type OtnExpTtiTypeFull ¶
type OtnExpTtiTypeFull string
OtnExpTtiTypeFull represents Otn exp tti type full
const ( // Expected TTI Full ASCII string OtnExpTtiTypeFull_exp_tti_full_ascii__FWD_SLASH__full_ascii OtnExpTtiTypeFull = "exp-tti-full-ascii/full-ascii" // Expected TTI hex string OtnExpTtiTypeFull_exp_tti_hex__FWD_SLASH__hex OtnExpTtiTypeFull = "exp-tti-hex/hex" )
type OtnExpTtiTypeOs ¶
type OtnExpTtiTypeOs string
OtnExpTtiTypeOs represents Otn exp tti type os
const ( // Expected TTI OS ASCII string OtnExpTtiTypeOs_exp_tti_os_ascii__FWD_SLASH__os_ascii OtnExpTtiTypeOs = "exp-tti-os-ascii/os-ascii" // Expected TTI OS HEX string OtnExpTtiTypeOs_exp_tti_os_hex__FWD_SLASH__os_hex OtnExpTtiTypeOs = "exp-tti-os-hex/os-hex" )
type OtnExpTtiTypeSapi ¶
type OtnExpTtiTypeSapi string
OtnExpTtiTypeSapi represents Otn exp tti type sapi
const ( // Expected TTI SAPI ASCII string OtnExpTtiTypeSapi_exp_tti_sapi_ascii__FWD_SLASH__sapi_ascii OtnExpTtiTypeSapi = "exp-tti-sapi-ascii/sapi-ascii" )
type OtnLoopback ¶
type OtnLoopback string
OtnLoopback represents Otn loopback
const ( // Line loopback OtnLoopback_line OtnLoopback = "line" // Internal loopback OtnLoopback_internal OtnLoopback = "internal" )
type OtnSecAdminState ¶
type OtnSecAdminState string
OtnSecAdminState represents Otn sec admin state
const ( // In normal state OtnSecAdminState_normal OtnSecAdminState = "normal" // Under maintenance OtnSecAdminState_maintenance OtnSecAdminState = "maintenance" )
type OtnSendTtiTypeDapi ¶
type OtnSendTtiTypeDapi string
OtnSendTtiTypeDapi represents Otn send tti type dapi
const ( // Send TTI DAPI ASCII string OtnSendTtiTypeDapi_send_tti_dapi_ascii__FWD_SLASH__dapi_ascii OtnSendTtiTypeDapi = "send-tti-dapi-ascii/dapi-ascii" )
type OtnSendTtiTypeFull ¶
type OtnSendTtiTypeFull string
OtnSendTtiTypeFull represents Otn send tti type full
const ( // Send TTI Full ASCII string OtnSendTtiTypeFull_send_tti_full_ascii__FWD_SLASH__full_ascii OtnSendTtiTypeFull = "send-tti-full-ascii/full-ascii" // Send TTI hex string OtnSendTtiTypeFull_send_tti_hex__FWD_SLASH__hex OtnSendTtiTypeFull = "send-tti-hex/hex" )
type OtnSendTtiTypeOs ¶
type OtnSendTtiTypeOs string
OtnSendTtiTypeOs represents Otn send tti type os
const ( // Send TTI OS ASCII string OtnSendTtiTypeOs_send_tti_os_ascii__FWD_SLASH__os_ascii OtnSendTtiTypeOs = "send-tti-os-ascii/os-ascii" // Send TTI OS HEX string OtnSendTtiTypeOs_send_tti_os_hex__FWD_SLASH__os_hex OtnSendTtiTypeOs = "send-tti-os-hex/os-hex" )
type OtnSendTtiTypeSapi ¶
type OtnSendTtiTypeSapi string
OtnSendTtiTypeSapi represents Otn send tti type sapi
const ( // Send TTI SAPI ASCII string OtnSendTtiTypeSapi_send_tti_sapi_ascii__FWD_SLASH__sapi_ascii OtnSendTtiTypeSapi = "send-tti-sapi-ascii/sapi-ascii" )
type OtuForwardErrorCorrection ¶
type OtuForwardErrorCorrection string
OtuForwardErrorCorrection represents Otu forward error correction
const ( // No Fec OtuForwardErrorCorrection_none OtuForwardErrorCorrection = "none" // Standard Fec OtuForwardErrorCorrection_standard OtuForwardErrorCorrection = "standard" // EnhancedI7 Fec OtuForwardErrorCorrection_enhanced_i7 OtuForwardErrorCorrection = "enhanced-i7" // Enhanced I4 Fec OtuForwardErrorCorrection_enhanced_i4 OtuForwardErrorCorrection = "enhanced-i4" // EnhancedSwizzle Fec OtuForwardErrorCorrection_enhanced_swizzle OtuForwardErrorCorrection = "enhanced-swizzle" // EnhancedHG20 Fec OtuForwardErrorCorrection_enhanced_hg20 OtuForwardErrorCorrection = "enhanced-hg20" // EnhancedHG7 Fec OtuForwardErrorCorrection_enhanced_hg7 OtuForwardErrorCorrection = "enhanced-hg7" // EnhancedSD15 Fec OtuForwardErrorCorrection_enhanced_sd15 OtuForwardErrorCorrection = "enhanced-sd15" // EnhancedSD27 Fec OtuForwardErrorCorrection_enhanced_sd27 OtuForwardErrorCorrection = "enhanced-sd27" )
type OtuPattern ¶
type OtuPattern string
OtuPattern represents Otu pattern
const ( // prbs pattern None OtuPattern_pattern_none OtuPattern = "pattern-none" // Prbs pattern pn31 OtuPattern_pattern_pn31 OtuPattern = "pattern-pn31" // Prbs pattern pn23 OtuPattern_pattern_pn23 OtuPattern = "pattern-pn23" // Prbs pattern pn11 OtuPattern_pattern_pn11 OtuPattern = "pattern-pn11" // Prbs pattern inverted pn31 OtuPattern_pattern_inverted_pn31 OtuPattern = "pattern-inverted-pn31" // Prbs pattern inverted pn11 OtuPattern_pattern_inverted_pn11 OtuPattern = "pattern-inverted-pn11" // Prbs pattern pn15 OtuPattern_pattern_pn15 OtuPattern = "pattern-pn15" )