Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR ppp-ma-ssrp package configuration.
This module contains definitions for the following management objects:
ssrp: Shared plane SSRP configuration data
This YANG module augments the
Cisco-IOS-XR-config-mda-cfg, Cisco-IOS-XR-ifmgr-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 Ssrp ¶
type Ssrp struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Table of SSRP Profiles. Profiles Ssrp_Profiles }
Ssrp Shared plane SSRP configuration data
func (*Ssrp) GetEntityData ¶
func (ssrp *Ssrp) GetEntityData() *types.CommonEntityData
type Ssrp_Profiles ¶
type Ssrp_Profiles struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // SSRP Profile configuration. The type is slice of Ssrp_Profiles_Profile. Profile []*Ssrp_Profiles_Profile }
Ssrp_Profiles Table of SSRP Profiles
func (*Ssrp_Profiles) GetEntityData ¶
func (profiles *Ssrp_Profiles) GetEntityData() *types.CommonEntityData
type Ssrp_Profiles_Profile ¶
type Ssrp_Profiles_Profile struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The name of the profile. The type is string with // pattern: [\w\-\.:,_@#%$\+=\|;]+. Name interface{} // This specifies the maximum number of hops for packets on the SSO channel. // The type is interface{} with range: 1..255. MaxHops interface{} // This specifies the remote end's IPv4-address for the SSO channel. The type // is string with pattern: // (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?. PeerIpv4Address interface{} }
Ssrp_Profiles_Profile SSRP Profile configuration
func (*Ssrp_Profiles_Profile) GetEntityData ¶
func (profile *Ssrp_Profiles_Profile) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.