cisco_ios_xr_ipv4_io_oper_ipv4_network_nodes_node_statistics_traffic

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-io-oper:ipv4-network/nodes/node/statistics/traffic

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IpTraffic

type IpTraffic struct {
	// IPv4 Network Stats
	Ipv4Stats *Ipv4IoTraffic `protobuf:"bytes,50,opt,name=ipv4_stats,json=ipv4Stats,proto3" json:"ipv4_stats,omitempty"`
	// ICMP Stats
	IcmpStats            *Ipv4IoIcmpTraffic `protobuf:"bytes,51,opt,name=icmp_stats,json=icmpStats,proto3" json:"icmp_stats,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*IpTraffic) Descriptor

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

func (*IpTraffic) GetIcmpStats

func (m *IpTraffic) GetIcmpStats() *Ipv4IoIcmpTraffic

func (*IpTraffic) GetIpv4Stats

func (m *IpTraffic) GetIpv4Stats() *Ipv4IoTraffic

func (*IpTraffic) ProtoMessage

func (*IpTraffic) ProtoMessage()

func (*IpTraffic) Reset

func (m *IpTraffic) Reset()

func (*IpTraffic) String

func (m *IpTraffic) String() string

func (*IpTraffic) XXX_DiscardUnknown

func (m *IpTraffic) XXX_DiscardUnknown()

func (*IpTraffic) XXX_Marshal

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

func (*IpTraffic) XXX_Merge

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

func (*IpTraffic) XXX_Size

func (m *IpTraffic) XXX_Size() int

func (*IpTraffic) XXX_Unmarshal

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

type IpTraffic_KEYS

type IpTraffic_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 and ICMP Traffic Information

func (*IpTraffic_KEYS) Descriptor

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

func (*IpTraffic_KEYS) GetNodeName

func (m *IpTraffic_KEYS) GetNodeName() string

func (*IpTraffic_KEYS) ProtoMessage

func (*IpTraffic_KEYS) ProtoMessage()

func (*IpTraffic_KEYS) Reset

func (m *IpTraffic_KEYS) Reset()

func (*IpTraffic_KEYS) String

func (m *IpTraffic_KEYS) String() string

func (*IpTraffic_KEYS) XXX_DiscardUnknown

func (m *IpTraffic_KEYS) XXX_DiscardUnknown()

func (*IpTraffic_KEYS) XXX_Marshal

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

func (*IpTraffic_KEYS) XXX_Merge

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

func (*IpTraffic_KEYS) XXX_Size

func (m *IpTraffic_KEYS) XXX_Size() int

func (*IpTraffic_KEYS) XXX_Unmarshal

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

type Ipv4IoIcmpTraffic

type Ipv4IoIcmpTraffic struct {
	// ICMP Received
	Received uint32 `protobuf:"varint,1,opt,name=received,proto3" json:"received,omitempty"`
	// ICMP Checksum Errors
	ChecksumError uint32 `protobuf:"varint,2,opt,name=checksum_error,json=checksumError,proto3" json:"checksum_error,omitempty"`
	// ICMP Unknown
	Unknown uint32 `protobuf:"varint,3,opt,name=unknown,proto3" json:"unknown,omitempty"`
	// ICMP Transmitted
	Output uint32 `protobuf:"varint,4,opt,name=output,proto3" json:"output,omitempty"`
	// ICMP Admin Unreachable Sent
	AdminUnreachableSent uint32 `protobuf:"varint,5,opt,name=admin_unreachable_sent,json=adminUnreachableSent,proto3" json:"admin_unreachable_sent,omitempty"`
	// ICMP Network Unreachable Sent
	NetworkUnreachableSent uint32 `` /* 130-byte string literal not displayed */
	// ICMP Host Unreachable Sent
	HostUnreachableSent uint32 `protobuf:"varint,7,opt,name=host_unreachable_sent,json=hostUnreachableSent,proto3" json:"host_unreachable_sent,omitempty"`
	// ICMP Protocol Unreachable Sent
	ProtocolUnreachableSent uint32 `` /* 133-byte string literal not displayed */
	// ICMP Port Unreachable Sent
	PortUnreachableSent uint32 `protobuf:"varint,9,opt,name=port_unreachable_sent,json=portUnreachableSent,proto3" json:"port_unreachable_sent,omitempty"`
	// ICMP Fragment Unreachable Sent
	FragmentUnreachableSent uint32 `` /* 134-byte string literal not displayed */
	// ICMP Admin Unreachable Received
	AdminUnreachableReceived uint32 `` /* 137-byte string literal not displayed */
	// ICMP Network Unreachable Received
	NetworkUnreachableReceived uint32 `` /* 143-byte string literal not displayed */
	// ICMP Host Unreachable Received
	HostUnreachableReceived uint32 `` /* 134-byte string literal not displayed */
	// ICMP Protocol Unreachable Received
	ProtocolUnreachableReceived uint32 `` /* 146-byte string literal not displayed */
	// ICMP Port Unreachable Received
	PortUnreachableReceived uint32 `` /* 134-byte string literal not displayed */
	// ICMP Fragment Unreachable Received
	FragmentUnreachableReceived uint32 `` /* 146-byte string literal not displayed */
	// ICMP Hopcount Sent
	HopcountSent uint32 `protobuf:"varint,17,opt,name=hopcount_sent,json=hopcountSent,proto3" json:"hopcount_sent,omitempty"`
	// ICMP Reassembly Sent
	ReassemblySent uint32 `protobuf:"varint,18,opt,name=reassembly_sent,json=reassemblySent,proto3" json:"reassembly_sent,omitempty"`
	// ICMP Hopcount Received
	HopcountReceived uint32 `protobuf:"varint,19,opt,name=hopcount_received,json=hopcountReceived,proto3" json:"hopcount_received,omitempty"`
	// ICMP Reassembly Received
	ReasseblyReceived uint32 `protobuf:"varint,20,opt,name=reassebly_received,json=reasseblyReceived,proto3" json:"reassebly_received,omitempty"`
	// ICMP Parameter Error Received
	ParamErrorReceived uint32 `protobuf:"varint,21,opt,name=param_error_received,json=paramErrorReceived,proto3" json:"param_error_received,omitempty"`
	// ICMP Parameter Error Sent
	ParamErrorSend uint32 `protobuf:"varint,22,opt,name=param_error_send,json=paramErrorSend,proto3" json:"param_error_send,omitempty"`
	// ICMP Echo Request Sent
	EchoRequestSent uint32 `protobuf:"varint,23,opt,name=echo_request_sent,json=echoRequestSent,proto3" json:"echo_request_sent,omitempty"`
	// ICMP Echo Request Sent
	EchoRequestReceived uint32 `protobuf:"varint,24,opt,name=echo_request_received,json=echoRequestReceived,proto3" json:"echo_request_received,omitempty"`
	// ICMP Echo Reply Sent
	EchoReplySent uint32 `protobuf:"varint,25,opt,name=echo_reply_sent,json=echoReplySent,proto3" json:"echo_reply_sent,omitempty"`
	// ICMP Echo Reply Received
	EchoReplyReceived uint32 `protobuf:"varint,26,opt,name=echo_reply_received,json=echoReplyReceived,proto3" json:"echo_reply_received,omitempty"`
	// ICMP Mask Sent
	MaskRequestSent uint32 `protobuf:"varint,27,opt,name=mask_request_sent,json=maskRequestSent,proto3" json:"mask_request_sent,omitempty"`
	// ICMP Mask Received
	MaskRequestReceived uint32 `protobuf:"varint,28,opt,name=mask_request_received,json=maskRequestReceived,proto3" json:"mask_request_received,omitempty"`
	// ICMP Mask Sent
	MaskReplySent uint32 `protobuf:"varint,29,opt,name=mask_reply_sent,json=maskReplySent,proto3" json:"mask_reply_sent,omitempty"`
	// ICMP Mask Received
	MaskReplyReceived uint32 `protobuf:"varint,30,opt,name=mask_reply_received,json=maskReplyReceived,proto3" json:"mask_reply_received,omitempty"`
	// ICMP Source Quench
	SourceQuenchReceived uint32 `protobuf:"varint,31,opt,name=source_quench_received,json=sourceQuenchReceived,proto3" json:"source_quench_received,omitempty"`
	// ICMP Redirect Received
	RedirectReceived uint32 `protobuf:"varint,32,opt,name=redirect_received,json=redirectReceived,proto3" json:"redirect_received,omitempty"`
	// ICMP Redirect Sent
	RedirectSend uint32 `protobuf:"varint,33,opt,name=redirect_send,json=redirectSend,proto3" json:"redirect_send,omitempty"`
	// ICMP Timestamp Received
	TimestampReceived uint32 `protobuf:"varint,34,opt,name=timestamp_received,json=timestampReceived,proto3" json:"timestamp_received,omitempty"`
	// ICMP Timestamp Reply Received
	TimestampReplyReceived uint32 `` /* 131-byte string literal not displayed */
	// ICMP Router Advertisement Received
	RouterAdvertReceived uint32 `protobuf:"varint,36,opt,name=router_advert_received,json=routerAdvertReceived,proto3" json:"router_advert_received,omitempty"`
	// ICMP Router Solicited Received
	RouterSolicitReceived uint32   `` /* 128-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

ICMP Traffic Information

func (*Ipv4IoIcmpTraffic) Descriptor

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

func (*Ipv4IoIcmpTraffic) GetAdminUnreachableReceived

func (m *Ipv4IoIcmpTraffic) GetAdminUnreachableReceived() uint32

func (*Ipv4IoIcmpTraffic) GetAdminUnreachableSent

func (m *Ipv4IoIcmpTraffic) GetAdminUnreachableSent() uint32

func (*Ipv4IoIcmpTraffic) GetChecksumError

func (m *Ipv4IoIcmpTraffic) GetChecksumError() uint32

func (*Ipv4IoIcmpTraffic) GetEchoReplyReceived

func (m *Ipv4IoIcmpTraffic) GetEchoReplyReceived() uint32

func (*Ipv4IoIcmpTraffic) GetEchoReplySent

func (m *Ipv4IoIcmpTraffic) GetEchoReplySent() uint32

func (*Ipv4IoIcmpTraffic) GetEchoRequestReceived

func (m *Ipv4IoIcmpTraffic) GetEchoRequestReceived() uint32

func (*Ipv4IoIcmpTraffic) GetEchoRequestSent

func (m *Ipv4IoIcmpTraffic) GetEchoRequestSent() uint32

func (*Ipv4IoIcmpTraffic) GetFragmentUnreachableReceived

func (m *Ipv4IoIcmpTraffic) GetFragmentUnreachableReceived() uint32

func (*Ipv4IoIcmpTraffic) GetFragmentUnreachableSent

func (m *Ipv4IoIcmpTraffic) GetFragmentUnreachableSent() uint32

func (*Ipv4IoIcmpTraffic) GetHopcountReceived

func (m *Ipv4IoIcmpTraffic) GetHopcountReceived() uint32

func (*Ipv4IoIcmpTraffic) GetHopcountSent

func (m *Ipv4IoIcmpTraffic) GetHopcountSent() uint32

func (*Ipv4IoIcmpTraffic) GetHostUnreachableReceived

func (m *Ipv4IoIcmpTraffic) GetHostUnreachableReceived() uint32

func (*Ipv4IoIcmpTraffic) GetHostUnreachableSent

func (m *Ipv4IoIcmpTraffic) GetHostUnreachableSent() uint32

func (*Ipv4IoIcmpTraffic) GetMaskReplyReceived

func (m *Ipv4IoIcmpTraffic) GetMaskReplyReceived() uint32

func (*Ipv4IoIcmpTraffic) GetMaskReplySent

func (m *Ipv4IoIcmpTraffic) GetMaskReplySent() uint32

func (*Ipv4IoIcmpTraffic) GetMaskRequestReceived

func (m *Ipv4IoIcmpTraffic) GetMaskRequestReceived() uint32

func (*Ipv4IoIcmpTraffic) GetMaskRequestSent

func (m *Ipv4IoIcmpTraffic) GetMaskRequestSent() uint32

func (*Ipv4IoIcmpTraffic) GetNetworkUnreachableReceived

func (m *Ipv4IoIcmpTraffic) GetNetworkUnreachableReceived() uint32

func (*Ipv4IoIcmpTraffic) GetNetworkUnreachableSent

func (m *Ipv4IoIcmpTraffic) GetNetworkUnreachableSent() uint32

func (*Ipv4IoIcmpTraffic) GetOutput

func (m *Ipv4IoIcmpTraffic) GetOutput() uint32

func (*Ipv4IoIcmpTraffic) GetParamErrorReceived

func (m *Ipv4IoIcmpTraffic) GetParamErrorReceived() uint32

func (*Ipv4IoIcmpTraffic) GetParamErrorSend

func (m *Ipv4IoIcmpTraffic) GetParamErrorSend() uint32

func (*Ipv4IoIcmpTraffic) GetPortUnreachableReceived

func (m *Ipv4IoIcmpTraffic) GetPortUnreachableReceived() uint32

func (*Ipv4IoIcmpTraffic) GetPortUnreachableSent

func (m *Ipv4IoIcmpTraffic) GetPortUnreachableSent() uint32

func (*Ipv4IoIcmpTraffic) GetProtocolUnreachableReceived

func (m *Ipv4IoIcmpTraffic) GetProtocolUnreachableReceived() uint32

func (*Ipv4IoIcmpTraffic) GetProtocolUnreachableSent

func (m *Ipv4IoIcmpTraffic) GetProtocolUnreachableSent() uint32

func (*Ipv4IoIcmpTraffic) GetReasseblyReceived

func (m *Ipv4IoIcmpTraffic) GetReasseblyReceived() uint32

func (*Ipv4IoIcmpTraffic) GetReassemblySent

func (m *Ipv4IoIcmpTraffic) GetReassemblySent() uint32

func (*Ipv4IoIcmpTraffic) GetReceived

func (m *Ipv4IoIcmpTraffic) GetReceived() uint32

func (*Ipv4IoIcmpTraffic) GetRedirectReceived

func (m *Ipv4IoIcmpTraffic) GetRedirectReceived() uint32

func (*Ipv4IoIcmpTraffic) GetRedirectSend

func (m *Ipv4IoIcmpTraffic) GetRedirectSend() uint32

func (*Ipv4IoIcmpTraffic) GetRouterAdvertReceived

func (m *Ipv4IoIcmpTraffic) GetRouterAdvertReceived() uint32

func (*Ipv4IoIcmpTraffic) GetRouterSolicitReceived

func (m *Ipv4IoIcmpTraffic) GetRouterSolicitReceived() uint32

func (*Ipv4IoIcmpTraffic) GetSourceQuenchReceived

func (m *Ipv4IoIcmpTraffic) GetSourceQuenchReceived() uint32

func (*Ipv4IoIcmpTraffic) GetTimestampReceived

func (m *Ipv4IoIcmpTraffic) GetTimestampReceived() uint32

func (*Ipv4IoIcmpTraffic) GetTimestampReplyReceived

func (m *Ipv4IoIcmpTraffic) GetTimestampReplyReceived() uint32

func (*Ipv4IoIcmpTraffic) GetUnknown

func (m *Ipv4IoIcmpTraffic) GetUnknown() uint32

func (*Ipv4IoIcmpTraffic) ProtoMessage

func (*Ipv4IoIcmpTraffic) ProtoMessage()

func (*Ipv4IoIcmpTraffic) Reset

func (m *Ipv4IoIcmpTraffic) Reset()

func (*Ipv4IoIcmpTraffic) String

func (m *Ipv4IoIcmpTraffic) String() string

func (*Ipv4IoIcmpTraffic) XXX_DiscardUnknown

func (m *Ipv4IoIcmpTraffic) XXX_DiscardUnknown()

func (*Ipv4IoIcmpTraffic) XXX_Marshal

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

func (*Ipv4IoIcmpTraffic) XXX_Merge

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

func (*Ipv4IoIcmpTraffic) XXX_Size

func (m *Ipv4IoIcmpTraffic) XXX_Size() int

func (*Ipv4IoIcmpTraffic) XXX_Unmarshal

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

type Ipv4IoTraffic

type Ipv4IoTraffic struct {
	// Input Packets
	InputPackets uint32 `protobuf:"varint,1,opt,name=input_packets,json=inputPackets,proto3" json:"input_packets,omitempty"`
	// Received Packets
	ReceivedPackets uint32 `protobuf:"varint,2,opt,name=received_packets,json=receivedPackets,proto3" json:"received_packets,omitempty"`
	// Format Errors
	FormatErrors uint32 `protobuf:"varint,3,opt,name=format_errors,json=formatErrors,proto3" json:"format_errors,omitempty"`
	// Bad Hop Count
	BadHopCount uint32 `protobuf:"varint,4,opt,name=bad_hop_count,json=badHopCount,proto3" json:"bad_hop_count,omitempty"`
	// Bad Source Address
	BadSourceAddress uint32 `protobuf:"varint,5,opt,name=bad_source_address,json=badSourceAddress,proto3" json:"bad_source_address,omitempty"`
	// Bad Header
	BadHeader uint32 `protobuf:"varint,6,opt,name=bad_header,json=badHeader,proto3" json:"bad_header,omitempty"`
	// No Protocol
	NoProtocol uint32 `protobuf:"varint,7,opt,name=no_protocol,json=noProtocol,proto3" json:"no_protocol,omitempty"`
	// No Gateway
	NoGateway uint32 `protobuf:"varint,8,opt,name=no_gateway,json=noGateway,proto3" json:"no_gateway,omitempty"`
	// RaInput
	ReassembleInput uint32 `protobuf:"varint,9,opt,name=reassemble_input,json=reassembleInput,proto3" json:"reassemble_input,omitempty"`
	// Reassembled
	Reassembled uint32 `protobuf:"varint,10,opt,name=reassembled,proto3" json:"reassembled,omitempty"`
	// Reassembly Timeout
	ReassembleTimeout uint32 `protobuf:"varint,11,opt,name=reassemble_timeout,json=reassembleTimeout,proto3" json:"reassemble_timeout,omitempty"`
	// Reassembly Max Drop
	ReassembleMaxDrop uint32 `protobuf:"varint,12,opt,name=reassemble_max_drop,json=reassembleMaxDrop,proto3" json:"reassemble_max_drop,omitempty"`
	// Reassembly Failed
	ReassembleFailed uint32 `protobuf:"varint,13,opt,name=reassemble_failed,json=reassembleFailed,proto3" json:"reassemble_failed,omitempty"`
	// IP Options Present
	OptionsPresent uint32 `protobuf:"varint,14,opt,name=options_present,json=optionsPresent,proto3" json:"options_present,omitempty"`
	// Bad Option
	BadOption uint32 `protobuf:"varint,15,opt,name=bad_option,json=badOption,proto3" json:"bad_option,omitempty"`
	// Unknown Option
	UnknownOption uint32 `protobuf:"varint,16,opt,name=unknown_option,json=unknownOption,proto3" json:"unknown_option,omitempty"`
	// Bad Security Option
	BadSecurityOption uint32 `protobuf:"varint,17,opt,name=bad_security_option,json=badSecurityOption,proto3" json:"bad_security_option,omitempty"`
	// Basic Security Option
	BasicSecurityOption uint32 `protobuf:"varint,18,opt,name=basic_security_option,json=basicSecurityOption,proto3" json:"basic_security_option,omitempty"`
	// Extended Security Option
	ExtendedSecurityOption uint32 `` /* 131-byte string literal not displayed */
	// Cipso Option
	CipsoOption uint32 `protobuf:"varint,20,opt,name=cipso_option,json=cipsoOption,proto3" json:"cipso_option,omitempty"`
	// Strict Source Route Option
	StrictSourceRouteOption uint32 `` /* 136-byte string literal not displayed */
	// Loose Source Route Option
	LooseSourceRouteOption uint32 `` /* 133-byte string literal not displayed */
	// Record Route Option
	RecordRouteOption uint32 `protobuf:"varint,23,opt,name=record_route_option,json=recordRouteOption,proto3" json:"record_route_option,omitempty"`
	// SID Option
	SidOption uint32 `protobuf:"varint,24,opt,name=sid_option,json=sidOption,proto3" json:"sid_option,omitempty"`
	// Timestamp Option
	TimestampOption uint32 `protobuf:"varint,25,opt,name=timestamp_option,json=timestampOption,proto3" json:"timestamp_option,omitempty"`
	// Router Alert Option
	RouterAlertOption uint32 `protobuf:"varint,26,opt,name=router_alert_option,json=routerAlertOption,proto3" json:"router_alert_option,omitempty"`
	// Noop Option
	NoopOption uint32 `protobuf:"varint,27,opt,name=noop_option,json=noopOption,proto3" json:"noop_option,omitempty"`
	// End Option
	EndOption uint32 `protobuf:"varint,28,opt,name=end_option,json=endOption,proto3" json:"end_option,omitempty"`
	// Packets Output
	PacketsOutput uint32 `protobuf:"varint,29,opt,name=packets_output,json=packetsOutput,proto3" json:"packets_output,omitempty"`
	// Packets Forwarded
	PacketsForwarded uint32 `protobuf:"varint,30,opt,name=packets_forwarded,json=packetsForwarded,proto3" json:"packets_forwarded,omitempty"`
	// Packets Fragmented
	PacketsFragmented uint32 `protobuf:"varint,31,opt,name=packets_fragmented,json=packetsFragmented,proto3" json:"packets_fragmented,omitempty"`
	// Fragment Count
	FragmentCount uint32 `protobuf:"varint,32,opt,name=fragment_count,json=fragmentCount,proto3" json:"fragment_count,omitempty"`
	// Encapsulation Failed
	EncapsulationFailed uint32 `protobuf:"varint,33,opt,name=encapsulation_failed,json=encapsulationFailed,proto3" json:"encapsulation_failed,omitempty"`
	// No Router
	NoRouter uint32 `protobuf:"varint,34,opt,name=no_router,json=noRouter,proto3" json:"no_router,omitempty"`
	// Packet Too Big
	PacketTooBig uint32 `protobuf:"varint,35,opt,name=packet_too_big,json=packetTooBig,proto3" json:"packet_too_big,omitempty"`
	// Multicast In
	MulticastIn uint32 `protobuf:"varint,36,opt,name=multicast_in,json=multicastIn,proto3" json:"multicast_in,omitempty"`
	// Multicast Out
	MulticastOut uint32 `protobuf:"varint,37,opt,name=multicast_out,json=multicastOut,proto3" json:"multicast_out,omitempty"`
	// Broadcast In
	BroadcastIn uint32 `protobuf:"varint,38,opt,name=broadcast_in,json=broadcastIn,proto3" json:"broadcast_in,omitempty"`
	// Broadcast Out
	BroadcastOut uint32 `protobuf:"varint,39,opt,name=broadcast_out,json=broadcastOut,proto3" json:"broadcast_out,omitempty"`
	// Lisp IPv4 encapped packets
	LispV4Encap uint32 `protobuf:"varint,40,opt,name=lisp_v4_encap,json=lispV4Encap,proto3" json:"lisp_v4_encap,omitempty"`
	// Lisp IPv4 decapped packets
	LispV4Decap uint32 `protobuf:"varint,41,opt,name=lisp_v4_decap,json=lispV4Decap,proto3" json:"lisp_v4_decap,omitempty"`
	// Lisp IPv6 encapped packets
	LispV6Encap uint32 `protobuf:"varint,42,opt,name=lisp_v6_encap,json=lispV6Encap,proto3" json:"lisp_v6_encap,omitempty"`
	// Lisp IPv6 decapped packets
	LispV6Decap uint32 `protobuf:"varint,43,opt,name=lisp_v6_decap,json=lispV6Decap,proto3" json:"lisp_v6_decap,omitempty"`
	// Lisp encap errors
	LispEncapError uint32 `protobuf:"varint,44,opt,name=lisp_encap_error,json=lispEncapError,proto3" json:"lisp_encap_error,omitempty"`
	// Lisp decap errors
	LispDecapError       uint32   `protobuf:"varint,45,opt,name=lisp_decap_error,json=lispDecapError,proto3" json:"lisp_decap_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

IP Traffic Information

func (*Ipv4IoTraffic) Descriptor

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

func (*Ipv4IoTraffic) GetBadHeader

func (m *Ipv4IoTraffic) GetBadHeader() uint32

func (*Ipv4IoTraffic) GetBadHopCount

func (m *Ipv4IoTraffic) GetBadHopCount() uint32

func (*Ipv4IoTraffic) GetBadOption

func (m *Ipv4IoTraffic) GetBadOption() uint32

func (*Ipv4IoTraffic) GetBadSecurityOption

func (m *Ipv4IoTraffic) GetBadSecurityOption() uint32

func (*Ipv4IoTraffic) GetBadSourceAddress

func (m *Ipv4IoTraffic) GetBadSourceAddress() uint32

func (*Ipv4IoTraffic) GetBasicSecurityOption

func (m *Ipv4IoTraffic) GetBasicSecurityOption() uint32

func (*Ipv4IoTraffic) GetBroadcastIn

func (m *Ipv4IoTraffic) GetBroadcastIn() uint32

func (*Ipv4IoTraffic) GetBroadcastOut

func (m *Ipv4IoTraffic) GetBroadcastOut() uint32

func (*Ipv4IoTraffic) GetCipsoOption

func (m *Ipv4IoTraffic) GetCipsoOption() uint32

func (*Ipv4IoTraffic) GetEncapsulationFailed

func (m *Ipv4IoTraffic) GetEncapsulationFailed() uint32

func (*Ipv4IoTraffic) GetEndOption

func (m *Ipv4IoTraffic) GetEndOption() uint32

func (*Ipv4IoTraffic) GetExtendedSecurityOption

func (m *Ipv4IoTraffic) GetExtendedSecurityOption() uint32

func (*Ipv4IoTraffic) GetFormatErrors

func (m *Ipv4IoTraffic) GetFormatErrors() uint32

func (*Ipv4IoTraffic) GetFragmentCount

func (m *Ipv4IoTraffic) GetFragmentCount() uint32

func (*Ipv4IoTraffic) GetInputPackets

func (m *Ipv4IoTraffic) GetInputPackets() uint32

func (*Ipv4IoTraffic) GetLispDecapError

func (m *Ipv4IoTraffic) GetLispDecapError() uint32

func (*Ipv4IoTraffic) GetLispEncapError

func (m *Ipv4IoTraffic) GetLispEncapError() uint32

func (*Ipv4IoTraffic) GetLispV4Decap

func (m *Ipv4IoTraffic) GetLispV4Decap() uint32

func (*Ipv4IoTraffic) GetLispV4Encap

func (m *Ipv4IoTraffic) GetLispV4Encap() uint32

func (*Ipv4IoTraffic) GetLispV6Decap

func (m *Ipv4IoTraffic) GetLispV6Decap() uint32

func (*Ipv4IoTraffic) GetLispV6Encap

func (m *Ipv4IoTraffic) GetLispV6Encap() uint32

func (*Ipv4IoTraffic) GetLooseSourceRouteOption

func (m *Ipv4IoTraffic) GetLooseSourceRouteOption() uint32

func (*Ipv4IoTraffic) GetMulticastIn

func (m *Ipv4IoTraffic) GetMulticastIn() uint32

func (*Ipv4IoTraffic) GetMulticastOut

func (m *Ipv4IoTraffic) GetMulticastOut() uint32

func (*Ipv4IoTraffic) GetNoGateway

func (m *Ipv4IoTraffic) GetNoGateway() uint32

func (*Ipv4IoTraffic) GetNoProtocol

func (m *Ipv4IoTraffic) GetNoProtocol() uint32

func (*Ipv4IoTraffic) GetNoRouter

func (m *Ipv4IoTraffic) GetNoRouter() uint32

func (*Ipv4IoTraffic) GetNoopOption

func (m *Ipv4IoTraffic) GetNoopOption() uint32

func (*Ipv4IoTraffic) GetOptionsPresent

func (m *Ipv4IoTraffic) GetOptionsPresent() uint32

func (*Ipv4IoTraffic) GetPacketTooBig

func (m *Ipv4IoTraffic) GetPacketTooBig() uint32

func (*Ipv4IoTraffic) GetPacketsForwarded

func (m *Ipv4IoTraffic) GetPacketsForwarded() uint32

func (*Ipv4IoTraffic) GetPacketsFragmented

func (m *Ipv4IoTraffic) GetPacketsFragmented() uint32

func (*Ipv4IoTraffic) GetPacketsOutput

func (m *Ipv4IoTraffic) GetPacketsOutput() uint32

func (*Ipv4IoTraffic) GetReassembleFailed

func (m *Ipv4IoTraffic) GetReassembleFailed() uint32

func (*Ipv4IoTraffic) GetReassembleInput

func (m *Ipv4IoTraffic) GetReassembleInput() uint32

func (*Ipv4IoTraffic) GetReassembleMaxDrop

func (m *Ipv4IoTraffic) GetReassembleMaxDrop() uint32

func (*Ipv4IoTraffic) GetReassembleTimeout

func (m *Ipv4IoTraffic) GetReassembleTimeout() uint32

func (*Ipv4IoTraffic) GetReassembled

func (m *Ipv4IoTraffic) GetReassembled() uint32

func (*Ipv4IoTraffic) GetReceivedPackets

func (m *Ipv4IoTraffic) GetReceivedPackets() uint32

func (*Ipv4IoTraffic) GetRecordRouteOption

func (m *Ipv4IoTraffic) GetRecordRouteOption() uint32

func (*Ipv4IoTraffic) GetRouterAlertOption

func (m *Ipv4IoTraffic) GetRouterAlertOption() uint32

func (*Ipv4IoTraffic) GetSidOption

func (m *Ipv4IoTraffic) GetSidOption() uint32

func (*Ipv4IoTraffic) GetStrictSourceRouteOption

func (m *Ipv4IoTraffic) GetStrictSourceRouteOption() uint32

func (*Ipv4IoTraffic) GetTimestampOption

func (m *Ipv4IoTraffic) GetTimestampOption() uint32

func (*Ipv4IoTraffic) GetUnknownOption

func (m *Ipv4IoTraffic) GetUnknownOption() uint32

func (*Ipv4IoTraffic) ProtoMessage

func (*Ipv4IoTraffic) ProtoMessage()

func (*Ipv4IoTraffic) Reset

func (m *Ipv4IoTraffic) Reset()

func (*Ipv4IoTraffic) String

func (m *Ipv4IoTraffic) String() string

func (*Ipv4IoTraffic) XXX_DiscardUnknown

func (m *Ipv4IoTraffic) XXX_DiscardUnknown()

func (*Ipv4IoTraffic) XXX_Marshal

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

func (*Ipv4IoTraffic) XXX_Merge

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

func (*Ipv4IoTraffic) XXX_Size

func (m *Ipv4IoTraffic) XXX_Size() int

func (*Ipv4IoTraffic) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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