cisco_ios_xr_dot1x_oper_dot1x_statistics_interface_statistics_interface_statistic

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-dot1x-oper:dot1x/statistics/interface-statistics/interface-statistic

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dot1XIdbStatistics

type Dot1XIdbStatistics struct {
	RxTotal              uint32   `protobuf:"varint,1,opt,name=rx_total,json=rxTotal,proto3" json:"rx_total,omitempty"`
	TxTotal              uint32   `protobuf:"varint,2,opt,name=tx_total,json=txTotal,proto3" json:"tx_total,omitempty"`
	NoRxOnIntfDown       uint32   `protobuf:"varint,3,opt,name=no_rx_on_intf_down,json=noRxOnIntfDown,proto3" json:"no_rx_on_intf_down,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Dot1XIdbStatistics) Descriptor

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

func (*Dot1XIdbStatistics) GetNoRxOnIntfDown

func (m *Dot1XIdbStatistics) GetNoRxOnIntfDown() uint32

func (*Dot1XIdbStatistics) GetRxTotal

func (m *Dot1XIdbStatistics) GetRxTotal() uint32

func (*Dot1XIdbStatistics) GetTxTotal

func (m *Dot1XIdbStatistics) GetTxTotal() uint32

func (*Dot1XIdbStatistics) ProtoMessage

func (*Dot1XIdbStatistics) ProtoMessage()

func (*Dot1XIdbStatistics) Reset

func (m *Dot1XIdbStatistics) Reset()

func (*Dot1XIdbStatistics) String

func (m *Dot1XIdbStatistics) String() string

func (*Dot1XIdbStatistics) XXX_DiscardUnknown

func (m *Dot1XIdbStatistics) XXX_DiscardUnknown()

func (*Dot1XIdbStatistics) XXX_Marshal

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

func (*Dot1XIdbStatistics) XXX_Merge

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

func (*Dot1XIdbStatistics) XXX_Size

func (m *Dot1XIdbStatistics) XXX_Size() int

func (*Dot1XIdbStatistics) XXX_Unmarshal

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

type Dot1XIfAuthStatistics

type Dot1XIfAuthStatistics struct {
	RxStart                    uint32                        `protobuf:"varint,1,opt,name=rx_start,json=rxStart,proto3" json:"rx_start,omitempty"`
	RxLogoff                   uint32                        `protobuf:"varint,2,opt,name=rx_logoff,json=rxLogoff,proto3" json:"rx_logoff,omitempty"`
	RxResp                     uint32                        `protobuf:"varint,3,opt,name=rx_resp,json=rxResp,proto3" json:"rx_resp,omitempty"`
	RxRespId                   uint32                        `protobuf:"varint,4,opt,name=rx_resp_id,json=rxRespId,proto3" json:"rx_resp_id,omitempty"`
	RxInvalid                  uint32                        `protobuf:"varint,5,opt,name=rx_invalid,json=rxInvalid,proto3" json:"rx_invalid,omitempty"`
	RxLenErr                   uint32                        `protobuf:"varint,6,opt,name=rx_len_err,json=rxLenErr,proto3" json:"rx_len_err,omitempty"`
	RxMyMacErr                 uint32                        `protobuf:"varint,7,opt,name=rx_my_mac_err,json=rxMyMacErr,proto3" json:"rx_my_mac_err,omitempty"`
	RxTotal                    uint32                        `protobuf:"varint,8,opt,name=rx_total,json=rxTotal,proto3" json:"rx_total,omitempty"`
	TxReq                      uint32                        `protobuf:"varint,9,opt,name=tx_req,json=txReq,proto3" json:"tx_req,omitempty"`
	TxReqid                    uint32                        `protobuf:"varint,10,opt,name=tx_reqid,json=txReqid,proto3" json:"tx_reqid,omitempty"`
	TxTotal                    uint32                        `protobuf:"varint,11,opt,name=tx_total,json=txTotal,proto3" json:"tx_total,omitempty"`
	PacketDropNoConfigReceived uint32                        `` /* 147-byte string literal not displayed */
	PortControl                *Dot1XIfPortControlStatistics `protobuf:"bytes,13,opt,name=port_control,json=portControl,proto3" json:"port_control,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}                      `json:"-"`
	XXX_unrecognized           []byte                        `json:"-"`
	XXX_sizecache              int32                         `json:"-"`
}

