cisco_ios_xr_ppp_ma_oper_ppp_nodes_node_node_interface_statistics_node_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-ppp-ma-oper:ppp/nodes/node/node-interface-statistics/node-interface-statistic

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PppOperAuthStatsInterface

type PppOperAuthStatsInterface struct {
	PapReqSent           uint32   `protobuf:"varint,1,opt,name=pap_req_sent,json=papReqSent,proto3" json:"pap_req_sent,omitempty"`
	PapReqRcvd           uint32   `protobuf:"varint,2,opt,name=pap_req_rcvd,json=papReqRcvd,proto3" json:"pap_req_rcvd,omitempty"`
	PapAckSent           uint32   `protobuf:"varint,3,opt,name=pap_ack_sent,json=papAckSent,proto3" json:"pap_ack_sent,omitempty"`
	PapAckRcvd           uint32   `protobuf:"varint,4,opt,name=pap_ack_rcvd,json=papAckRcvd,proto3" json:"pap_ack_rcvd,omitempty"`
	PapNakSent           uint32   `protobuf:"varint,5,opt,name=pap_nak_sent,json=papNakSent,proto3" json:"pap_nak_sent,omitempty"`
	PapNakRcvd           uint32   `protobuf:"varint,6,opt,name=pap_nak_rcvd,json=papNakRcvd,proto3" json:"pap_nak_rcvd,omitempty"`
	ChapChallSent        uint32   `protobuf:"varint,7,opt,name=chap_chall_sent,json=chapChallSent,proto3" json:"chap_chall_sent,omitempty"`
	ChapChallRcvd        uint32   `protobuf:"varint,8,opt,name=chap_chall_rcvd,json=chapChallRcvd,proto3" json:"chap_chall_rcvd,omitempty"`
	ChapRespSent         uint32   `protobuf:"varint,9,opt,name=chap_resp_sent,json=chapRespSent,proto3" json:"chap_resp_sent,omitempty"`
	ChapRespRcvd         uint32   `protobuf:"varint,10,opt,name=chap_resp_rcvd,json=chapRespRcvd,proto3" json:"chap_resp_rcvd,omitempty"`
	ChapRepSuccSent      uint32   `protobuf:"varint,11,opt,name=chap_rep_succ_sent,json=chapRepSuccSent,proto3" json:"chap_rep_succ_sent,omitempty"`
	ChapRepSuccRcvd      uint32   `protobuf:"varint,12,opt,name=chap_rep_succ_rcvd,json=chapRepSuccRcvd,proto3" json:"chap_rep_succ_rcvd,omitempty"`
	ChapRepFailSent      uint32   `protobuf:"varint,13,opt,name=chap_rep_fail_sent,json=chapRepFailSent,proto3" json:"chap_rep_fail_sent,omitempty"`
	ChapRepFailRcvd      uint32   `protobuf:"varint,14,opt,name=chap_rep_fail_rcvd,json=chapRepFailRcvd,proto3" json:"chap_rep_fail_rcvd,omitempty"`
	AuthTimeoutCount     uint32   `protobuf:"varint,15,opt,name=auth_timeout_count,json=authTimeoutCount,proto3" json:"auth_timeout_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppOperAuthStatsInterface) Descriptor

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

func (*PppOperAuthStatsInterface) GetAuthTimeoutCount

func (m *PppOperAuthStatsInterface) GetAuthTimeoutCount() uint32

func (*PppOperAuthStatsInterface) GetChapChallRcvd

func (m *PppOperAuthStatsInterface) GetChapChallRcvd() uint32

func (*PppOperAuthStatsInterface) GetChapChallSent

func (m *PppOperAuthStatsInterface) GetChapChallSent() uint32

func (*PppOperAuthStatsInterface) GetChapRepFailRcvd

func (m *PppOperAuthStatsInterface) GetChapRepFailRcvd() uint32

func (*PppOperAuthStatsInterface) GetChapRepFailSent

func (m *PppOperAuthStatsInterface) GetChapRepFailSent() uint32

func (*PppOperAuthStatsInterface) GetChapRepSuccRcvd

func (m *PppOperAuthStatsInterface) GetChapRepSuccRcvd() uint32

func (*PppOperAuthStatsInterface) GetChapRepSuccSent

func (m *PppOperAuthStatsInterface) GetChapRepSuccSent() uint32

func (*PppOperAuthStatsInterface) GetChapRespRcvd

func (m *PppOperAuthStatsInterface) GetChapRespRcvd() uint32

func (*PppOperAuthStatsInterface) GetChapRespSent

func (m *PppOperAuthStatsInterface) GetChapRespSent() uint32

func (*PppOperAuthStatsInterface) GetPapAckRcvd

func (m *PppOperAuthStatsInterface) GetPapAckRcvd() uint32

func (*PppOperAuthStatsInterface) GetPapAckSent

func (m *PppOperAuthStatsInterface) GetPapAckSent() uint32

func (*PppOperAuthStatsInterface) GetPapNakRcvd

func (m *PppOperAuthStatsInterface) GetPapNakRcvd() uint32

func (*PppOperAuthStatsInterface) GetPapNakSent

func (m *PppOperAuthStatsInterface) GetPapNakSent() uint32

func (*PppOperAuthStatsInterface) GetPapReqRcvd

func (m *PppOperAuthStatsInterface) GetPapReqRcvd() uint32

func (*PppOperAuthStatsInterface) GetPapReqSent

func (m *PppOperAuthStatsInterface) GetPapReqSent() uint32

func (*PppOperAuthStatsInterface) ProtoMessage

func (*PppOperAuthStatsInterface) ProtoMessage()

func (*PppOperAuthStatsInterface) Reset

func (m *PppOperAuthStatsInterface) Reset()

func (*PppOperAuthStatsInterface) String

func (m *PppOperAuthStatsInterface) String() string

func (*PppOperAuthStatsInterface) XXX_DiscardUnknown

func (m *PppOperAuthStatsInterface) XXX_DiscardUnknown()

func (*PppOperAuthStatsInterface) XXX_Marshal

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

func (*PppOperAuthStatsInterface) XXX_Merge

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

func (*PppOperAuthStatsInterface) XXX_Size

func (m *PppOperAuthStatsInterface) XXX_Size() int

func (*PppOperAuthStatsInterface) XXX_Unmarshal

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

type PppOperLcpStatsInterface

type PppOperLcpStatsInterface struct {
	ConfReqSent          uint32   `protobuf:"varint,1,opt,name=conf_req_sent,json=confReqSent,proto3" json:"conf_req_sent,omitempty"`
	ConfReqRcvd          uint32   `protobuf:"varint,2,opt,name=conf_req_rcvd,json=confReqRcvd,proto3" json:"conf_req_rcvd,omitempty"`
	ConfAckSent          uint32   `protobuf:"varint,3,opt,name=conf_ack_sent,json=confAckSent,proto3" json:"conf_ack_sent,omitempty"`
	ConfAckRcvd          uint32   `protobuf:"varint,4,opt,name=conf_ack_rcvd,json=confAckRcvd,proto3" json:"conf_ack_rcvd,omitempty"`
	ConfNakSent          uint32   `protobuf:"varint,5,opt,name=conf_nak_sent,json=confNakSent,proto3" json:"conf_nak_sent,omitempty"`
	ConfNakRcvd          uint32   `protobuf:"varint,6,opt,name=conf_nak_rcvd,json=confNakRcvd,proto3" json:"conf_nak_rcvd,omitempty"`
	ConfRejSent          uint32   `protobuf:"varint,7,opt,name=conf_rej_sent,json=confRejSent,proto3" json:"conf_rej_sent,omitempty"`
	ConfRejRcvd          uint32   `protobuf:"varint,8,opt,name=conf_rej_rcvd,json=confRejRcvd,proto3" json:"conf_rej_rcvd,omitempty"`
	EchoReqSent          uint32   `protobuf:"varint,9,opt,name=echo_req_sent,json=echoReqSent,proto3" json:"echo_req_sent,omitempty"`
	EchoReqRcvd          uint32   `protobuf:"varint,10,opt,name=echo_req_rcvd,json=echoReqRcvd,proto3" json:"echo_req_rcvd,omitempty"`
	EchoRepSent          uint32   `protobuf:"varint,11,opt,name=echo_rep_sent,json=echoRepSent,proto3" json:"echo_rep_sent,omitempty"`
	EchoRepRcvd          uint32   `protobuf:"varint,12,opt,name=echo_rep_rcvd,json=echoRepRcvd,proto3" json:"echo_rep_rcvd,omitempty"`
	DiscReqSent          uint32   `protobuf:"varint,13,opt,name=disc_req_sent,json=discReqSent,proto3" json:"disc_req_sent,omitempty"`
	DiscReqRcvd          uint32   `protobuf:"varint,14,opt,name=disc_req_rcvd,json=discReqRcvd,proto3" json:"disc_req_rcvd,omitempty"`
	LinkUp               uint32   `protobuf:"varint,15,opt,name=link_up,json=linkUp,proto3" json:"link_up,omitempty"`
	LinkError            uint32   `protobuf:"varint,16,opt,name=link_error,json=linkError,proto3" json:"link_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppOperLcpStatsInterface) Descriptor

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

func (*PppOperLcpStatsInterface) GetConfAckRcvd

func (m *PppOperLcpStatsInterface) GetConfAckRcvd() uint32

func (*PppOperLcpStatsInterface) GetConfAckSent

func (m *PppOperLcpStatsInterface) GetConfAckSent() uint32

func (*PppOperLcpStatsInterface) GetConfNakRcvd

func (m *PppOperLcpStatsInterface) GetConfNakRcvd() uint32

func (*PppOperLcpStatsInterface) GetConfNakSent

func (m *PppOperLcpStatsInterface) GetConfNakSent() uint32

func (*PppOperLcpStatsInterface) GetConfRejRcvd

func (m *PppOperLcpStatsInterface) GetConfRejRcvd() uint32

func (*PppOperLcpStatsInterface) GetConfRejSent

func (m *PppOperLcpStatsInterface) GetConfRejSent() uint32

func (*PppOperLcpStatsInterface) GetConfReqRcvd

func (m *PppOperLcpStatsInterface) GetConfReqRcvd() uint32

func (*PppOperLcpStatsInterface) GetConfReqSent

func (m *PppOperLcpStatsInterface) GetConfReqSent() uint32

func (*PppOperLcpStatsInterface) GetDiscReqRcvd

func (m *PppOperLcpStatsInterface) GetDiscReqRcvd() uint32

func (*PppOperLcpStatsInterface) GetDiscReqSent

func (m *PppOperLcpStatsInterface) GetDiscReqSent() uint32

func (*PppOperLcpStatsInterface) GetEchoRepRcvd

func (m *PppOperLcpStatsInterface) GetEchoRepRcvd() uint32

func (*PppOperLcpStatsInterface) GetEchoRepSent

func (m *PppOperLcpStatsInterface) GetEchoRepSent() uint32

func (*PppOperLcpStatsInterface) GetEchoReqRcvd

func (m *PppOperLcpStatsInterface) GetEchoReqRcvd() uint32

func (*PppOperLcpStatsInterface) GetEchoReqSent

func (m *PppOperLcpStatsInterface) GetEchoReqSent() uint32

func (*PppOperLcpStatsInterface) GetLinkError

func (m *PppOperLcpStatsInterface) GetLinkError() uint32

func (*PppOperLcpStatsInterface) GetLinkUp

func (m *PppOperLcpStatsInterface) GetLinkUp() uint32

func (*PppOperLcpStatsInterface) ProtoMessage

func (*PppOperLcpStatsInterface) ProtoMessage()

func (*PppOperLcpStatsInterface) Reset

func (m *PppOperLcpStatsInterface) Reset()

func (*PppOperLcpStatsInterface) String

func (m *PppOperLcpStatsInterface) String() string

func (*PppOperLcpStatsInterface) XXX_DiscardUnknown

func (m *PppOperLcpStatsInterface) XXX_DiscardUnknown()

func (*PppOperLcpStatsInterface) XXX_Marshal

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

func (*PppOperLcpStatsInterface) XXX_Merge

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

func (*PppOperLcpStatsInterface) XXX_Size

func (m *PppOperLcpStatsInterface) XXX_Size() int

func (*PppOperLcpStatsInterface) XXX_Unmarshal

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

type PppOperNcpStatsInterface

type PppOperNcpStatsInterface struct {
	NcpIdentifier        string   `protobuf:"bytes,1,opt,name=ncp_identifier,json=ncpIdentifier,proto3" json:"ncp_identifier,omitempty"`
	ConfReqSent          uint32   `protobuf:"varint,2,opt,name=conf_req_sent,json=confReqSent,proto3" json:"conf_req_sent,omitempty"`
	ConfReqRcvd          uint32   `protobuf:"varint,3,opt,name=conf_req_rcvd,json=confReqRcvd,proto3" json:"conf_req_rcvd,omitempty"`
	ConfAckSent          uint32   `protobuf:"varint,4,opt,name=conf_ack_sent,json=confAckSent,proto3" json:"conf_ack_sent,omitempty"`
	ConfAckRcvd          uint32   `protobuf:"varint,5,opt,name=conf_ack_rcvd,json=confAckRcvd,proto3" json:"conf_ack_rcvd,omitempty"`
	ConfNakSent          uint32   `protobuf:"varint,6,opt,name=conf_nak_sent,json=confNakSent,proto3" json:"conf_nak_sent,omitempty"`
	ConfNakRcvd          uint32   `protobuf:"varint,7,opt,name=conf_nak_rcvd,json=confNakRcvd,proto3" json:"conf_nak_rcvd,omitempty"`
	ConfRejSent          uint32   `protobuf:"varint,8,opt,name=conf_rej_sent,json=confRejSent,proto3" json:"conf_rej_sent,omitempty"`
	ConfRejRcvd          uint32   `protobuf:"varint,9,opt,name=conf_rej_rcvd,json=confRejRcvd,proto3" json:"conf_rej_rcvd,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppOperNcpStatsInterface) Descriptor

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

func (*PppOperNcpStatsInterface) GetConfAckRcvd

func (m *PppOperNcpStatsInterface) GetConfAckRcvd() uint32

func (*PppOperNcpStatsInterface) GetConfAckSent

func (m *PppOperNcpStatsInterface) GetConfAckSent() uint32

func (*PppOperNcpStatsInterface) GetConfNakRcvd

func (m *PppOperNcpStatsInterface) GetConfNakRcvd() uint32

func (*PppOperNcpStatsInterface) GetConfNakSent

func (m *PppOperNcpStatsInterface) GetConfNakSent() uint32

func (*PppOperNcpStatsInterface) GetConfRejRcvd

func (m *PppOperNcpStatsInterface) GetConfRejRcvd() uint32

func (*PppOperNcpStatsInterface) GetConfRejSent

func (m *PppOperNcpStatsInterface) GetConfRejSent() uint32

func (*PppOperNcpStatsInterface) GetConfReqRcvd

func (m *PppOperNcpStatsInterface) GetConfReqRcvd() uint32

func (*PppOperNcpStatsInterface) GetConfReqSent

func (m *PppOperNcpStatsInterface) GetConfReqSent() uint32

func (*PppOperNcpStatsInterface) GetNcpIdentifier

func (m *PppOperNcpStatsInterface) GetNcpIdentifier() string

func (*PppOperNcpStatsInterface) ProtoMessage

func (*PppOperNcpStatsInterface) ProtoMessage()

func (*PppOperNcpStatsInterface) Reset

func (m *PppOperNcpStatsInterface) Reset()

func (*PppOperNcpStatsInterface) String

func (m *PppOperNcpStatsInterface) String() string

func (*PppOperNcpStatsInterface) XXX_DiscardUnknown

func (m *PppOperNcpStatsInterface) XXX_DiscardUnknown()

func (*PppOperNcpStatsInterface) XXX_Marshal

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

func (*PppOperNcpStatsInterface) XXX_Merge

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

func (*PppOperNcpStatsInterface) XXX_Size

func (m *PppOperNcpStatsInterface) XXX_Size() int

func (*PppOperNcpStatsInterface) XXX_Unmarshal

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

type PppOperStatsInterface

type PppOperStatsInterface struct {
	LcpStatistics            *PppOperLcpStatsInterface   `protobuf:"bytes,50,opt,name=lcp_statistics,json=lcpStatistics,proto3" json:"lcp_statistics,omitempty"`
	AuthenticationStatistics *PppOperAuthStatsInterface  `` /* 134-byte string literal not displayed */
	NcpStatisticsArray       []*PppOperNcpStatsInterface `protobuf:"bytes,52,rep,name=ncp_statistics_array,json=ncpStatisticsArray,proto3" json:"ncp_statistics_array,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}                    `json:"-"`
	XXX_unrecognized         []byte                      `json:"-"`
	XXX_sizecache            int32                       `json:"-"`
}

func (*PppOperStatsInterface) Descriptor

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

func (*PppOperStatsInterface) GetAuthenticationStatistics

func (m *PppOperStatsInterface) GetAuthenticationStatistics() *PppOperAuthStatsInterface

func (*PppOperStatsInterface) GetLcpStatistics

func (m *PppOperStatsInterface) GetLcpStatistics() *PppOperLcpStatsInterface

func (*PppOperStatsInterface) GetNcpStatisticsArray

func (m *PppOperStatsInterface) GetNcpStatisticsArray() []*PppOperNcpStatsInterface

func (*PppOperStatsInterface) ProtoMessage

func (*PppOperStatsInterface) ProtoMessage()

func (*PppOperStatsInterface) Reset

func (m *PppOperStatsInterface) Reset()

func (*PppOperStatsInterface) String

func (m *PppOperStatsInterface) String() string

func (*PppOperStatsInterface) XXX_DiscardUnknown

func (m *PppOperStatsInterface) XXX_DiscardUnknown()

func (*PppOperStatsInterface) XXX_Marshal

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

func (*PppOperStatsInterface) XXX_Merge

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

func (*PppOperStatsInterface) XXX_Size

func (m *PppOperStatsInterface) XXX_Size() int

func (*PppOperStatsInterface) XXX_Unmarshal

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

type PppOperStatsInterface_KEYS

type PppOperStatsInterface_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 (*PppOperStatsInterface_KEYS) Descriptor

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

func (*PppOperStatsInterface_KEYS) GetInterfaceName

func (m *PppOperStatsInterface_KEYS) GetInterfaceName() string

func (*PppOperStatsInterface_KEYS) GetNodeName

func (m *PppOperStatsInterface_KEYS) GetNodeName() string

func (*PppOperStatsInterface_KEYS) ProtoMessage

func (*PppOperStatsInterface_KEYS) ProtoMessage()

func (*PppOperStatsInterface_KEYS) Reset

func (m *PppOperStatsInterface_KEYS) Reset()

func (*PppOperStatsInterface_KEYS) String

func (m *PppOperStatsInterface_KEYS) String() string

func (*PppOperStatsInterface_KEYS) XXX_DiscardUnknown

func (m *PppOperStatsInterface_KEYS) XXX_DiscardUnknown()

func (*PppOperStatsInterface_KEYS) XXX_Marshal

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

func (*PppOperStatsInterface_KEYS) XXX_Merge

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

func (*PppOperStatsInterface_KEYS) XXX_Size

func (m *PppOperStatsInterface_KEYS) XXX_Size() int

func (*PppOperStatsInterface_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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