cisco_ios_xr_fib_common_oper_fib_statistics_nodes_node_drops

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-fib-common-oper:fib-statistics/nodes/node/drops

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FibStatisticsBagDrops

type FibStatisticsBagDrops struct {
	NoRoutePackets              uint64   `protobuf:"varint,50,opt,name=no_route_packets,json=noRoutePackets,proto3" json:"no_route_packets,omitempty"`
	PuntUnreachablePackets      uint64   `` /* 131-byte string literal not displayed */
	DfUnreachablePackets        uint64   `protobuf:"varint,52,opt,name=df_unreachable_packets,json=dfUnreachablePackets,proto3" json:"df_unreachable_packets,omitempty"`
	EncapsulationFailurePackets uint64   `` /* 146-byte string literal not displayed */
	IncompleteAdjacencyPackets  uint64   `` /* 143-byte string literal not displayed */
	UnresolvedPrefixPackets     uint64   `` /* 134-byte string literal not displayed */
	UnsupportedFeaturePackets   uint64   `` /* 140-byte string literal not displayed */
	DiscardPackets              uint64   `protobuf:"varint,57,opt,name=discard_packets,json=discardPackets,proto3" json:"discard_packets,omitempty"`
	ChecksumErrorPackets        uint64   `protobuf:"varint,58,opt,name=checksum_error_packets,json=checksumErrorPackets,proto3" json:"checksum_error_packets,omitempty"`
	FragmenationConsumedPackets uint64   `` /* 146-byte string literal not displayed */
	FragmenationFailurePackets  uint64   `` /* 143-byte string literal not displayed */
	NullPackets                 uint64   `protobuf:"varint,61,opt,name=null_packets,json=nullPackets,proto3" json:"null_packets,omitempty"`
	RpfCheckFailurePackets      uint64   `` /* 133-byte string literal not displayed */
	AclInRpfPackets             uint64   `protobuf:"varint,63,opt,name=acl_in_rpf_packets,json=aclInRpfPackets,proto3" json:"acl_in_rpf_packets,omitempty"`
	RpDestinationDropPackets    uint64   `` /* 139-byte string literal not displayed */
	TotalNumberOfDropPackets    uint64   `` /* 141-byte string literal not displayed */
	MplsDisabledInterface       uint64   `` /* 128-byte string literal not displayed */
	GreLookupFailedDrop         uint64   `protobuf:"varint,67,opt,name=gre_lookup_failed_drop,json=greLookupFailedDrop,proto3" json:"gre_lookup_failed_drop,omitempty"`
	GreErrorDrop                uint64   `protobuf:"varint,68,opt,name=gre_error_drop,json=greErrorDrop,proto3" json:"gre_error_drop,omitempty"`
	LispPuntDrops               uint64   `protobuf:"varint,69,opt,name=lisp_punt_drops,json=lispPuntDrops,proto3" json:"lisp_punt_drops,omitempty"`
	LispEncapErrorDrops         uint64   `protobuf:"varint,70,opt,name=lisp_encap_error_drops,json=lispEncapErrorDrops,proto3" json:"lisp_encap_error_drops,omitempty"`
	LispDecapErrorDrops         uint64   `protobuf:"varint,71,opt,name=lisp_decap_error_drops,json=lispDecapErrorDrops,proto3" json:"lisp_decap_error_drops,omitempty"`
	MultiLabelDrops             uint64   `protobuf:"varint,72,opt,name=multi_label_drops,json=multiLabelDrops,proto3" json:"multi_label_drops,omitempty"`
	UnreachableSrLabelDrops     uint64   `` /* 136-byte string literal not displayed */
	TtlExpiredSrLabelDrops      uint64   `` /* 135-byte string literal not displayed */
	XXX_NoUnkeyedLiteral        struct{} `json:"-"`
	XXX_unrecognized            []byte   `json:"-"`
	XXX_sizecache               int32    `json:"-"`
}

func (*FibStatisticsBagDrops) Descriptor

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

func (*FibStatisticsBagDrops) GetAclInRpfPackets

func (m *FibStatisticsBagDrops) GetAclInRpfPackets() uint64

func (*FibStatisticsBagDrops) GetChecksumErrorPackets

func (m *FibStatisticsBagDrops) GetChecksumErrorPackets() uint64

func (*FibStatisticsBagDrops) GetDfUnreachablePackets

func (m *FibStatisticsBagDrops) GetDfUnreachablePackets() uint64

func (*FibStatisticsBagDrops) GetDiscardPackets

func (m *FibStatisticsBagDrops) GetDiscardPackets() uint64

func (*FibStatisticsBagDrops) GetEncapsulationFailurePackets

func (m *FibStatisticsBagDrops) GetEncapsulationFailurePackets() uint64

func (*FibStatisticsBagDrops) GetFragmenationConsumedPackets

func (m *FibStatisticsBagDrops) GetFragmenationConsumedPackets() uint64

func (*FibStatisticsBagDrops) GetFragmenationFailurePackets

func (m *FibStatisticsBagDrops) GetFragmenationFailurePackets() uint64

