cisco_ospf

package
v0.0.0-...-50def94 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

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"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL