cisco_ios_xr_tunnel_l2tun_oper_l2tp_nodes_node_counters_control_tunnel_xr_authentication

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-tunnel-l2tun-oper:l2tp/nodes/node/counters/control/tunnel-xr/authentication

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type L2TpAuthenStatsData

type L2TpAuthenStatsData struct {
	NonceAvp             *L2TpCommonData `protobuf:"bytes,50,opt,name=nonce_avp,json=nonceAvp,proto3" json:"nonce_avp,omitempty"`
	CommonDigest         *L2TpCommonData `protobuf:"bytes,51,opt,name=common_digest,json=commonDigest,proto3" json:"common_digest,omitempty"`
	PrimaryDigest        *L2TpCommonData `protobuf:"bytes,52,opt,name=primary_digest,json=primaryDigest,proto3" json:"primary_digest,omitempty"`
	SecondaryDigest      *L2TpCommonData `protobuf:"bytes,53,opt,name=secondary_digest,json=secondaryDigest,proto3" json:"secondary_digest,omitempty"`
	IntegrityCheck       *L2TpCommonData `protobuf:"bytes,54,opt,name=integrity_check,json=integrityCheck,proto3" json:"integrity_check,omitempty"`
	LocalSecret          *L2TpCommonData `protobuf:"bytes,55,opt,name=local_secret,json=localSecret,proto3" json:"local_secret,omitempty"`
	ChallengeAvp         *L2TpCommonData `protobuf:"bytes,56,opt,name=challenge_avp,json=challengeAvp,proto3" json:"challenge_avp,omitempty"`
	ChallengeReponse     *L2TpCommonData `protobuf:"bytes,57,opt,name=challenge_reponse,json=challengeReponse,proto3" json:"challenge_reponse,omitempty"`
	OverallStatistics    *L2TpCommonData `protobuf:"bytes,58,opt,name=overall_statistics,json=overallStatistics,proto3" json:"overall_statistics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*L2TpAuthenStatsData) Descriptor

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

func (*L2TpAuthenStatsData) GetChallengeAvp

func (m *L2TpAuthenStatsData) GetChallengeAvp() *L2TpCommonData

func (*L2TpAuthenStatsData) GetChallengeReponse

func (m *L2TpAuthenStatsData) GetChallengeReponse() *L2TpCommonData

func (*L2TpAuthenStatsData) GetCommonDigest

func (m *L2TpAuthenStatsData) GetCommonDigest() *L2TpCommonData

func (*L2TpAuthenStatsData) GetIntegrityCheck

func (m *L2TpAuthenStatsData) GetIntegrityCheck() *L2TpCommonData

func (*L2TpAuthenStatsData) GetLocalSecret

func (m *L2TpAuthenStatsData) GetLocalSecret() *L2TpCommonData

func (*L2TpAuthenStatsData) GetNonceAvp

func (m *L2TpAuthenStatsData) GetNonceAvp() *L2TpCommonData

func (*L2TpAuthenStatsData) GetOverallStatistics

func (m *L2TpAuthenStatsData) GetOverallStatistics() *L2TpCommonData

func (*L2TpAuthenStatsData) GetPrimaryDigest

func (m *L2TpAuthenStatsData) GetPrimaryDigest() *L2TpCommonData

func (*L2TpAuthenStatsData) GetSecondaryDigest

func (m *L2TpAuthenStatsData) GetSecondaryDigest() *L2TpCommonData

func (*L2TpAuthenStatsData) ProtoMessage

func (*L2TpAuthenStatsData) ProtoMessage()

func (*L2TpAuthenStatsData) Reset

func (m *L2TpAuthenStatsData) Reset()

func (*L2TpAuthenStatsData) String

func (m *L2TpAuthenStatsData) String() string

func (*L2TpAuthenStatsData) XXX_DiscardUnknown

func (m *L2TpAuthenStatsData) XXX_DiscardUnknown()

func (*L2TpAuthenStatsData) XXX_Marshal

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

func (*L2TpAuthenStatsData) XXX_Merge

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

func (*L2TpAuthenStatsData) XXX_Size

func (m *L2TpAuthenStatsData) XXX_Size() int

func (*L2TpAuthenStatsData) XXX_Unmarshal

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

type L2TpAuthenStatsData_KEYS

type L2TpAuthenStatsData_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 (*L2TpAuthenStatsData_KEYS) Descriptor

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

func (*L2TpAuthenStatsData_KEYS) GetNodeName

func (m *L2TpAuthenStatsData_KEYS) GetNodeName() string

func (*L2TpAuthenStatsData_KEYS) ProtoMessage

func (*L2TpAuthenStatsData_KEYS) ProtoMessage()

func (*L2TpAuthenStatsData_KEYS) Reset

func (m *L2TpAuthenStatsData_KEYS) Reset()

func (*L2TpAuthenStatsData_KEYS) String

func (m *L2TpAuthenStatsData_KEYS) String() string

func (*L2TpAuthenStatsData_KEYS) XXX_DiscardUnknown

func (m *L2TpAuthenStatsData_KEYS) XXX_DiscardUnknown()

func (*L2TpAuthenStatsData_KEYS) XXX_Marshal

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

func (*L2TpAuthenStatsData_KEYS) XXX_Merge

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

func (*L2TpAuthenStatsData_KEYS) XXX_Size

func (m *L2TpAuthenStatsData_KEYS) XXX_Size() int

func (*L2TpAuthenStatsData_KEYS) XXX_Unmarshal

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

type L2TpCommonData

type L2TpCommonData struct {
	Validate                 uint32   `protobuf:"varint,1,opt,name=validate,proto3" json:"validate,omitempty"`
	BadHash                  uint32   `protobuf:"varint,2,opt,name=bad_hash,json=badHash,proto3" json:"bad_hash,omitempty"`
	BadLength                uint32   `protobuf:"varint,3,opt,name=bad_length,json=badLength,proto3" json:"bad_length,omitempty"`
	Ignored                  uint32   `protobuf:"varint,4,opt,name=ignored,proto3" json:"ignored,omitempty"`
	Missing                  uint32   `protobuf:"varint,5,opt,name=missing,proto3" json:"missing,omitempty"`
	Passed                   uint32   `protobuf:"varint,6,opt,name=passed,proto3" json:"passed,omitempty"`
	Failed                   uint32   `protobuf:"varint,7,opt,name=failed,proto3" json:"failed,omitempty"`
	Skipped                  uint32   `protobuf:"varint,8,opt,name=skipped,proto3" json:"skipped,omitempty"`
	GenerateResponseFailures uint32   `` /* 136-byte string literal not displayed */
	Unexpected               uint32   `protobuf:"varint,10,opt,name=unexpected,proto3" json:"unexpected,omitempty"`
	UnexpectedZlb            uint32   `protobuf:"varint,11,opt,name=unexpected_zlb,json=unexpectedZlb,proto3" json:"unexpected_zlb,omitempty"`
	XXX_NoUnkeyedLiteral     struct{} `json:"-"`
	XXX_unrecognized         []byte   `json:"-"`
	XXX_sizecache            int32    `json:"-"`
}

func (*L2TpCommonData) Descriptor

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

func (*L2TpCommonData) GetBadHash

func (m *L2TpCommonData) GetBadHash() uint32

func (*L2TpCommonData) GetBadLength

func (m *L2TpCommonData) GetBadLength() uint32

func (*L2TpCommonData) GetFailed

func (m *L2TpCommonData) GetFailed() uint32

func (*L2TpCommonData) GetGenerateResponseFailures

func (m *L2TpCommonData) GetGenerateResponseFailures() uint32

func (*L2TpCommonData) GetIgnored

func (m *L2TpCommonData) GetIgnored() uint32

func (*L2TpCommonData) GetMissing

func (m *L2TpCommonData) GetMissing() uint32

func (*L2TpCommonData) GetPassed

func (m *L2TpCommonData) GetPassed() uint32

func (*L2TpCommonData) GetSkipped

func (m *L2TpCommonData) GetSkipped() uint32

func (*L2TpCommonData) GetUnexpected

func (m *L2TpCommonData) GetUnexpected() uint32

func (*L2TpCommonData) GetUnexpectedZlb

func (m *L2TpCommonData) GetUnexpectedZlb() uint32

func (*L2TpCommonData) GetValidate

func (m *L2TpCommonData) GetValidate() uint32

func (*L2TpCommonData) ProtoMessage

func (*L2TpCommonData) ProtoMessage()

func (*L2TpCommonData) Reset

func (m *L2TpCommonData) Reset()

func (*L2TpCommonData) String

func (m *L2TpCommonData) String() string

func (*L2TpCommonData) XXX_DiscardUnknown

func (m *L2TpCommonData) XXX_DiscardUnknown()

func (*L2TpCommonData) XXX_Marshal

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

func (*L2TpCommonData) XXX_Merge

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

func (*L2TpCommonData) XXX_Size

func (m *L2TpCommonData) XXX_Size() int

func (*L2TpCommonData) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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