Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR cdp package configuration.
This module contains definitions for the following management objects:
cdp: Global CDP configuration data
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 Cdp ¶
type Cdp struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Specify the rate at which CDP packets are sent. The type is interface{} // with range: 5..254. The default value is 60. Timer interface{} // Enable CDPv1 only advertisements. The type is interface{}. AdvertiseV1Only interface{} // Enable or disable CDP globally. The type is bool. The default value is // true. Enable interface{} // Length of time (in sec) that the receiver must keep a CDP packet. The type // is interface{} with range: 10..255. The default value is 180. HoldTime interface{} // Enable logging of adjacency changes. The type is interface{}. LogAdjacency interface{} }
Cdp Global CDP configuration data
func (*Cdp) GetEntityData ¶
func (cdp *Cdp) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.