isis

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 module describes a YANG model for ISIS protocol configuration. It is a limited subset of all of the configuration parameters available in the variety of vendor implementations, hence it is expected that it would be augmented with vendor - specific configuration data as needed. Additional modules or submodules to handle other aspects of ISIS configuration, including policy, routing, types, LSDB and additional address families are also expected. This model supports the following ISIS configuration level hierarchy:

ISIS +-> { global ISIS configuration}

+-> levels +-> { level config}
    +-> { system-level-counters }
    +-> { level link-state-database}
+-> interface +-> { interface config }
    +-> { circuit-counters }
    +-> { levels config }
    +-> { level adjacencies }

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IsisMetricFlags

type IsisMetricFlags string

IsisMetricFlags represents Type definition for flags used in IS-IS metrics

const (
	// When this flag is not set, internal metrics are in use.
	IsisMetricFlags_INTERNAL IsisMetricFlags = "INTERNAL"

	// When this flag (referred to as the S-bit) is set, then
	// the metric is unsupported.
	IsisMetricFlags_UNSUPPORTED IsisMetricFlags = "UNSUPPORTED"
)

Jump to

Keyboard shortcuts

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