cisco_ios_xr_clns_isis_oper_isis_instances_instance_levels_level_lsps_lsp

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-clns-isis-oper:isis/instances/instance/levels/level/lsps/lsp

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IsisShLsp

type IsisShLsp struct {
	// Information from the LSP header
	LspHeaderData *IsisShLspHeader `protobuf:"bytes,50,opt,name=lsp_header_data,json=lspHeaderData,proto3" json:"lsp_header_data,omitempty"`
	// LSP as received/sent over the wire, starting from the LSP ID field
	LspBody              []byte   `protobuf:"bytes,51,opt,name=lsp_body,json=lspBody,proto3" json:"lsp_body,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShLsp) Descriptor

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

func (*IsisShLsp) GetLspBody

func (m *IsisShLsp) GetLspBody() []byte

func (*IsisShLsp) GetLspHeaderData

func (m *IsisShLsp) GetLspHeaderData() *IsisShLspHeader

func (*IsisShLsp) ProtoMessage

func (*IsisShLsp) ProtoMessage()

func (*IsisShLsp) Reset

func (m *IsisShLsp) Reset()

func (*IsisShLsp) String

func (m *IsisShLsp) String() string

func (*IsisShLsp) XXX_DiscardUnknown

func (m *IsisShLsp) XXX_DiscardUnknown()

func (*IsisShLsp) XXX_Marshal

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

func (*IsisShLsp) XXX_Merge

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

func (*IsisShLsp) XXX_Size

func (m *IsisShLsp) XXX_Size() int

func (*IsisShLsp) XXX_Unmarshal

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

type IsisShLspHeader

type IsisShLspHeader struct {
	// The LSP ID
	LspId string `protobuf:"bytes,1,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	// TRUE if this is a locally generated LSP
	LocalLspFlag bool `protobuf:"varint,2,opt,name=local_lsp_flag,json=localLspFlag,proto3" json:"local_lsp_flag,omitempty"`
	// TRUE if this LSP has not expired
	LspActiveFlag bool `protobuf:"varint,3,opt,name=lsp_active_flag,json=lspActiveFlag,proto3" json:"lsp_active_flag,omitempty"`
	// Time, in seconds, until LSP expiry (if active) or deletion (if expired)
	LspHoldtime uint32 `protobuf:"varint,4,opt,name=lsp_holdtime,json=lspHoldtime,proto3" json:"lsp_holdtime,omitempty"`
	// The LSP sequence number
	LspSequenceNumber uint32 `protobuf:"varint,5,opt,name=lsp_sequence_number,json=lspSequenceNumber,proto3" json:"lsp_sequence_number,omitempty"`
	// The LSP checksum
	LspChecksum uint32 `protobuf:"varint,6,opt,name=lsp_checksum,json=lspChecksum,proto3" json:"lsp_checksum,omitempty"`
	// TRUE if partition repair is supported
	LspParitionRepairSupportedFlag bool `` /* 158-byte string literal not displayed */
	// TRUE if attached bit is set
	LspAttachedFlag bool `protobuf:"varint,8,opt,name=lsp_attached_flag,json=lspAttachedFlag,proto3" json:"lsp_attached_flag,omitempty"`
	// TRUE if the overload bit is set
	LspOverloadedFlag bool `protobuf:"varint,9,opt,name=lsp_overloaded_flag,json=lspOverloadedFlag,proto3" json:"lsp_overloaded_flag,omitempty"`
	// TRUE if the LSP is non-v1a, XXX for testing
	LspNonV1AFlag uint32 `protobuf:"varint,10,opt,name=lsp_non_v1_a_flag,json=lspNonV1AFlag,proto3" json:"lsp_non_v1_a_flag,omitempty"`
	// The type of the IS sourcing the LSP
	LspLevel string `protobuf:"bytes,11,opt,name=lsp_level,json=lspLevel,proto3" json:"lsp_level,omitempty"`
	// The total length of the LSP
	LspLength            uint32   `protobuf:"varint,12,opt,name=lsp_length,json=lspLength,proto3" json:"lsp_length,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Contents of an IS-IS LSP header

func (*IsisShLspHeader) Descriptor

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

func (*IsisShLspHeader) GetLocalLspFlag

func (m *IsisShLspHeader) GetLocalLspFlag() bool

func (*IsisShLspHeader) GetLspActiveFlag

func (m *IsisShLspHeader) GetLspActiveFlag() bool

func (*IsisShLspHeader) GetLspAttachedFlag

func (m *IsisShLspHeader) GetLspAttachedFlag() bool

func (*IsisShLspHeader) GetLspChecksum

func (m *IsisShLspHeader) GetLspChecksum() uint32

func (*IsisShLspHeader) GetLspHoldtime

func (m *IsisShLspHeader) GetLspHoldtime() uint32

func (*IsisShLspHeader) GetLspId

func (m *IsisShLspHeader) GetLspId() string

func (*IsisShLspHeader) GetLspLength

func (m *IsisShLspHeader) GetLspLength() uint32

func (*IsisShLspHeader) GetLspLevel

func (m *IsisShLspHeader) GetLspLevel() string

func (*IsisShLspHeader) GetLspNonV1AFlag

func (m *IsisShLspHeader) GetLspNonV1AFlag() uint32

func (*IsisShLspHeader) GetLspOverloadedFlag

func (m *IsisShLspHeader) GetLspOverloadedFlag() bool

func (*IsisShLspHeader) GetLspParitionRepairSupportedFlag

func (m *IsisShLspHeader) GetLspParitionRepairSupportedFlag() bool

func (*IsisShLspHeader) GetLspSequenceNumber

func (m *IsisShLspHeader) GetLspSequenceNumber() uint32

func (*IsisShLspHeader) ProtoMessage

func (*IsisShLspHeader) ProtoMessage()

func (*IsisShLspHeader) Reset

func (m *IsisShLspHeader) Reset()

func (*IsisShLspHeader) String

func (m *IsisShLspHeader) String() string

func (*IsisShLspHeader) XXX_DiscardUnknown

func (m *IsisShLspHeader) XXX_DiscardUnknown()

func (*IsisShLspHeader) XXX_Marshal

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

func (*IsisShLspHeader) XXX_Merge

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

func (*IsisShLspHeader) XXX_Size

func (m *IsisShLspHeader) XXX_Size() int

func (*IsisShLspHeader) XXX_Unmarshal

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

type IsisShLsp_KEYS

type IsisShLsp_KEYS struct {
	InstanceName         string   `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"`
	Level                string   `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty"`
	LspId                string   `protobuf:"bytes,3,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

An IS-IS LSP

func (*IsisShLsp_KEYS) Descriptor

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

func (*IsisShLsp_KEYS) GetInstanceName

func (m *IsisShLsp_KEYS) GetInstanceName() string

func (*IsisShLsp_KEYS) GetLevel

func (m *IsisShLsp_KEYS) GetLevel() string

func (*IsisShLsp_KEYS) GetLspId

func (m *IsisShLsp_KEYS) GetLspId() string

func (*IsisShLsp_KEYS) ProtoMessage

func (*IsisShLsp_KEYS) ProtoMessage()

func (*IsisShLsp_KEYS) Reset

func (m *IsisShLsp_KEYS) Reset()

func (*IsisShLsp_KEYS) String

func (m *IsisShLsp_KEYS) String() string

func (*IsisShLsp_KEYS) XXX_DiscardUnknown

func (m *IsisShLsp_KEYS) XXX_DiscardUnknown()

func (*IsisShLsp_KEYS) XXX_Marshal

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

func (*IsisShLsp_KEYS) XXX_Merge

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

func (*IsisShLsp_KEYS) XXX_Size

func (m *IsisShLsp_KEYS) XXX_Size() int

func (*IsisShLsp_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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