cisco_ios_xr_ipv4_arp_oper_arp_nodes_node_traffic_interfaces_traffic_interface

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: 0

Documentation

Overview

Cisco-IOS-XR-ipv4-arp-oper:arp/nodes/node/traffic-interfaces/traffic-interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IpArpStatistics

type IpArpStatistics struct {
	RequestsReceived              uint32   `protobuf:"varint,50,opt,name=requests_received,json=requestsReceived,proto3" json:"requests_received,omitempty"`
	RepliesReceived               uint32   `protobuf:"varint,51,opt,name=replies_received,json=repliesReceived,proto3" json:"replies_received,omitempty"`
	RequestsSent                  uint32   `protobuf:"varint,52,opt,name=requests_sent,json=requestsSent,proto3" json:"requests_sent,omitempty"`
	RepliesSent                   uint32   `protobuf:"varint,53,opt,name=replies_sent,json=repliesSent,proto3" json:"replies_sent,omitempty"`
	ProxyRepliesSent              uint32   `protobuf:"varint,54,opt,name=proxy_replies_sent,json=proxyRepliesSent,proto3" json:"proxy_replies_sent,omitempty"`
	SubscrRequestsReceived        uint32   `` /* 131-byte string literal not displayed */
	SubscrRepliesSent             uint32   `protobuf:"varint,56,opt,name=subscr_replies_sent,json=subscrRepliesSent,proto3" json:"subscr_replies_sent,omitempty"`
	SubscrRepliesGratgSent        uint32   `` /* 133-byte string literal not displayed */
	LocalProxyRepliesSent         uint32   `` /* 130-byte string literal not displayed */
	GratuitousRepliesSent         uint32   `` /* 128-byte string literal not displayed */
	ResolutionRequestsReceived    uint32   `` /* 143-byte string literal not displayed */
	ResolutionRepliesReceived     uint32   `` /* 140-byte string literal not displayed */
	ResolutionRequestsDropped     uint32   `` /* 140-byte string literal not displayed */
	OutOfMemoryErrors             uint32   `protobuf:"varint,63,opt,name=out_of_memory_errors,json=outOfMemoryErrors,proto3" json:"out_of_memory_errors,omitempty"`
	NoBufferErrors                uint32   `protobuf:"varint,64,opt,name=no_buffer_errors,json=noBufferErrors,proto3" json:"no_buffer_errors,omitempty"`
	TotalEntries                  uint32   `protobuf:"varint,65,opt,name=total_entries,json=totalEntries,proto3" json:"total_entries,omitempty"`
	DynamicEntries                uint32   `protobuf:"varint,66,opt,name=dynamic_entries,json=dynamicEntries,proto3" json:"dynamic_entries,omitempty"`
	StaticEntries                 uint32   `protobuf:"varint,67,opt,name=static_entries,json=staticEntries,proto3" json:"static_entries,omitempty"`
	AliasEntries                  uint32   `protobuf:"varint,68,opt,name=alias_entries,json=aliasEntries,proto3" json:"alias_entries,omitempty"`
	InterfaceEntries              uint32   `protobuf:"varint,69,opt,name=interface_entries,json=interfaceEntries,proto3" json:"interface_entries,omitempty"`
	StandbyEntries                uint32   `protobuf:"varint,70,opt,name=standby_entries,json=standbyEntries,proto3" json:"standby_entries,omitempty"`
	DhcpEntries                   uint32   `protobuf:"varint,71,opt,name=dhcp_entries,json=dhcpEntries,proto3" json:"dhcp_entries,omitempty"`
	VxlanEntries                  uint32   `protobuf:"varint,72,opt,name=vxlan_entries,json=vxlanEntries,proto3" json:"vxlan_entries,omitempty"`
	DropAdjacencyEntries          uint32   `protobuf:"varint,73,opt,name=drop_adjacency_entries,json=dropAdjacencyEntries,proto3" json:"drop_adjacency_entries,omitempty"`
	IpPacketsDroppedNode          uint32   `` /* 127-byte string literal not displayed */
	ArpPacketNodeOutOfSubnet      uint32   `` /* 143-byte string literal not displayed */
	IpPacketsDroppedInterface     uint32   `` /* 142-byte string literal not displayed */
	ArpPacketInterfaceOutOfSubnet uint32   `` /* 158-byte string literal not displayed */
	ArpPacketUnsolicitedPacket    uint32   `` /* 145-byte string literal not displayed */
	IdbStructures                 uint32   `protobuf:"varint,79,opt,name=idb_structures,json=idbStructures,proto3" json:"idb_structures,omitempty"`
	XXX_NoUnkeyedLiteral          struct{} `json:"-"`
	XXX_unrecognized              []byte   `json:"-"`
	XXX_sizecache                 int32    `json:"-"`
}

func (*IpArpStatistics) Descriptor

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

func (*IpArpStatistics) GetAliasEntries

func (m *IpArpStatistics) GetAliasEntries() uint32

func (*IpArpStatistics) GetArpPacketInterfaceOutOfSubnet

func (m *IpArpStatistics) GetArpPacketInterfaceOutOfSubnet() uint32

func (*IpArpStatistics) GetArpPacketNodeOutOfSubnet

func (m *IpArpStatistics) GetArpPacketNodeOutOfSubnet() uint32

func (*IpArpStatistics) GetArpPacketUnsolicitedPacket

func (m *IpArpStatistics) GetArpPacketUnsolicitedPacket() uint32