func (*Dot1XIfAuthStatistics) Descriptor

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

func (*Dot1XIfAuthStatistics) GetPacketDropNoConfigReceived

func (m *Dot1XIfAuthStatistics) GetPacketDropNoConfigReceived() uint32

func (*Dot1XIfAuthStatistics) GetPortControl

func (*Dot1XIfAuthStatistics) GetRxInvalid

func (m *Dot1XIfAuthStatistics) GetRxInvalid() uint32

func (*Dot1XIfAuthStatistics) GetRxLenErr

func (m *Dot1XIfAuthStatistics) GetRxLenErr() uint32

func (*Dot1XIfAuthStatistics) GetRxLogoff

func (m *Dot1XIfAuthStatistics) GetRxLogoff() uint32

func (*Dot1XIfAuthStatistics) GetRxMyMacErr

func (m *Dot1XIfAuthStatistics) GetRxMyMacErr() uint32

func (*Dot1XIfAuthStatistics) GetRxResp

func (m *Dot1XIfAuthStatistics) GetRxResp() uint32

func (*Dot1XIfAuthStatistics) GetRxRespId

func (m *Dot1XIfAuthStatistics) GetRxRespId() uint32

func (*Dot1XIfAuthStatistics) GetRxStart

func (m *Dot1XIfAuthStatistics) GetRxStart() uint32

func (*Dot1XIfAuthStatistics) GetRxTotal

func (m *Dot1XIfAuthStatistics) GetRxTotal() uint32

func (*Dot1XIfAuthStatistics) GetTxReq

func (m *Dot1XIfAuthStatistics) GetTxReq() uint32

func (*Dot1XIfAuthStatistics) GetTxReqid

func (m *Dot1XIfAuthStatistics) GetTxReqid() uint32

func (*Dot1XIfAuthStatistics) GetTxTotal

func (m *Dot1XIfAuthStatistics) GetTxTotal() uint32

func (*Dot1XIfAuthStatistics) ProtoMessage

func (*Dot1XIfAuthStatistics) ProtoMessage()

func (*Dot1XIfAuthStatistics) Reset

func (m *Dot1XIfAuthStatistics) Reset()

func (*Dot1XIfAuthStatistics) String

func (m *Dot1XIfAuthStatistics) String() string

func (*Dot1XIfAuthStatistics) XXX_DiscardUnknown

func (m *Dot1XIfAuthStatistics) XXX_DiscardUnknown()

func (*Dot1XIfAuthStatistics) XXX_Marshal

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

func (*Dot1XIfAuthStatistics) XXX_Merge

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

func (*Dot1XIfAuthStatistics) XXX_Size

func (m *Dot1XIfAuthStatistics) XXX_Size() int

func (*Dot1XIfAuthStatistics) XXX_Unmarshal

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

type Dot1XIfLocalEapStatistics