func (*FibStatisticsBagDrops) GetGreErrorDrop

func (m *FibStatisticsBagDrops) GetGreErrorDrop() uint64

func (*FibStatisticsBagDrops) GetGreLookupFailedDrop

func (m *FibStatisticsBagDrops) GetGreLookupFailedDrop() uint64

func (*FibStatisticsBagDrops) GetIncompleteAdjacencyPackets

func (m *FibStatisticsBagDrops) GetIncompleteAdjacencyPackets() uint64

func (*FibStatisticsBagDrops) GetLispDecapErrorDrops

func (m *FibStatisticsBagDrops) GetLispDecapErrorDrops() uint64

func (*FibStatisticsBagDrops) GetLispEncapErrorDrops

func (m *FibStatisticsBagDrops) GetLispEncapErrorDrops() uint64

func (*FibStatisticsBagDrops) GetLispPuntDrops

func (m *FibStatisticsBagDrops) GetLispPuntDrops() uint64

func (*FibStatisticsBagDrops) GetMplsDisabledInterface

func (m *FibStatisticsBagDrops) GetMplsDisabledInterface() uint64

func (*FibStatisticsBagDrops) GetMultiLabelDrops

func (m *FibStatisticsBagDrops) GetMultiLabelDrops() uint64

func (*FibStatisticsBagDrops) GetNoRoutePackets

func (m *FibStatisticsBagDrops) GetNoRoutePackets() uint64

func (*FibStatisticsBagDrops) GetNullPackets

func (m *FibStatisticsBagDrops) GetNullPackets() uint64

func (*FibStatisticsBagDrops) GetPuntUnreachablePackets

func (m *FibStatisticsBagDrops) GetPuntUnreachablePackets() uint64

func (*FibStatisticsBagDrops) GetRpDestinationDropPackets

func (m *FibStatisticsBagDrops) GetRpDestinationDropPackets() uint64

func (*FibStatisticsBagDrops) GetRpfCheckFailurePackets

func (m *FibStatisticsBagDrops) GetRpfCheckFailurePackets() uint64

func (*FibStatisticsBagDrops) GetTotalNumberOfDropPackets

func (m *FibStatisticsBagDrops) GetTotalNumberOfDropPackets() uint64

func (*FibStatisticsBagDrops) GetTtlExpiredSrLabelDrops

func (m *FibStatisticsBagDrops) GetTtlExpiredSrLabelDrops() uint64

func (*FibStatisticsBagDrops) GetUnreachableSrLabelDrops

func (m *FibStatisticsBagDrops) GetUnreachableSrLabelDrops() uint64

func (*FibStatisticsBagDrops) GetUnresolvedPrefixPackets

func (m *FibStatisticsBagDrops) GetUnresolvedPrefixPackets() uint64

func (*FibStatisticsBagDrops) GetUnsupportedFeaturePackets

func (m *FibStatisticsBagDrops) GetUnsupportedFeaturePackets() uint64

func (*FibStatisticsBagDrops) ProtoMessage

func (*FibStatisticsBagDrops) ProtoMessage()

func (*FibStatisticsBagDrops) Reset

func (m *FibStatisticsBagDrops) Reset()

func (*FibStatisticsBagDrops) String

func (m *FibStatisticsBagDrops) String() string

func (*FibStatisticsBagDrops) XXX_DiscardUnknown

func (m *FibStatisticsBagDrops) XXX_DiscardUnknown()

func (*FibStatisticsBagDrops) XXX_Marshal

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

func (*FibStatisticsBagDrops) XXX_Merge

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

func (*FibStatisticsBagDrops) XXX_Size

func (m *FibStatisticsBagDrops) XXX_Size() int

func (*FibStatisticsBagDrops) XXX_Unmarshal

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

type FibStatisticsBagDrops_KEYS

type FibStatisticsBagDrops_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:"-"`
}

func (*FibStatisticsBagDrops_KEYS) Descriptor

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

func (*FibStatisticsBagDrops_KEYS) GetNodeName

func (m *FibStatisticsBagDrops_KEYS) GetNodeName() string

func (*FibStatisticsBagDrops_KEYS) ProtoMessage

func (*FibStatisticsBagDrops_KEYS) ProtoMessage()

func (*FibStatisticsBagDrops_KEYS) Reset

func (m *FibStatisticsBagDrops_KEYS) Reset()

func (*FibStatisticsBagDrops_KEYS) String

func (m *FibStatisticsBagDrops_KEYS) String() string

func (*FibStatisticsBagDrops_KEYS) XXX_DiscardUnknown

func (m *FibStatisticsBagDrops_KEYS) XXX_DiscardUnknown()

func (*FibStatisticsBagDrops_KEYS) XXX_Marshal

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

func (*FibStatisticsBagDrops_KEYS) XXX_Merge

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

func (*FibStatisticsBagDrops_KEYS) XXX_Size

func (m *FibStatisticsBagDrops_KEYS) XXX_Size() int

func (*FibStatisticsBagDrops_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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