Documentation
¶
Overview ¶
Cisco-IOS-XR-eigrp-oper:eigrp/processes/process/vrfs/vrf/afs/af/ases/as/eigrp-traffic
Index ¶
- type EigrpShowTrafficBd
- func (*EigrpShowTrafficBd) Descriptor() ([]byte, []int)
- func (m *EigrpShowTrafficBd) GetAcksReceived() uint32
- func (m *EigrpShowTrafficBd) GetAcksSent() uint32
- func (m *EigrpShowTrafficBd) GetAfi() uint32
- func (m *EigrpShowTrafficBd) GetAsNumber() uint32
- func (m *EigrpShowTrafficBd) GetHellosReceived() uint32
- func (m *EigrpShowTrafficBd) GetHellosSent() uint32
- func (m *EigrpShowTrafficBd) GetMaxQueueDepth() uint32
- func (m *EigrpShowTrafficBd) GetQueriesReceived() uint32
- func (m *EigrpShowTrafficBd) GetQueriesSent() uint32
- func (m *EigrpShowTrafficBd) GetQueueDrops() uint32
- func (m *EigrpShowTrafficBd) GetRepliesReceived() uint32
- func (m *EigrpShowTrafficBd) GetRepliesSent() uint32
- func (m *EigrpShowTrafficBd) GetSiaQueriesReceived() uint32
- func (m *EigrpShowTrafficBd) GetSiaQueriesSent() uint32
- func (m *EigrpShowTrafficBd) GetSiaRepliesReceived() uint32
- func (m *EigrpShowTrafficBd) GetSiaRepliesSent() uint32
- func (m *EigrpShowTrafficBd) GetUpdatesReceived() uint32
- func (m *EigrpShowTrafficBd) GetUpdatesSent() uint32
- func (*EigrpShowTrafficBd) ProtoMessage()
- func (m *EigrpShowTrafficBd) Reset()
- func (m *EigrpShowTrafficBd) String() string
- func (m *EigrpShowTrafficBd) XXX_DiscardUnknown()
- func (m *EigrpShowTrafficBd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EigrpShowTrafficBd) XXX_Merge(src proto.Message)
- func (m *EigrpShowTrafficBd) XXX_Size() int
- func (m *EigrpShowTrafficBd) XXX_Unmarshal(b []byte) error
- type EigrpShowTrafficBd_KEYS
- func (*EigrpShowTrafficBd_KEYS) Descriptor() ([]byte, []int)
- func (m *EigrpShowTrafficBd_KEYS) GetAfName() string
- func (m *EigrpShowTrafficBd_KEYS) GetAsn() uint32
- func (m *EigrpShowTrafficBd_KEYS) GetProcessId() string
- func (m *EigrpShowTrafficBd_KEYS) GetVrfName() string
- func (*EigrpShowTrafficBd_KEYS) ProtoMessage()
- func (m *EigrpShowTrafficBd_KEYS) Reset()
- func (m *EigrpShowTrafficBd_KEYS) String() string
- func (m *EigrpShowTrafficBd_KEYS) XXX_DiscardUnknown()
- func (m *EigrpShowTrafficBd_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EigrpShowTrafficBd_KEYS) XXX_Merge(src proto.Message)
- func (m *EigrpShowTrafficBd_KEYS) XXX_Size() int
- func (m *EigrpShowTrafficBd_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EigrpShowTrafficBd ¶
type EigrpShowTrafficBd 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"` HellosSent uint32 `protobuf:"varint,52,opt,name=hellos_sent,json=hellosSent,proto3" json:"hellos_sent,omitempty"` HellosReceived uint32 `protobuf:"varint,53,opt,name=hellos_received,json=hellosReceived,proto3" json:"hellos_received,omitempty"` UpdatesSent uint32 `protobuf:"varint,54,opt,name=updates_sent,json=updatesSent,proto3" json:"updates_sent,omitempty"` UpdatesReceived uint32 `protobuf:"varint,55,opt,name=updates_received,json=updatesReceived,proto3" json:"updates_received,omitempty"` QueriesSent uint32 `protobuf:"varint,56,opt,name=queries_sent,json=queriesSent,proto3" json:"queries_sent,omitempty"` QueriesReceived uint32 `protobuf:"varint,57,opt,name=queries_received,json=queriesReceived,proto3" json:"queries_received,omitempty"` RepliesSent uint32 `protobuf:"varint,58,opt,name=replies_sent,json=repliesSent,proto3" json:"replies_sent,omitempty"` RepliesReceived uint32 `protobuf:"varint,59,opt,name=replies_received,json=repliesReceived,proto3" json:"replies_received,omitempty"` AcksSent uint32 `protobuf:"varint,60,opt,name=acks_sent,json=acksSent,proto3" json:"acks_sent,omitempty"` AcksReceived uint32 `protobuf:"varint,61,opt,name=acks_received,json=acksReceived,proto3" json:"acks_received,omitempty"` SiaQueriesSent uint32 `protobuf:"varint,62,opt,name=sia_queries_sent,json=siaQueriesSent,proto3" json:"sia_queries_sent,omitempty"` SiaQueriesReceived uint32 `protobuf:"varint,63,opt,name=sia_queries_received,json=siaQueriesReceived,proto3" json:"sia_queries_received,omitempty"` SiaRepliesSent uint32 `protobuf:"varint,64,opt,name=sia_replies_sent,json=siaRepliesSent,proto3" json:"sia_replies_sent,omitempty"` SiaRepliesReceived uint32 `protobuf:"varint,65,opt,name=sia_replies_received,json=siaRepliesReceived,proto3" json:"sia_replies_received,omitempty"` MaxQueueDepth uint32 `protobuf:"varint,66,opt,name=max_queue_depth,json=maxQueueDepth,proto3" json:"max_queue_depth,omitempty"` QueueDrops uint32 `protobuf:"varint,67,opt,name=queue_drops,json=queueDrops,proto3" json:"queue_drops,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EigrpShowTrafficBd) Descriptor ¶
func (*EigrpShowTrafficBd) Descriptor() ([]byte, []int)
func (*EigrpShowTrafficBd) GetAcksReceived ¶
func (m *EigrpShowTrafficBd) GetAcksReceived() uint32
func (*EigrpShowTrafficBd) GetAcksSent ¶
func (m *EigrpShowTrafficBd) GetAcksSent() uint32
func (*EigrpShowTrafficBd) GetAfi ¶
func (m *EigrpShowTrafficBd) GetAfi() uint32
func (*EigrpShowTrafficBd) GetAsNumber ¶
func (m *EigrpShowTrafficBd) GetAsNumber() uint32
func (*EigrpShowTrafficBd) GetHellosReceived ¶
func (m *EigrpShowTrafficBd) GetHellosReceived() uint32
func (*EigrpShowTrafficBd) GetHellosSent ¶
func (m *EigrpShowTrafficBd) GetHellosSent() uint32
func (*EigrpShowTrafficBd) GetMaxQueueDepth ¶
func (m *EigrpShowTrafficBd) GetMaxQueueDepth() uint32
func (*EigrpShowTrafficBd) GetQueriesReceived ¶
func (m *EigrpShowTrafficBd) GetQueriesReceived() uint32
func (*EigrpShowTrafficBd) GetQueriesSent ¶
func (m *EigrpShowTrafficBd) GetQueriesSent() uint32
func (*EigrpShowTrafficBd) GetQueueDrops ¶
func (m *EigrpShowTrafficBd) GetQueueDrops() uint32
func (*EigrpShowTrafficBd) GetRepliesReceived ¶
func (m *EigrpShowTrafficBd) GetRepliesReceived() uint32
func (*EigrpShowTrafficBd) GetRepliesSent ¶
func (m *EigrpShowTrafficBd) GetRepliesSent() uint32
func (*EigrpShowTrafficBd) GetSiaQueriesReceived ¶
func (m *EigrpShowTrafficBd) GetSiaQueriesReceived() uint32
func (*EigrpShowTrafficBd) GetSiaQueriesSent ¶
func (m *EigrpShowTrafficBd) GetSiaQueriesSent() uint32
func (*EigrpShowTrafficBd) GetSiaRepliesReceived ¶
func (m *EigrpShowTrafficBd) GetSiaRepliesReceived() uint32
func (*EigrpShowTrafficBd) GetSiaRepliesSent ¶
func (m *EigrpShowTrafficBd) GetSiaRepliesSent() uint32
func (*EigrpShowTrafficBd) GetUpdatesReceived ¶
func (m *EigrpShowTrafficBd) GetUpdatesReceived() uint32
func (*EigrpShowTrafficBd) GetUpdatesSent ¶
func (m *EigrpShowTrafficBd) GetUpdatesSent() uint32
func (*EigrpShowTrafficBd) ProtoMessage ¶
func (*EigrpShowTrafficBd) ProtoMessage()
func (*EigrpShowTrafficBd) Reset ¶
func (m *EigrpShowTrafficBd) Reset()
func (*EigrpShowTrafficBd) String ¶
func (m *EigrpShowTrafficBd) String() string
func (*EigrpShowTrafficBd) XXX_DiscardUnknown ¶
func (m *EigrpShowTrafficBd) XXX_DiscardUnknown()
func (*EigrpShowTrafficBd) XXX_Marshal ¶
func (m *EigrpShowTrafficBd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EigrpShowTrafficBd) XXX_Merge ¶
func (m *EigrpShowTrafficBd) XXX_Merge(src proto.Message)
func (*EigrpShowTrafficBd) XXX_Size ¶
func (m *EigrpShowTrafficBd) XXX_Size() int
func (*EigrpShowTrafficBd) XXX_Unmarshal ¶
func (m *EigrpShowTrafficBd) XXX_Unmarshal(b []byte) error
type EigrpShowTrafficBd_KEYS ¶
type EigrpShowTrafficBd_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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EigrpShowTrafficBd_KEYS) Descriptor ¶
func (*EigrpShowTrafficBd_KEYS) Descriptor() ([]byte, []int)
func (*EigrpShowTrafficBd_KEYS) GetAfName ¶
func (m *EigrpShowTrafficBd_KEYS) GetAfName() string
func (*EigrpShowTrafficBd_KEYS) GetAsn ¶
func (m *EigrpShowTrafficBd_KEYS) GetAsn() uint32
func (*EigrpShowTrafficBd_KEYS) GetProcessId ¶
func (m *EigrpShowTrafficBd_KEYS) GetProcessId() string
func (*EigrpShowTrafficBd_KEYS) GetVrfName ¶
func (m *EigrpShowTrafficBd_KEYS) GetVrfName() string
func (*EigrpShowTrafficBd_KEYS) ProtoMessage ¶
func (*EigrpShowTrafficBd_KEYS) ProtoMessage()
func (*EigrpShowTrafficBd_KEYS) Reset ¶
func (m *EigrpShowTrafficBd_KEYS) Reset()
func (*EigrpShowTrafficBd_KEYS) String ¶
func (m *EigrpShowTrafficBd_KEYS) String() string
func (*EigrpShowTrafficBd_KEYS) XXX_DiscardUnknown ¶
func (m *EigrpShowTrafficBd_KEYS) XXX_DiscardUnknown()
func (*EigrpShowTrafficBd_KEYS) XXX_Marshal ¶
func (m *EigrpShowTrafficBd_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EigrpShowTrafficBd_KEYS) XXX_Merge ¶
func (m *EigrpShowTrafficBd_KEYS) XXX_Merge(src proto.Message)
func (*EigrpShowTrafficBd_KEYS) XXX_Size ¶
func (m *EigrpShowTrafficBd_KEYS) XXX_Size() int
func (*EigrpShowTrafficBd_KEYS) XXX_Unmarshal ¶
func (m *EigrpShowTrafficBd_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.