cisco_ios_xr_ipv4_ospf_oper_ospf_processes_process_vrfs_vrf_database_lsa_summaries_lsa_summary

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-ipv4-ospf-oper:ospf/processes/process/vrfs/vrf/database/lsa-summaries/lsa-summary

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OspfShDatabase

type OspfShDatabase struct {
	// LSA header information
	LsaHeader *OspfShDbHeader `protobuf:"bytes,50,opt,name=lsa_header,json=lsaHeader,proto3" json:"lsa_header,omitempty"`
	// Route Tag
	ExternalTag uint32 `protobuf:"varint,51,opt,name=external_tag,json=externalTag,proto3" json:"external_tag,omitempty"`
	// Number of links
	LinkCount            uint32   `protobuf:"varint,52,opt,name=link_count,json=linkCount,proto3" json:"link_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OspfShDatabase) Descriptor

func (*OspfShDatabase) Descriptor() ([]byte, []int)

func (*OspfShDatabase) GetExternalTag

func (m *OspfShDatabase) GetExternalTag() uint32

func (*OspfShDatabase) GetLinkCount

func (m *OspfShDatabase) GetLinkCount() uint32

func (*OspfShDatabase) GetLsaHeader

func (m *OspfShDatabase) GetLsaHeader() *OspfShDbHeader

func (*OspfShDatabase) ProtoMessage

func (*OspfShDatabase) ProtoMessage()

func (*OspfShDatabase) Reset

func (m *OspfShDatabase) Reset()

func (*OspfShDatabase) String

func (m *OspfShDatabase) String() string

func (*OspfShDatabase) XXX_DiscardUnknown

func (m *OspfShDatabase) XXX_DiscardUnknown()

func (*OspfShDatabase) XXX_Marshal

func (m *OspfShDatabase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OspfShDatabase) XXX_Merge

func (dst *OspfShDatabase) XXX_Merge(src proto.Message)

func (*OspfShDatabase) XXX_Size

func (m *OspfShDatabase) XXX_Size() int

func (*OspfShDatabase) XXX_Unmarshal

func (m *OspfShDatabase) XXX_Unmarshal(b []byte) error

type OspfShDatabase_KEYS

type OspfShDatabase_KEYS struct {
	ProcessName          string   `protobuf:"bytes,1,opt,name=process_name,json=processName,proto3" json:"process_name,omitempty"`
	VrfName              string   `protobuf:"bytes,2,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	AreaId               uint32   `protobuf:"varint,3,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	LsType               string   `protobuf:"bytes,4,opt,name=ls_type,json=lsType,proto3" json:"ls_type,omitempty"`
	LsId                 string   `protobuf:"bytes,5,opt,name=ls_id,json=lsId,proto3" json:"ls_id,omitempty"`
	AdvertisingRouter    string   `protobuf:"bytes,6,opt,name=advertising_router,json=advertisingRouter,proto3" json:"advertising_router,omitempty"`
	InterfaceName        string   `protobuf:"bytes,7,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

OSPF Database Information

func (*OspfShDatabase_KEYS) Descriptor

func (*OspfShDatabase_KEYS) Descriptor() ([]byte, []int)

func (*OspfShDatabase_KEYS) GetAdvertisingRouter

func (m *OspfShDatabase_KEYS) GetAdvertisingRouter() string

func (*OspfShDatabase_KEYS) GetAreaId

func (m *OspfShDatabase_KEYS) GetAreaId() uint32

func (*OspfShDatabase_KEYS) GetInterfaceName

func (m *OspfShDatabase_KEYS) GetInterfaceName() string

func (*OspfShDatabase_KEYS) GetLsId

func (m *OspfShDatabase_KEYS) GetLsId() string

func (*OspfShDatabase_KEYS) GetLsType

func (m *OspfShDatabase_KEYS) GetLsType() string

func (*OspfShDatabase_KEYS) GetProcessName

func (m *OspfShDatabase_KEYS) GetProcessName() string

func (*OspfShDatabase_KEYS) GetVrfName

func (m *OspfShDatabase_KEYS) GetVrfName() string

func (*OspfShDatabase_KEYS) ProtoMessage

func (*OspfShDatabase_KEYS) ProtoMessage()

func (*OspfShDatabase_KEYS) Reset

func (m *OspfShDatabase_KEYS) Reset()

func (*OspfShDatabase_KEYS) String

func (m *OspfShDatabase_KEYS) String() string

func (*OspfShDatabase_KEYS) XXX_DiscardUnknown

func (m *OspfShDatabase_KEYS) XXX_DiscardUnknown()

func (*OspfShDatabase_KEYS) XXX_Marshal

func (m *OspfShDatabase_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OspfShDatabase_KEYS) XXX_Merge

func (dst *OspfShDatabase_KEYS) XXX_Merge(src proto.Message)

func (*OspfShDatabase_KEYS) XXX_Size

func (m *OspfShDatabase_KEYS) XXX_Size() int

func (*OspfShDatabase_KEYS) XXX_Unmarshal

func (m *OspfShDatabase_KEYS) XXX_Unmarshal(b []byte) error

type OspfShDbHeader

type OspfShDbHeader struct {
	// LSA type
	LsType string `protobuf:"bytes,1,opt,name=ls_type,json=lsType,proto3" json:"ls_type,omitempty"`
	// LS ID
	Lsid string `protobuf:"bytes,2,opt,name=lsid,proto3" json:"lsid,omitempty"`
	// Router ID of Advertising Router
	AdvertisingRouter string `protobuf:"bytes,3,opt,name=advertising_router,json=advertisingRouter,proto3" json:"advertising_router,omitempty"`
	// Area ID in decimal or dotted-decimal format
	LsaAreaId string `protobuf:"bytes,4,opt,name=lsa_area_id,json=lsaAreaId,proto3" json:"lsa_area_id,omitempty"`
	// LSA's Age (s)
	LsaAge uint32 `protobuf:"varint,5,opt,name=lsa_age,json=lsaAge,proto3" json:"lsa_age,omitempty"`
	// If true, Do Not Age this LSA
	DnAgeLsa bool `protobuf:"varint,6,opt,name=dn_age_lsa,json=dnAgeLsa,proto3" json:"dn_age_lsa,omitempty"`
	// If true,  LSA received from neighbor during NSF
	Nsf bool `protobuf:"varint,7,opt,name=nsf,proto3" json:"nsf,omitempty"`
	// Current Sequence number
	SequenceNumber uint32 `protobuf:"varint,8,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	// Checksum value
	Checksum             uint32   `protobuf:"varint,9,opt,name=checksum,proto3" json:"checksum,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

OSPF LSA Database Header

func (*OspfShDbHeader) Descriptor

func (*OspfShDbHeader) Descriptor() ([]byte, []int)

func (*OspfShDbHeader) GetAdvertisingRouter

func (m *OspfShDbHeader) GetAdvertisingRouter() string

func (*OspfShDbHeader) GetChecksum

func (m *OspfShDbHeader) GetChecksum() uint32

func (*OspfShDbHeader) GetDnAgeLsa

func (m *OspfShDbHeader) GetDnAgeLsa() bool

func (*OspfShDbHeader) GetLsType

func (m *OspfShDbHeader) GetLsType() string

func (*OspfShDbHeader) GetLsaAge

func (m *OspfShDbHeader) GetLsaAge() uint32

func (*OspfShDbHeader) GetLsaAreaId

func (m *OspfShDbHeader) GetLsaAreaId() string

func (*OspfShDbHeader) GetLsid

func (m *OspfShDbHeader) GetLsid() string

func (*OspfShDbHeader) GetNsf

func (m *OspfShDbHeader) GetNsf() bool

func (*OspfShDbHeader) GetSequenceNumber

func (m *OspfShDbHeader) GetSequenceNumber() uint32

func (*OspfShDbHeader) ProtoMessage

func (*OspfShDbHeader) ProtoMessage()

func (*OspfShDbHeader) Reset

func (m *OspfShDbHeader) Reset()

func (*OspfShDbHeader) String

func (m *OspfShDbHeader) String() string

func (*OspfShDbHeader) XXX_DiscardUnknown

func (m *OspfShDbHeader) XXX_DiscardUnknown()

func (*OspfShDbHeader) XXX_Marshal

func (m *OspfShDbHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OspfShDbHeader) XXX_Merge

func (dst *OspfShDbHeader) XXX_Merge(src proto.Message)

func (*OspfShDbHeader) XXX_Size

func (m *OspfShDbHeader) XXX_Size() int

func (*OspfShDbHeader) XXX_Unmarshal

func (m *OspfShDbHeader) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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