Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR mpls-oam package configuration.
This module contains definitions for the following management objects:
mpls-oam: MPLS LSP verification configuration
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 MplsOam ¶
type MplsOam struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Enable/Disable MPLS OAM globally.Without creating this object the MPLS OAM // feature will not be enabled. Deleting this object will stop the MPLS OAM // feature. The type is interface{}. EnableOam interface{} // Disable vendor extension. The type is interface{}. DisableVendorExtension interface{} // Echo request reply mode attributes. ReplyMode MplsOam_ReplyMode }
MplsOam MPLS LSP verification configuration
func (*MplsOam) GetEntityData ¶
func (mplsOam *MplsOam) GetEntityData() *types.CommonEntityData
type MplsOam_ReplyMode ¶
type MplsOam_ReplyMode struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Configure control channel reply mode. ControlChannel MplsOam_ReplyMode_ControlChannel }
MplsOam_ReplyMode Echo request reply mode attributes
func (*MplsOam_ReplyMode) GetEntityData ¶
func (replyMode *MplsOam_ReplyMode) GetEntityData() *types.CommonEntityData
type MplsOam_ReplyMode_ControlChannel ¶
type MplsOam_ReplyMode_ControlChannel struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Use Reverse LSP as the control channel. The type is interface{}. AllowReverseLsp interface{} }
MplsOam_ReplyMode_ControlChannel Configure control channel reply mode
func (*MplsOam_ReplyMode_ControlChannel) GetEntityData ¶
func (controlChannel *MplsOam_ReplyMode_ControlChannel) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.