cisco_ios_xr_ipv4_arp_oper_arp_nodes_node_traffic_node

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-arp-oper:arp/nodes/node/traffic-node

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IpArpStatistics

type IpArpStatistics struct {
	// Total ARP requests received
	RequestsReceived uint32 `protobuf:"varint,50,opt,name=requests_received,json=requestsReceived,proto3" json:"requests_received,omitempty"`
	// Total ARP replies received
	RepliesReceived uint32 `protobuf:"varint,51,opt,name=replies_received,json=repliesReceived,proto3" json:"replies_received,omitempty"`
	// Total ARP requests sent
	RequestsSent uint32 `protobuf:"varint,52,opt,name=requests_sent,json=requestsSent,proto3" json:"requests_sent,omitempty"`
	// Total ARP replies sent
	RepliesSent uint32 `protobuf:"varint,53,opt,name=replies_sent,json=repliesSent,proto3" json:"replies_sent,omitempty"`
	// Total Proxy ARP replies sent
	ProxyRepliesSent uint32 `protobuf:"varint,54,opt,name=proxy_replies_sent,json=proxyRepliesSent,proto3" json:"proxy_replies_sent,omitempty"`
	// Total ARP requests received over subscriber interface
	SubscrRequestsReceived uint32 `` /* 131-byte string literal not displayed */
	// Total ARP replies sent over subscriber interface
	SubscrRepliesSent uint32 `protobuf:"varint,56,opt,name=subscr_replies_sent,json=subscrRepliesSent,proto3" json:"subscr_replies_sent,omitempty"`
	// Total ARP grat replies sent over subscriber interface
	SubscrRepliesGratgSent uint32 `` /* 133-byte string literal not displayed */
	// Total Local Proxy ARP replies sent
	LocalProxyRepliesSent uint32 `` /* 130-byte string literal not displayed */
	// Total Gratuituous ARP replies sent
	GratuitousRepliesSent uint32 `` /* 128-byte string literal not displayed */
	// Total ARP resolution requests received
	ResolutionRequestsReceived uint32 `` /* 143-byte string literal not displayed */
	// Total ARP resolution replies received
	ResolutionRepliesReceived uint32 `` /* 140-byte string literal not displayed */
	// total ARP resolution requests dropped
	ResolutionRequestsDropped uint32 `` /* 140-byte string literal not displayed */
	// Total errors for out of memory
	OutOfMemoryErrors uint32 `protobuf:"varint,63,opt,name=out_of_memory_errors,json=outOfMemoryErrors,proto3" json:"out_of_memory_errors,omitempty"`
	// Total errors for no buffer
	NoBufferErrors uint32 `protobuf:"varint,64,opt,name=no_buffer_errors,json=noBufferErrors,proto3" json:"no_buffer_errors,omitempty"`
	// Total ARP entries in the cache
	TotalEntries uint32 `protobuf:"varint,65,opt,name=total_entries,json=totalEntries,proto3" json:"total_entries,omitempty"`
	// Total dynamic entries in the cache
	DynamicEntries uint32 `protobuf:"varint,66,opt,name=dynamic_entries,json=dynamicEntries,proto3" json:"dynamic_entries,omitempty"`
	// Total static entries in the cache
	StaticEntries uint32 `protobuf:"varint,67,opt,name=static_entries,json=staticEntries,proto3" json:"static_entries,omitempty"`
	// Total alias entries in the cache
	AliasEntries uint32 `protobuf:"varint,68,opt,name=alias_entries,json=aliasEntries,proto3" json:"alias_entries,omitempty"`
	// Total interface entries in the cache
	InterfaceEntries uint32 `protobuf:"varint,69,opt,name=interface_entries,json=interfaceEntries,proto3" json:"interface_entries,omitempty"`
	// Total standby entries in the cache
	StandbyEntries uint32 `protobuf:"varint,70,opt,name=standby_entries,json=standbyEntries,proto3" json:"standby_entries,omitempty"`
	// Total DHCP entries in the cache
	DhcpEntries uint32 `protobuf:"varint,71,opt,name=dhcp_entries,json=dhcpEntries,proto3" json:"dhcp_entries,omitempty"`
	// Total VXLAN entries in the cache
	VxlanEntries uint32 `protobuf:"varint,72,opt,name=vxlan_entries,json=vxlanEntries,proto3" json:"vxlan_entries,omitempty"`
	// Total ip packets droped on this node
	IpPacketsDroppedNode uint32 `` /* 127-byte string literal not displayed */
	// Total ARP packets on node due to out of subnet
	ArpPacketNodeOutOfSubnet uint32 `` /* 143-byte string literal not displayed */
	// Total ip packets droped on this interface
	IpPacketsDroppedInterface uint32 `` /* 142-byte string literal not displayed */
	// Total arp packets on interface due to out of subnet
	ArpPacketInterfaceOutOfSubnet uint32 `` /* 158-byte string literal not displayed */
	// Total idb structures on this node
	IdbStructures        uint32   `protobuf:"varint,77,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) GetDhcpEntries

func (m *IpArpStatistics) GetDhcpEntries() 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 (dst *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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

IP ARP Statistics information

func (*IpArpStatistics_KEYS) Descriptor

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

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 (dst *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