cisco_ios_xr_evpn_oper_evpn_standby_internal_labels_internal_label

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-evpn-oper:evpn/standby/internal-labels/internal-label

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type L2VpnEvpnEviSummary

type L2VpnEvpnEviSummary struct {
	EthernetVpnId        uint32   `protobuf:"varint,1,opt,name=ethernet_vpn_id,json=ethernetVpnId,proto3" json:"ethernet_vpn_id,omitempty"`
	EncapsulationXr      uint32   `protobuf:"varint,2,opt,name=encapsulation_xr,json=encapsulationXr,proto3" json:"encapsulation_xr,omitempty"`
	BdName               string   `protobuf:"bytes,3,opt,name=bd_name,json=bdName,proto3" json:"bd_name,omitempty"`
	Type                 string   `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnEvpnEviSummary) Descriptor

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

func (*L2VpnEvpnEviSummary) GetBdName

func (m *L2VpnEvpnEviSummary) GetBdName() string

func (*L2VpnEvpnEviSummary) GetEncapsulationXr

func (m *L2VpnEvpnEviSummary) GetEncapsulationXr() uint32

func (*L2VpnEvpnEviSummary) GetEthernetVpnId

func (m *L2VpnEvpnEviSummary) GetEthernetVpnId() uint32

func (*L2VpnEvpnEviSummary) GetType

func (m *L2VpnEvpnEviSummary) GetType() string

func (*L2VpnEvpnEviSummary) ProtoMessage

func (*L2VpnEvpnEviSummary) ProtoMessage()

func (*L2VpnEvpnEviSummary) Reset

func (m *L2VpnEvpnEviSummary) Reset()

func (*L2VpnEvpnEviSummary) String

func (m *L2VpnEvpnEviSummary) String() string

func (*L2VpnEvpnEviSummary) XXX_DiscardUnknown

func (m *L2VpnEvpnEviSummary) XXX_DiscardUnknown()

func (*L2VpnEvpnEviSummary) XXX_Marshal

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

func (*L2VpnEvpnEviSummary) XXX_Merge

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

func (*L2VpnEvpnEviSummary) XXX_Size

func (m *L2VpnEvpnEviSummary) XXX_Size() int

func (*L2VpnEvpnEviSummary) XXX_Unmarshal

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

type L2VpnEvpnLabel

type L2VpnEvpnLabel struct {
	EvpnInstance               *L2VpnEvpnEviSummary    `protobuf:"bytes,50,opt,name=evpn_instance,json=evpnInstance,proto3" json:"evpn_instance,omitempty"`
	Esi                        []uint32                `protobuf:"varint,51,rep,packed,name=esi,proto3" json:"esi,omitempty"`
	Tag                        uint32                  `protobuf:"varint,52,opt,name=tag,proto3" json:"tag,omitempty"`
	InternalLabel              uint32                  `protobuf:"varint,53,opt,name=internal_label,json=internalLabel,proto3" json:"internal_label,omitempty"`
	MacNumPaths                uint32                  `protobuf:"varint,54,opt,name=mac_num_paths,json=macNumPaths,proto3" json:"mac_num_paths,omitempty"`
	MacPathBuffer              []*L2VpnLabelPathBuffer `protobuf:"bytes,55,rep,name=mac_path_buffer,json=macPathBuffer,proto3" json:"mac_path_buffer,omitempty"`
	EadNumPaths                uint32                  `protobuf:"varint,56,opt,name=ead_num_paths,json=eadNumPaths,proto3" json:"ead_num_paths,omitempty"`
	EadPathBuffer              []*L2VpnLabelPathBuffer `protobuf:"bytes,57,rep,name=ead_path_buffer,json=eadPathBuffer,proto3" json:"ead_path_buffer,omitempty"`
	EviNumPaths                uint32                  `protobuf:"varint,58,opt,name=evi_num_paths,json=eviNumPaths,proto3" json:"evi_num_paths,omitempty"`
	EviPathBuffer              []*L2VpnLabelPathBuffer `protobuf:"bytes,59,rep,name=evi_path_buffer,json=eviPathBuffer,proto3" json:"evi_path_buffer,omitempty"`
	SumNumPaths                uint32                  `protobuf:"varint,60,opt,name=sum_num_paths,json=sumNumPaths,proto3" json:"sum_num_paths,omitempty"`
	SumNumActivePaths          uint32                  `protobuf:"varint,61,opt,name=sum_num_active_paths,json=sumNumActivePaths,proto3" json:"sum_num_active_paths,omitempty"`
	SummaryPathBuffer          []*L2VpnLabelPathBuffer `protobuf:"bytes,62,rep,name=summary_path_buffer,json=summaryPathBuffer,proto3" json:"summary_path_buffer,omitempty"`
	Resolved                   bool                    `protobuf:"varint,63,opt,name=resolved,proto3" json:"resolved,omitempty"`
	EcmpDisable                bool                    `protobuf:"varint,64,opt,name=ecmp_disable,json=ecmpDisable,proto3" json:"ecmp_disable,omitempty"`
	RedundancySingleActive     bool                    `` /* 131-byte string literal not displayed */
	RedundancySingleFlowActive bool                    `` /* 145-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{}                `json:"-"`
	XXX_unrecognized           []byte                  `json:"-"`
	XXX_sizecache              int32                   `json:"-"`
}

func (*L2VpnEvpnLabel) Descriptor

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

func (*L2VpnEvpnLabel) GetEadNumPaths

func (m *L2VpnEvpnLabel) GetEadNumPaths() uint32

func (*L2VpnEvpnLabel) GetEadPathBuffer

func (m *L2VpnEvpnLabel) GetEadPathBuffer() []*L2VpnLabelPathBuffer

func (*L2VpnEvpnLabel) GetEcmpDisable

func (m *L2VpnEvpnLabel) GetEcmpDisable() bool

func (*L2VpnEvpnLabel) GetEsi

func (m *L2VpnEvpnLabel) GetEsi() []uint32

func (*L2VpnEvpnLabel) GetEviNumPaths

func (m *L2VpnEvpnLabel) GetEviNumPaths() uint32

func (*L2VpnEvpnLabel) GetEviPathBuffer

func (m *L2VpnEvpnLabel) GetEviPathBuffer() []*L2VpnLabelPathBuffer

func (*L2VpnEvpnLabel) GetEvpnInstance

func (m *L2VpnEvpnLabel) GetEvpnInstance() *L2VpnEvpnEviSummary

func (*L2VpnEvpnLabel) GetInternalLabel

func (m *L2VpnEvpnLabel) GetInternalLabel() uint32

func (*L2VpnEvpnLabel) GetMacNumPaths

func (m *L2VpnEvpnLabel) GetMacNumPaths() uint32

func (*L2VpnEvpnLabel) GetMacPathBuffer

func (m *L2VpnEvpnLabel) GetMacPathBuffer() []*L2VpnLabelPathBuffer

func (*L2VpnEvpnLabel) GetRedundancySingleActive

func (m *L2VpnEvpnLabel) GetRedundancySingleActive() bool

func (*L2VpnEvpnLabel) GetRedundancySingleFlowActive

func (m *L2VpnEvpnLabel) GetRedundancySingleFlowActive() bool

func (*L2VpnEvpnLabel) GetResolved

func (m *L2VpnEvpnLabel) GetResolved() bool

func (*L2VpnEvpnLabel) GetSumNumActivePaths

func (m *L2VpnEvpnLabel) GetSumNumActivePaths() uint32

func (*L2VpnEvpnLabel) GetSumNumPaths

func (m *L2VpnEvpnLabel) GetSumNumPaths() uint32

func (*L2VpnEvpnLabel) GetSummaryPathBuffer

func (m *L2VpnEvpnLabel) GetSummaryPathBuffer() []*L2VpnLabelPathBuffer

func (*L2VpnEvpnLabel) GetTag

func (m *L2VpnEvpnLabel) GetTag() uint32

func (*L2VpnEvpnLabel) ProtoMessage

func (*L2VpnEvpnLabel) ProtoMessage()

func (*L2VpnEvpnLabel) Reset

func (m *L2VpnEvpnLabel) Reset()

func (*L2VpnEvpnLabel) String

func (m *L2VpnEvpnLabel) String() string

func (*L2VpnEvpnLabel) XXX_DiscardUnknown

func (m *L2VpnEvpnLabel) XXX_DiscardUnknown()

func (*L2VpnEvpnLabel) XXX_Marshal

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

func (*L2VpnEvpnLabel) XXX_Merge

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

func (*L2VpnEvpnLabel) XXX_Size

func (m *L2VpnEvpnLabel) XXX_Size() int

func (*L2VpnEvpnLabel) XXX_Unmarshal

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

type L2VpnEvpnLabel_KEYS

type L2VpnEvpnLabel_KEYS struct {
	Evi                  uint32   `protobuf:"varint,1,opt,name=evi,proto3" json:"evi,omitempty"`
	Encapsulation        uint32   `protobuf:"varint,2,opt,name=encapsulation,proto3" json:"encapsulation,omitempty"`
	Esi1                 string   `protobuf:"bytes,3,opt,name=esi1,proto3" json:"esi1,omitempty"`
	Esi2                 string   `protobuf:"bytes,4,opt,name=esi2,proto3" json:"esi2,omitempty"`
	Esi3                 string   `protobuf:"bytes,5,opt,name=esi3,proto3" json:"esi3,omitempty"`
	Esi4                 string   `protobuf:"bytes,6,opt,name=esi4,proto3" json:"esi4,omitempty"`
	Esi5                 string   `protobuf:"bytes,7,opt,name=esi5,proto3" json:"esi5,omitempty"`
	EthernetTag          uint32   `protobuf:"varint,8,opt,name=ethernet_tag,json=ethernetTag,proto3" json:"ethernet_tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnEvpnLabel_KEYS) Descriptor

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

func (*L2VpnEvpnLabel_KEYS) GetEncapsulation

func (m *L2VpnEvpnLabel_KEYS) GetEncapsulation() uint32

func (*L2VpnEvpnLabel_KEYS) GetEsi1

func (m *L2VpnEvpnLabel_KEYS) GetEsi1() string

func (*L2VpnEvpnLabel_KEYS) GetEsi2

func (m *L2VpnEvpnLabel_KEYS) GetEsi2() string

func (*L2VpnEvpnLabel_KEYS) GetEsi3

func (m *L2VpnEvpnLabel_KEYS) GetEsi3() string

func (*L2VpnEvpnLabel_KEYS) GetEsi4

func (m *L2VpnEvpnLabel_KEYS) GetEsi4() string

func (*L2VpnEvpnLabel_KEYS) GetEsi5

func (m *L2VpnEvpnLabel_KEYS) GetEsi5() string

func (*L2VpnEvpnLabel_KEYS) GetEthernetTag

func (m *L2VpnEvpnLabel_KEYS) GetEthernetTag() uint32

func (*L2VpnEvpnLabel_KEYS) GetEvi

func (m *L2VpnEvpnLabel_KEYS) GetEvi() uint32

func (*L2VpnEvpnLabel_KEYS) ProtoMessage

func (*L2VpnEvpnLabel_KEYS) ProtoMessage()

func (*L2VpnEvpnLabel_KEYS) Reset

func (m *L2VpnEvpnLabel_KEYS) Reset()

func (*L2VpnEvpnLabel_KEYS) String

func (m *L2VpnEvpnLabel_KEYS) String() string

func (*L2VpnEvpnLabel_KEYS) XXX_DiscardUnknown

func (m *L2VpnEvpnLabel_KEYS) XXX_DiscardUnknown()

func (*L2VpnEvpnLabel_KEYS) XXX_Marshal

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

func (*L2VpnEvpnLabel_KEYS) XXX_Merge

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

func (*L2VpnEvpnLabel_KEYS) XXX_Size

func (m *L2VpnEvpnLabel_KEYS) XXX_Size() int

func (*L2VpnEvpnLabel_KEYS) XXX_Unmarshal

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

type L2VpnLabelPathBuffer

type L2VpnLabelPathBuffer struct {
	TunnelEndpointId     uint32   `protobuf:"varint,1,opt,name=tunnel_endpoint_id,json=tunnelEndpointId,proto3" json:"tunnel_endpoint_id,omitempty"`
	NextHop              string   `protobuf:"bytes,2,opt,name=next_hop,json=nextHop,proto3" json:"next_hop,omitempty"`
	OutputLabel          uint32   `protobuf:"varint,3,opt,name=output_label,json=outputLabel,proto3" json:"output_label,omitempty"`
	SrteTunnel           string   `protobuf:"bytes,4,opt,name=srte_tunnel,json=srteTunnel,proto3" json:"srte_tunnel,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnLabelPathBuffer) Descriptor

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

func (*L2VpnLabelPathBuffer) GetNextHop

func (m *L2VpnLabelPathBuffer) GetNextHop() string

func (*L2VpnLabelPathBuffer) GetOutputLabel

func (m *L2VpnLabelPathBuffer) GetOutputLabel() uint32

func (*L2VpnLabelPathBuffer) GetSrteTunnel

func (m *L2VpnLabelPathBuffer) GetSrteTunnel() string

func (*L2VpnLabelPathBuffer) GetTunnelEndpointId

func (m *L2VpnLabelPathBuffer) GetTunnelEndpointId() uint32

func (*L2VpnLabelPathBuffer) ProtoMessage

func (*L2VpnLabelPathBuffer) ProtoMessage()

func (*L2VpnLabelPathBuffer) Reset

func (m *L2VpnLabelPathBuffer) Reset()

func (*L2VpnLabelPathBuffer) String

func (m *L2VpnLabelPathBuffer) String() string

func (*L2VpnLabelPathBuffer) XXX_DiscardUnknown

func (m *L2VpnLabelPathBuffer) XXX_DiscardUnknown()

func (*L2VpnLabelPathBuffer) XXX_Marshal

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

func (*L2VpnLabelPathBuffer) XXX_Merge

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

func (*L2VpnLabelPathBuffer) XXX_Size

func (m *L2VpnLabelPathBuffer) XXX_Size() int

func (*L2VpnLabelPathBuffer) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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