Documentation
¶
Overview ¶
This YANG module defines the Cisco OSPF common yang model Copyright (c) 2016 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 AccessListInOutType ¶
type AccessListInOutType string
AccessListInOutType represents Access list in and out
const ( // Filter incoming routing updates AccessListInOutType_in AccessListInOutType = "in" // Filter outgoing routing updates AccessListInOutType_out AccessListInOutType = "out" )
type OspfExternalType ¶
type OspfExternalType string
OspfExternalType represents external route types
const ( // type 1 OspfExternalType_Y_1 OspfExternalType = "1" // type 2 OspfExternalType_Y_2 OspfExternalType = "2" )
type OspfLogAdj ¶
type OspfLogAdj string
OspfLogAdj represents Ospf log adjacency changes
const ( // Enable log adjacency brief OspfLogAdj_enable OspfLogAdj = "enable" // Enable log adjcency detail OspfLogAdj_detail OspfLogAdj = "detail" // disable log adjacency OspfLogAdj_disable OspfLogAdj = "disable" )
type PrefixApplicability ¶
type PrefixApplicability string
PrefixApplicability represents Ospf uloop avoidance
const ( // Protected prefixes only PrefixApplicability_protected PrefixApplicability = "protected" // All prefixes PrefixApplicability_all PrefixApplicability = "all" )
Click to show internal directories.
Click to hide internal directories.