iosxe

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: May 30, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IOSXESource

type IOSXESource struct {
	common.Config

	// IOSXE fetched data. Initialized in init functions.
	SystemInfo systemReply
	Interfaces map[string]iface
	ArpEntries []arpEntry

	// IOSXE synced data. Created in sync functions.
	NBDevice     *objects.Device
	NBInterfaces map[string]*objects.Interface // interfaceName -> netboxInterface

	// User defined relations
	HostTenantRelations map[string]string
	HostSiteRelations   map[string]string
	VlanGroupRelations  map[string]string
	VlanTenantRelations map[string]string
}

func (*IOSXESource) Init

func (is *IOSXESource) Init() error

func (*IOSXESource) Sync

func (is *IOSXESource) Sync(nbi *inventory.NetboxInventory) error

Jump to

Keyboard shortcuts

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