Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR ppp-ma-lcp 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 PppAuthenticationMethod ¶
type PppAuthenticationMethod string
PppAuthenticationMethod represents Ppp authentication method
const ( // PAP PppAuthenticationMethod_pap PppAuthenticationMethod = "pap" // CHAP PppAuthenticationMethod_chap PppAuthenticationMethod = "chap" // MS CHAP PppAuthenticationMethod_ms_chap PppAuthenticationMethod = "ms-chap" )
Click to show internal directories.
Click to hide internal directories.