Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR ppp-ma-gbl package configuration.
This YANG module augments the
Cisco-IOS-XR-subscriber-infra-tmplmgr-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 PppAuthenticationMethodGbl ¶
type PppAuthenticationMethodGbl string
PppAuthenticationMethodGbl represents Ppp authentication method gbl
const ( // PAP PppAuthenticationMethodGbl_pap PppAuthenticationMethodGbl = "pap" // CHAP PppAuthenticationMethodGbl_chap PppAuthenticationMethodGbl = "chap" // MS CHAP PppAuthenticationMethodGbl_ms_chap PppAuthenticationMethodGbl = "ms-chap" )
Click to show internal directories.
Click to hide internal directories.