func (*IpArpStatistics) GetDhcpEntries

func (m *IpArpStatistics) GetDhcpEntries() uint32

func (*IpArpStatistics) GetDropAdjacencyEntries

func (m *IpArpStatistics) GetDropAdjacencyEntries() uint32

func (*IpArpStatistics) GetDynamicEntries

func (m *IpArpStatistics) GetDynamicEntries() uint32

func (*IpArpStatistics) GetGratuitousRepliesSent

func (m *IpArpStatistics) GetGratuitousRepliesSent() uint32

func (*IpArpStatistics) GetIdbStructures

func (m *IpArpStatistics) GetIdbStructures() uint32

func (*IpArpStatistics) GetInterfaceEntries

func (m *IpArpStatistics) GetInterfaceEntries() uint32

func (*IpArpStatistics) GetIpPacketsDroppedInterface

func (m *IpArpStatistics) GetIpPacketsDroppedInterface() uint32

func (*IpArpStatistics) GetIpPacketsDroppedNode

func (m *IpArpStatistics) GetIpPacketsDroppedNode() uint32

func (*IpArpStatistics) GetLocalProxyRepliesSent

func (m *IpArpStatistics) GetLocalProxyRepliesSent() uint32

func (*IpArpStatistics) GetNoBufferErrors

func (m *IpArpStatistics) GetNoBufferErrors() uint32

func (*IpArpStatistics) GetOutOfMemoryErrors

func (m *IpArpStatistics) GetOutOfMemoryErrors() uint32

func (*IpArpStatistics) GetProxyRepliesSent

func (m *IpArpStatistics) GetProxyRepliesSent() uint32

func (*IpArpStatistics) GetRepliesReceived

func (m *IpArpStatistics) GetRepliesReceived() uint32

func (*IpArpStatistics) GetRepliesSent

func (m *IpArpStatistics) GetRepliesSent() uint32

func (*IpArpStatistics) GetRequestsReceived

func (m *IpArpStatistics) GetRequestsReceived() uint32

func (*IpArpStatistics) GetRequestsSent

func (m *IpArpStatistics) GetRequestsSent() uint32

func (*IpArpStatistics) GetResolutionRepliesReceived

func (m *IpArpStatistics) GetResolutionRepliesReceived() uint32

func (*IpArpStatistics) GetResolutionRequestsDropped

func (m *IpArpStatistics) GetResolutionRequestsDropped() uint32

func (*IpArpStatistics) GetResolutionRequestsReceived

func (m *IpArpStatistics) GetResolutionRequestsReceived() uint32

func (*IpArpStatistics) GetStandbyEntries

func (m *IpArpStatistics) GetStandbyEntries() uint32

func (*IpArpStatistics) GetStaticEntries

func (m *IpArpStatistics) GetStaticEntries() uint32

func (*IpArpStatistics) GetSubscrRepliesGratgSent

func (m *IpArpStatistics) GetSubscrRepliesGratgSent() uint32

func (*IpArpStatistics) GetSubscrRepliesSent

func (m *IpArpStatistics) GetSubscrRepliesSent() uint32

func (*IpArpStatistics) GetSubscrRequestsReceived

func (m *IpArpStatistics) GetSubscrRequestsReceived() uint32

func (*IpArpStatistics) GetTotalEntries

func (m *IpArpStatistics) GetTotalEntries() uint32

func (*IpArpStatistics) GetVxlanEntries

func (m *IpArpStatistics) GetVxlanEntries() uint32

func (*IpArpStatistics) ProtoMessage

func (*IpArpStatistics) ProtoMessage()

func (*IpArpStatistics) Reset

func (m *IpArpStatistics) Reset()

func (*IpArpStatistics) String

func (m *IpArpStatistics) String() string

func (*IpArpStatistics) XXX_DiscardUnknown

func (m *IpArpStatistics) XXX_DiscardUnknown()

func (*IpArpStatistics) XXX_Marshal

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

func (*IpArpStatistics) XXX_Merge

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

func (*IpArpStatistics) XXX_Size

func (m *IpArpStatistics) XXX_Size() int

func (*IpArpStatistics) XXX_Unmarshal

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

type IpArpStatistics_KEYS

type IpArpStatistics_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	InterfaceName        string   `protobuf:"bytes,2,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IpArpStatistics_KEYS) Descriptor

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

func (*IpArpStatistics_KEYS) GetInterfaceName

func (m *IpArpStatistics_KEYS) GetInterfaceName() string

func (*IpArpStatistics_KEYS) GetNodeName

func (m *IpArpStatistics_KEYS) GetNodeName() string

func (*IpArpStatistics_KEYS) ProtoMessage

func (*IpArpStatistics_KEYS) ProtoMessage()

func (*IpArpStatistics_KEYS) Reset

func (m *IpArpStatistics_KEYS) Reset()

func (*IpArpStatistics_KEYS) String

func (m *IpArpStatistics_KEYS) String() string

func (*IpArpStatistics_KEYS) XXX_DiscardUnknown

func (m *IpArpStatistics_KEYS) XXX_DiscardUnknown()

func (*IpArpStatistics_KEYS) XXX_Marshal

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

func (*IpArpStatistics_KEYS) XXX_Merge

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

func (*IpArpStatistics_KEYS) XXX_Size

func (m *IpArpStatistics_KEYS) XXX_Size() int

func (*IpArpStatistics_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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