Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR atm-vcm package configuration.
This YANG module augments the
Cisco-IOS-XR-ifmgr-cfg, Cisco-IOS-XR-l2vpn-cfg
modules 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 AtmPvcTestMode ¶
type AtmPvcTestMode string
AtmPvcTestMode represents Atm pvc test mode
const ( // Loop mode applicable to L2/L3 PVC AtmPvcTestMode_loop AtmPvcTestMode = "loop" // Reserved mode applicable to L2 PVC AtmPvcTestMode_reserved AtmPvcTestMode = "reserved" )
type AtmPvpTestMode ¶
type AtmPvpTestMode string
AtmPvpTestMode represents Atm pvp test mode
const ( // Loop mode AtmPvpTestMode_loop AtmPvpTestMode = "loop" )
type AtmVpiBitsMode ¶
type AtmVpiBitsMode string
AtmVpiBitsMode represents Atm vpi bits mode
const ( // 12-bits VPI cell format AtmVpiBitsMode_twelve AtmVpiBitsMode = "twelve" )
Click to show internal directories.
Click to hide internal directories.