type Dot1XIfLocalEapStatistics struct {
	Requests             uint32   `protobuf:"varint,1,opt,name=requests,proto3" json:"requests,omitempty"`
	Replies              uint32   `protobuf:"varint,2,opt,name=replies,proto3" json:"replies,omitempty"`
	Timeout              uint32   `protobuf:"varint,3,opt,name=timeout,proto3" json:"timeout,omitempty"`
	DroppedNoEap         uint32   `protobuf:"varint,4,opt,name=dropped_no_eap,json=droppedNoEap,proto3" json:"dropped_no_eap,omitempty"`
	Dropped              uint32   `protobuf:"varint,5,opt,name=dropped,proto3" json:"dropped,omitempty"`
	Success              uint32   `protobuf:"varint,6,opt,name=success,proto3" json:"success,omitempty"`
	Failed               uint32   `protobuf:"varint,7,opt,name=failed,proto3" json:"failed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Dot1XIfLocalEapStatistics) Descriptor

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

func (*Dot1XIfLocalEapStatistics) GetDropped

func (m *Dot1XIfLocalEapStatistics) GetDropped() uint32

func (*Dot1XIfLocalEapStatistics) GetDroppedNoEap

func (m *Dot1XIfLocalEapStatistics) GetDroppedNoEap() uint32

func (*Dot1XIfLocalEapStatistics) GetFailed

func (m *Dot1XIfLocalEapStatistics) GetFailed() uint32

func (*Dot1XIfLocalEapStatistics) GetReplies

func (m *Dot1XIfLocalEapStatistics) GetReplies() uint32

func (*Dot1XIfLocalEapStatistics) GetRequests

func (m *Dot1XIfLocalEapStatistics) GetRequests() uint32

func (*Dot1XIfLocalEapStatistics) GetSuccess

func (m *Dot1XIfLocalEapStatistics) GetSuccess() uint32

func (*Dot1XIfLocalEapStatistics) GetTimeout

func (m *Dot1XIfLocalEapStatistics) GetTimeout() uint32

func (*Dot1XIfLocalEapStatistics) ProtoMessage

func (*Dot1XIfLocalEapStatistics) ProtoMessage()

func (*Dot1XIfLocalEapStatistics) Reset

func (m *Dot1XIfLocalEapStatistics) Reset()

func (*Dot1XIfLocalEapStatistics) String

func (m *Dot1XIfLocalEapStatistics) String() string

func (*Dot1XIfLocalEapStatistics) XXX_DiscardUnknown

func (m *Dot1XIfLocalEapStatistics) XXX_DiscardUnknown()

func (*Dot1XIfLocalEapStatistics) XXX_Marshal

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

func (*Dot1XIfLocalEapStatistics) XXX_Merge

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

func (*Dot1XIfLocalEapStatistics) XXX_Size

func (m *Dot1XIfLocalEapStatistics) XXX_Size() int

func (*Dot1XIfLocalEapStatistics) XXX_Unmarshal

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

type Dot1XIfPortControlStatistics

type Dot1XIfPortControlStatistics struct {
	EnableSucc           uint32   `protobuf:"varint,1,opt,name=enable_succ,json=enableSucc,proto3" json:"enable_succ,omitempty"`
	EnableFail           uint32   `protobuf:"varint,2,opt,name=enable_fail,json=enableFail,proto3" json:"enable_fail,omitempty"`
	AddClientSucc        uint32   `protobuf:"varint,3,opt,name=add_client_succ,json=addClientSucc,proto3" json:"add_client_succ,omitempty"`
	AddClientFail        uint32   `protobuf:"varint,4,opt,name=add_client_fail,json=addClientFail,proto3" json:"add_client_fail,omitempty"`
	RemoveClientSucc     uint32   `protobuf:"varint,5,opt,name=remove_client_succ,json=removeClientSucc,proto3" json:"remove_client_succ,omitempty"`
	RemoveClientFail     uint32   `protobuf:"varint,6,opt,name=remove_client_fail,json=removeClientFail,proto3" json:"remove_client_fail,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Dot1XIfPortControlStatistics) Descriptor

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

func (*Dot1XIfPortControlStatistics) GetAddClientFail

func (m *Dot1XIfPortControlStatistics) GetAddClientFail() uint32

func (*Dot1XIfPortControlStatistics) GetAddClientSucc

func (m *Dot1XIfPortControlStatistics) GetAddClientSucc() uint32

func (*Dot1XIfPortControlStatistics) GetEnableFail

func (m *Dot1XIfPortControlStatistics) GetEnableFail() uint32

func (*Dot1XIfPortControlStatistics) GetEnableSucc

func (m *Dot1XIfPortControlStatistics) GetEnableSucc() uint32

func (*Dot1XIfPortControlStatistics) GetRemoveClientFail

func (m *Dot1XIfPortControlStatistics) GetRemoveClientFail() uint32

func (*Dot1XIfPortControlStatistics) GetRemoveClientSucc

func (m *Dot1XIfPortControlStatistics) GetRemoveClientSucc() uint32

func (*Dot1XIfPortControlStatistics) ProtoMessage

func (*Dot1XIfPortControlStatistics) ProtoMessage()

func (*Dot1XIfPortControlStatistics) Reset

func (m *Dot1XIfPortControlStatistics) Reset()

func (*Dot1XIfPortControlStatistics) String

func (*Dot1XIfPortControlStatistics) XXX_DiscardUnknown

func (m *Dot1XIfPortControlStatistics) XXX_DiscardUnknown()

func (*Dot1XIfPortControlStatistics) XXX_Marshal

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

func (*Dot1XIfPortControlStatistics) XXX_Merge

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

func (*Dot1XIfPortControlStatistics) XXX_Size

func (m *Dot1XIfPortControlStatistics) XXX_Size() int

func (*Dot1XIfPortControlStatistics) XXX_Unmarshal

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

type Dot1XIfStatistics

type Dot1XIfStatistics struct {
	InterfaceName        string                     `protobuf:"bytes,50,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	Pae                  string                     `protobuf:"bytes,51,opt,name=pae,proto3" json:"pae,omitempty"`
	Idb                  *Dot1XIdbStatistics        `protobuf:"bytes,52,opt,name=idb,proto3" json:"idb,omitempty"`
	Auth                 *Dot1XIfAuthStatistics     `protobuf:"bytes,53,opt,name=auth,proto3" json:"auth,omitempty"`
	Supp                 *Dot1XIfSuppStatistics     `protobuf:"bytes,54,opt,name=supp,proto3" json:"supp,omitempty"`
	LocalEap             *Dot1XIfLocalEapStatistics `protobuf:"bytes,55,opt,name=local_eap,json=localEap,proto3" json:"local_eap,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*Dot1XIfStatistics) Descriptor

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

func (*Dot1XIfStatistics) GetAuth

func (*Dot1XIfStatistics) GetIdb

func (*Dot1XIfStatistics) GetInterfaceName

func (m *Dot1XIfStatistics) GetInterfaceName() string

func (*Dot1XIfStatistics) GetLocalEap

func (m *Dot1XIfStatistics) GetLocalEap() *Dot1XIfLocalEapStatistics

func (*Dot1XIfStatistics) GetPae

func (m *Dot1XIfStatistics) GetPae() string

func (*Dot1XIfStatistics) GetSupp

func (*Dot1XIfStatistics) ProtoMessage

func (*Dot1XIfStatistics) ProtoMessage()

func (*Dot1XIfStatistics) Reset

func (m *Dot1XIfStatistics) Reset()

func (*Dot1XIfStatistics) String

func (m *Dot1XIfStatistics) String() string

func (*Dot1XIfStatistics) XXX_DiscardUnknown

func (m *Dot1XIfStatistics) XXX_DiscardUnknown()

func (*Dot1XIfStatistics) XXX_Marshal

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

func (*Dot1XIfStatistics) XXX_Merge

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

func (*Dot1XIfStatistics) XXX_Size

func (m *Dot1XIfStatistics) XXX_Size() int

func (*Dot1XIfStatistics) XXX_Unmarshal

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

type Dot1XIfStatistics_KEYS

type Dot1XIfStatistics_KEYS struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Dot1XIfStatistics_KEYS) Descriptor

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

func (*Dot1XIfStatistics_KEYS) GetName

func (m *Dot1XIfStatistics_KEYS) GetName() string

func (*Dot1XIfStatistics_KEYS) ProtoMessage

func (*Dot1XIfStatistics_KEYS) ProtoMessage()

func (*Dot1XIfStatistics_KEYS) Reset

func (m *Dot1XIfStatistics_KEYS) Reset()

func (*Dot1XIfStatistics_KEYS) String

func (m *Dot1XIfStatistics_KEYS) String() string

func (*Dot1XIfStatistics_KEYS) XXX_DiscardUnknown

func (m *Dot1XIfStatistics_KEYS) XXX_DiscardUnknown()

func (*Dot1XIfStatistics_KEYS) XXX_Marshal

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

func (*Dot1XIfStatistics_KEYS) XXX_Merge

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

func (*Dot1XIfStatistics_KEYS) XXX_Size

func (m *Dot1XIfStatistics_KEYS) XXX_Size() int

func (*Dot1XIfStatistics_KEYS) XXX_Unmarshal

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

type Dot1XIfSuppStatistics

type Dot1XIfSuppStatistics struct {
	RxReq                uint32   `protobuf:"varint,1,opt,name=rx_req,json=rxReq,proto3" json:"rx_req,omitempty"`
	RxInvalid            uint32   `protobuf:"varint,2,opt,name=rx_invalid,json=rxInvalid,proto3" json:"rx_invalid,omitempty"`
	RxLenErr             uint32   `protobuf:"varint,3,opt,name=rx_len_err,json=rxLenErr,proto3" json:"rx_len_err,omitempty"`
	RxMyMacErr           uint32   `protobuf:"varint,4,opt,name=rx_my_mac_err,json=rxMyMacErr,proto3" json:"rx_my_mac_err,omitempty"`
	RxTotal              uint32   `protobuf:"varint,5,opt,name=rx_total,json=rxTotal,proto3" json:"rx_total,omitempty"`
	TxStart              uint32   `protobuf:"varint,6,opt,name=tx_start,json=txStart,proto3" json:"tx_start,omitempty"`
	TxLogoff             uint32   `protobuf:"varint,7,opt,name=tx_logoff,json=txLogoff,proto3" json:"tx_logoff,omitempty"`
	TxResp               uint32   `protobuf:"varint,8,opt,name=tx_resp,json=txResp,proto3" json:"tx_resp,omitempty"`
	TxTotal              uint32   `protobuf:"varint,9,opt,name=tx_total,json=txTotal,proto3" json:"tx_total,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Dot1XIfSuppStatistics) Descriptor

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

func (*Dot1XIfSuppStatistics) GetRxInvalid

func (m *Dot1XIfSuppStatistics) GetRxInvalid() uint32

func (*Dot1XIfSuppStatistics) GetRxLenErr

func (m *Dot1XIfSuppStatistics) GetRxLenErr() uint32

func (*Dot1XIfSuppStatistics) GetRxMyMacErr

func (m *Dot1XIfSuppStatistics) GetRxMyMacErr() uint32

func (*Dot1XIfSuppStatistics) GetRxReq

func (m *Dot1XIfSuppStatistics) GetRxReq() uint32

func (*Dot1XIfSuppStatistics) GetRxTotal

func (m *Dot1XIfSuppStatistics) GetRxTotal() uint32

func (*Dot1XIfSuppStatistics) GetTxLogoff

func (m *Dot1XIfSuppStatistics) GetTxLogoff() uint32

func (*Dot1XIfSuppStatistics) GetTxResp

func (m *Dot1XIfSuppStatistics) GetTxResp() uint32

func (*Dot1XIfSuppStatistics) GetTxStart

func (m *Dot1XIfSuppStatistics) GetTxStart() uint32

func (*Dot1XIfSuppStatistics) GetTxTotal

func (m *Dot1XIfSuppStatistics) GetTxTotal() uint32

func (*Dot1XIfSuppStatistics) ProtoMessage

func (*Dot1XIfSuppStatistics) ProtoMessage()

func (*Dot1XIfSuppStatistics) Reset

func (m *Dot1XIfSuppStatistics) Reset()

func (*Dot1XIfSuppStatistics) String

func (m *Dot1XIfSuppStatistics) String() string

func (*Dot1XIfSuppStatistics) XXX_DiscardUnknown

func (m *Dot1XIfSuppStatistics) XXX_DiscardUnknown()

func (*Dot1XIfSuppStatistics) XXX_Marshal

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

func (*Dot1XIfSuppStatistics) XXX_Merge

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

func (*Dot1XIfSuppStatistics) XXX_Size

func (m *Dot1XIfSuppStatistics) XXX_Size() int

func (*Dot1XIfSuppStatistics) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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