cisco_ios_xr_eigrp_oper_eigrp_processes_process_vrfs_vrf_afs_af_ases_as_neighbors_neighbor

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-eigrp-oper:eigrp/processes/process/vrfs/vrf/afs/af/ases/as/neighbors/neighbor

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EigrpAddrBd

type EigrpAddrBd struct {
	Ipv4Address          string   `protobuf:"bytes,1,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	Ipv6Address          string   `protobuf:"bytes,2,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EigrpAddrBd) Descriptor

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

func (*EigrpAddrBd) GetIpv4Address

func (m *EigrpAddrBd) GetIpv4Address() string

func (*EigrpAddrBd) GetIpv6Address

func (m *EigrpAddrBd) GetIpv6Address() string

func (*EigrpAddrBd) ProtoMessage

func (*EigrpAddrBd) ProtoMessage()

func (*EigrpAddrBd) Reset

func (m *EigrpAddrBd) Reset()

func (*EigrpAddrBd) String

func (m *EigrpAddrBd) String() string

func (*EigrpAddrBd) XXX_DiscardUnknown

func (m *EigrpAddrBd) XXX_DiscardUnknown()

func (*EigrpAddrBd) XXX_Marshal

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

func (*EigrpAddrBd) XXX_Merge

func (m *EigrpAddrBd) XXX_Merge(src proto.Message)

func (*EigrpAddrBd) XXX_Size

func (m *EigrpAddrBd) XXX_Size() int

func (*EigrpAddrBd) XXX_Unmarshal

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

type EigrpShowNbrQBd

type EigrpShowNbrQBd struct {
	OperationCode        uint32   `protobuf:"varint,1,opt,name=operation_code,json=operationCode,proto3" json:"operation_code,omitempty"`
	AckSequnceNumber     uint32   `protobuf:"varint,2,opt,name=ack_sequnce_number,json=ackSequnceNumber,proto3" json:"ack_sequnce_number,omitempty"`
	StartSerialNumber    uint64   `protobuf:"varint,3,opt,name=start_serial_number,json=startSerialNumber,proto3" json:"start_serial_number,omitempty"`
	EndSerialNumber      uint64   `protobuf:"varint,4,opt,name=end_serial_number,json=endSerialNumber,proto3" json:"end_serial_number,omitempty"`
	Pregenerated         bool     `protobuf:"varint,5,opt,name=pregenerated,proto3" json:"pregenerated,omitempty"`
	PacketLength         uint32   `protobuf:"varint,6,opt,name=packet_length,json=packetLength,proto3" json:"packet_length,omitempty"`
	TimeSentFlag         bool     `protobuf:"varint,7,opt,name=time_sent_flag,json=timeSentFlag,proto3" json:"time_sent_flag,omitempty"`
	TimeSent             uint32   `protobuf:"varint,8,opt,name=time_sent,json=timeSent,proto3" json:"time_sent,omitempty"`
	InitBitSet           bool     `protobuf:"varint,9,opt,name=init_bit_set,json=initBitSet,proto3" json:"init_bit_set,omitempty"`
	Sequenced            bool     `protobuf:"varint,10,opt,name=sequenced,proto3" json:"sequenced,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EigrpShowNbrQBd) Descriptor

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

func (*EigrpShowNbrQBd) GetAckSequnceNumber

func (m *EigrpShowNbrQBd) GetAckSequnceNumber() uint32

func (*EigrpShowNbrQBd) GetEndSerialNumber

func (m *EigrpShowNbrQBd) GetEndSerialNumber() uint64

func (*EigrpShowNbrQBd) GetInitBitSet

func (m *EigrpShowNbrQBd) GetInitBitSet() bool

func (*EigrpShowNbrQBd) GetOperationCode

func (m *EigrpShowNbrQBd) GetOperationCode() uint32

func (*EigrpShowNbrQBd) GetPacketLength

func (m *EigrpShowNbrQBd) GetPacketLength() uint32

func (*EigrpShowNbrQBd) GetPregenerated

func (m *EigrpShowNbrQBd) GetPregenerated() bool

func (*EigrpShowNbrQBd) GetSequenced

func (m *EigrpShowNbrQBd) GetSequenced() bool

func (*EigrpShowNbrQBd) GetStartSerialNumber

func (m *EigrpShowNbrQBd) GetStartSerialNumber() uint64

func (*EigrpShowNbrQBd) GetTimeSent

func (m *EigrpShowNbrQBd) GetTimeSent() uint32

func (*EigrpShowNbrQBd) GetTimeSentFlag

func (m *EigrpShowNbrQBd) GetTimeSentFlag() bool

func (*EigrpShowNbrQBd) ProtoMessage

func (*EigrpShowNbrQBd) ProtoMessage()

func (*EigrpShowNbrQBd) Reset

func (m *EigrpShowNbrQBd) Reset()

func (*EigrpShowNbrQBd) String

func (m *EigrpShowNbrQBd) String() string

func (*EigrpShowNbrQBd) XXX_DiscardUnknown

func (m *EigrpShowNbrQBd) XXX_DiscardUnknown()

func (*EigrpShowNbrQBd) XXX_Marshal

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

func (*EigrpShowNbrQBd) XXX_Merge

func (m *EigrpShowNbrQBd) XXX_Merge(src proto.Message)

func (*EigrpShowNbrQBd) XXX_Size

func (m *EigrpShowNbrQBd) XXX_Size() int

func (*EigrpShowNbrQBd) XXX_Unmarshal

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

type EigrpShowNeighborsBd

type EigrpShowNeighborsBd struct {
	Afi                     uint32             `protobuf:"varint,50,opt,name=afi,proto3" json:"afi,omitempty"`
	AsNumber                uint32             `protobuf:"varint,51,opt,name=as_number,json=asNumber,proto3" json:"as_number,omitempty"`
	PeerSuspended           bool               `protobuf:"varint,52,opt,name=peer_suspended,json=peerSuspended,proto3" json:"peer_suspended,omitempty"`
	PeerHandle              uint32             `protobuf:"varint,53,opt,name=peer_handle,json=peerHandle,proto3" json:"peer_handle,omitempty"`
	Source                  *EigrpAddrBd       `protobuf:"bytes,54,opt,name=source,proto3" json:"source,omitempty"`
	InterfaceList           string             `protobuf:"bytes,55,opt,name=interface_list,json=interfaceList,proto3" json:"interface_list,omitempty"`
	Holdtime                uint32             `protobuf:"varint,56,opt,name=holdtime,proto3" json:"holdtime,omitempty"`
	Uptime                  uint32             `protobuf:"varint,57,opt,name=uptime,proto3" json:"uptime,omitempty"`
	Srtt                    uint32             `protobuf:"varint,58,opt,name=srtt,proto3" json:"srtt,omitempty"`
	Rto                     uint32             `protobuf:"varint,59,opt,name=rto,proto3" json:"rto,omitempty"`
	BfdEnabled              bool               `protobuf:"varint,60,opt,name=bfd_enabled,json=bfdEnabled,proto3" json:"bfd_enabled,omitempty"`
	QueueCount              uint32             `protobuf:"varint,61,opt,name=queue_count,json=queueCount,proto3" json:"queue_count,omitempty"`
	LastSequenceNumber      uint32             `protobuf:"varint,62,opt,name=last_sequence_number,json=lastSequenceNumber,proto3" json:"last_sequence_number,omitempty"`
	StaticNeighbor          bool               `protobuf:"varint,63,opt,name=static_neighbor,json=staticNeighbor,proto3" json:"static_neighbor,omitempty"`
	RemoteNeighbor          bool               `protobuf:"varint,64,opt,name=remote_neighbor,json=remoteNeighbor,proto3" json:"remote_neighbor,omitempty"`
	HopCount                uint32             `protobuf:"varint,65,opt,name=hop_count,json=hopCount,proto3" json:"hop_count,omitempty"`
	RestartConfigured       bool               `protobuf:"varint,66,opt,name=restart_configured,json=restartConfigured,proto3" json:"restart_configured,omitempty"`
	RestartTime             uint32             `protobuf:"varint,67,opt,name=restart_time,json=restartTime,proto3" json:"restart_time,omitempty"`
	LastStartupSerialNumber uint64             `` /* 136-byte string literal not displayed */
	IosMajorVersion         uint32             `protobuf:"varint,69,opt,name=ios_major_version,json=iosMajorVersion,proto3" json:"ios_major_version,omitempty"`
	IosMinorVersion         uint32             `protobuf:"varint,70,opt,name=ios_minor_version,json=iosMinorVersion,proto3" json:"ios_minor_version,omitempty"`
	EigrpMajorVersion       uint32             `protobuf:"varint,71,opt,name=eigrp_major_version,json=eigrpMajorVersion,proto3" json:"eigrp_major_version,omitempty"`
	EigrpMinorVersion       uint32             `protobuf:"varint,72,opt,name=eigrp_minor_version,json=eigrpMinorVersion,proto3" json:"eigrp_minor_version,omitempty"`
	RetransmissionCount     uint32             `protobuf:"varint,73,opt,name=retransmission_count,json=retransmissionCount,proto3" json:"retransmission_count,omitempty"`
	RetryCount              uint32             `protobuf:"varint,74,opt,name=retry_count,json=retryCount,proto3" json:"retry_count,omitempty"`
	NeedInit                bool               `protobuf:"varint,75,opt,name=need_init,json=needInit,proto3" json:"need_init,omitempty"`
	NeedInitAck             bool               `protobuf:"varint,76,opt,name=need_init_ack,json=needInitAck,proto3" json:"need_init_ack,omitempty"`
	ReinitializationNeeded  bool               `` /* 129-byte string literal not displayed */
	ReinitStart             uint32             `protobuf:"varint,78,opt,name=reinit_start,json=reinitStart,proto3" json:"reinit_start,omitempty"`
	PeerPrefixCount         uint32             `protobuf:"varint,79,opt,name=peer_prefix_count,json=peerPrefixCount,proto3" json:"peer_prefix_count,omitempty"`
	Stubbed                 bool               `protobuf:"varint,80,opt,name=stubbed,proto3" json:"stubbed,omitempty"`
	AllowConnected          bool               `protobuf:"varint,81,opt,name=allow_connected,json=allowConnected,proto3" json:"allow_connected,omitempty"`
	AllowStatic             bool               `protobuf:"varint,82,opt,name=allow_static,json=allowStatic,proto3" json:"allow_static,omitempty"`
	AllowSummaries          bool               `protobuf:"varint,83,opt,name=allow_summaries,json=allowSummaries,proto3" json:"allow_summaries,omitempty"`
	AllowRedistributed      bool               `protobuf:"varint,84,opt,name=allow_redistributed,json=allowRedistributed,proto3" json:"allow_redistributed,omitempty"`
	TestHandle              bool               `protobuf:"varint,85,opt,name=test_handle,json=testHandle,proto3" json:"test_handle,omitempty"`
	StubbedInterface        bool               `protobuf:"varint,86,opt,name=stubbed_interface,json=stubbedInterface,proto3" json:"stubbed_interface,omitempty"`
	SuspendedReset          bool               `protobuf:"varint,87,opt,name=suspended_reset,json=suspendedReset,proto3" json:"suspended_reset,omitempty"`
	SuspendedTimeLeft       uint32             `protobuf:"varint,88,opt,name=suspended_time_left,json=suspendedTimeLeft,proto3" json:"suspended_time_left,omitempty"`
	NeighborQueue           []*EigrpShowNbrQBd `protobuf:"bytes,89,rep,name=neighbor_queue,json=neighborQueue,proto3" json:"neighbor_queue,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}           `json:"-"`
	XXX_unrecognized        []byte             `json:"-"`
	XXX_sizecache           int32              `json:"-"`
}

func (*EigrpShowNeighborsBd) Descriptor

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

func (*EigrpShowNeighborsBd) GetAfi

func (m *EigrpShowNeighborsBd) GetAfi() uint32

func (*EigrpShowNeighborsBd) GetAllowConnected

func (m *EigrpShowNeighborsBd) GetAllowConnected() bool

func (*EigrpShowNeighborsBd) GetAllowRedistributed

func (m *EigrpShowNeighborsBd) GetAllowRedistributed() bool

func (*EigrpShowNeighborsBd) GetAllowStatic

func (m *EigrpShowNeighborsBd) GetAllowStatic() bool

func (*EigrpShowNeighborsBd) GetAllowSummaries

func (m *EigrpShowNeighborsBd) GetAllowSummaries() bool

func (*EigrpShowNeighborsBd) GetAsNumber

func (m *EigrpShowNeighborsBd) GetAsNumber() uint32

func (*EigrpShowNeighborsBd) GetBfdEnabled

func (m *EigrpShowNeighborsBd) GetBfdEnabled() bool

func (*EigrpShowNeighborsBd) GetEigrpMajorVersion

func (m *EigrpShowNeighborsBd) GetEigrpMajorVersion() uint32

func (*EigrpShowNeighborsBd) GetEigrpMinorVersion

func (m *EigrpShowNeighborsBd) GetEigrpMinorVersion() uint32

func (*EigrpShowNeighborsBd) GetHoldtime

func (m *EigrpShowNeighborsBd) GetHoldtime() uint32

func (*EigrpShowNeighborsBd) GetHopCount

func (m *EigrpShowNeighborsBd) GetHopCount() uint32

func (*EigrpShowNeighborsBd) GetInterfaceList

func (m *EigrpShowNeighborsBd) GetInterfaceList() string

func (*EigrpShowNeighborsBd) GetIosMajorVersion

func (m *EigrpShowNeighborsBd) GetIosMajorVersion() uint32

func (*EigrpShowNeighborsBd) GetIosMinorVersion

func (m *EigrpShowNeighborsBd) GetIosMinorVersion() uint32

func (*EigrpShowNeighborsBd) GetLastSequenceNumber

func (m *EigrpShowNeighborsBd) GetLastSequenceNumber() uint32

func (*EigrpShowNeighborsBd) GetLastStartupSerialNumber

func (m *EigrpShowNeighborsBd) GetLastStartupSerialNumber() uint64

func (*EigrpShowNeighborsBd) GetNeedInit

func (m *EigrpShowNeighborsBd) GetNeedInit() bool

func (*EigrpShowNeighborsBd) GetNeedInitAck

func (m *EigrpShowNeighborsBd) GetNeedInitAck() bool

func (*EigrpShowNeighborsBd) GetNeighborQueue

func (m *EigrpShowNeighborsBd) GetNeighborQueue() []*EigrpShowNbrQBd

func (*EigrpShowNeighborsBd) GetPeerHandle

func (m *EigrpShowNeighborsBd) GetPeerHandle() uint32

func (*EigrpShowNeighborsBd) GetPeerPrefixCount

func (m *EigrpShowNeighborsBd) GetPeerPrefixCount() uint32

func (*EigrpShowNeighborsBd) GetPeerSuspended

func (m *EigrpShowNeighborsBd) GetPeerSuspended() bool

func (*EigrpShowNeighborsBd) GetQueueCount

func (m *EigrpShowNeighborsBd) GetQueueCount() uint32

func (*EigrpShowNeighborsBd) GetReinitStart

func (m *EigrpShowNeighborsBd) GetReinitStart() uint32

func (*EigrpShowNeighborsBd) GetReinitializationNeeded

func (m *EigrpShowNeighborsBd) GetReinitializationNeeded() bool

func (*EigrpShowNeighborsBd) GetRemoteNeighbor

func (m *EigrpShowNeighborsBd) GetRemoteNeighbor() bool

func (*EigrpShowNeighborsBd) GetRestartConfigured

func (m *EigrpShowNeighborsBd) GetRestartConfigured() bool

func (*EigrpShowNeighborsBd) GetRestartTime

func (m *EigrpShowNeighborsBd) GetRestartTime() uint32

func (*EigrpShowNeighborsBd) GetRetransmissionCount

func (m *EigrpShowNeighborsBd) GetRetransmissionCount() uint32

func (*EigrpShowNeighborsBd) GetRetryCount

func (m *EigrpShowNeighborsBd) GetRetryCount() uint32

func (*EigrpShowNeighborsBd) GetRto

func (m *EigrpShowNeighborsBd) GetRto() uint32

func (*EigrpShowNeighborsBd) GetSource

func (m *EigrpShowNeighborsBd) GetSource() *EigrpAddrBd

func (*EigrpShowNeighborsBd) GetSrtt

func (m *EigrpShowNeighborsBd) GetSrtt() uint32

func (*EigrpShowNeighborsBd) GetStaticNeighbor

func (m *EigrpShowNeighborsBd) GetStaticNeighbor() bool

func (*EigrpShowNeighborsBd) GetStubbed

func (m *EigrpShowNeighborsBd) GetStubbed() bool

func (*EigrpShowNeighborsBd) GetStubbedInterface

func (m *EigrpShowNeighborsBd) GetStubbedInterface() bool

func (*EigrpShowNeighborsBd) GetSuspendedReset

func (m *EigrpShowNeighborsBd) GetSuspendedReset() bool

func (*EigrpShowNeighborsBd) GetSuspendedTimeLeft

func (m *EigrpShowNeighborsBd) GetSuspendedTimeLeft() uint32

func (*EigrpShowNeighborsBd) GetTestHandle

func (m *EigrpShowNeighborsBd) GetTestHandle() bool

func (*EigrpShowNeighborsBd) GetUptime

func (m *EigrpShowNeighborsBd) GetUptime() uint32

func (*EigrpShowNeighborsBd) ProtoMessage

func (*EigrpShowNeighborsBd) ProtoMessage()

func (*EigrpShowNeighborsBd) Reset

func (m *EigrpShowNeighborsBd) Reset()

func (*EigrpShowNeighborsBd) String

func (m *EigrpShowNeighborsBd) String() string

func (*EigrpShowNeighborsBd) XXX_DiscardUnknown

func (m *EigrpShowNeighborsBd) XXX_DiscardUnknown()

func (*EigrpShowNeighborsBd) XXX_Marshal

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

func (*EigrpShowNeighborsBd) XXX_Merge

func (m *EigrpShowNeighborsBd) XXX_Merge(src proto.Message)

func (*EigrpShowNeighborsBd) XXX_Size

func (m *EigrpShowNeighborsBd) XXX_Size() int

func (*EigrpShowNeighborsBd) XXX_Unmarshal

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

type EigrpShowNeighborsBd_KEYS

type EigrpShowNeighborsBd_KEYS struct {
	ProcessId            string   `protobuf:"bytes,1,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"`
	VrfName              string   `protobuf:"bytes,2,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	AfName               string   `protobuf:"bytes,3,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	Asn                  uint32   `protobuf:"varint,4,opt,name=asn,proto3" json:"asn,omitempty"`
	NeighborAddress      string   `protobuf:"bytes,5,opt,name=neighbor_address,json=neighborAddress,proto3" json:"neighbor_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EigrpShowNeighborsBd_KEYS) Descriptor

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

func (*EigrpShowNeighborsBd_KEYS) GetAfName

func (m *EigrpShowNeighborsBd_KEYS) GetAfName() string

func (*EigrpShowNeighborsBd_KEYS) GetAsn

func (m *EigrpShowNeighborsBd_KEYS) GetAsn() uint32

func (*EigrpShowNeighborsBd_KEYS) GetNeighborAddress

func (m *EigrpShowNeighborsBd_KEYS) GetNeighborAddress() string

func (*EigrpShowNeighborsBd_KEYS) GetProcessId

func (m *EigrpShowNeighborsBd_KEYS) GetProcessId() string

func (*EigrpShowNeighborsBd_KEYS) GetVrfName

func (m *EigrpShowNeighborsBd_KEYS) GetVrfName() string

func (*EigrpShowNeighborsBd_KEYS) ProtoMessage

func (*EigrpShowNeighborsBd_KEYS) ProtoMessage()

func (*EigrpShowNeighborsBd_KEYS) Reset

func (m *EigrpShowNeighborsBd_KEYS) Reset()

func (*EigrpShowNeighborsBd_KEYS) String

func (m *EigrpShowNeighborsBd_KEYS) String() string

func (*EigrpShowNeighborsBd_KEYS) XXX_DiscardUnknown

func (m *EigrpShowNeighborsBd_KEYS) XXX_DiscardUnknown()

func (*EigrpShowNeighborsBd_KEYS) XXX_Marshal

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

func (*EigrpShowNeighborsBd_KEYS) XXX_Merge

func (m *EigrpShowNeighborsBd_KEYS) XXX_Merge(src proto.Message)

func (*EigrpShowNeighborsBd_KEYS) XXX_Size

func (m *EigrpShowNeighborsBd_KEYS) XXX_Size() int

func (*EigrpShowNeighborsBd_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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