cisco_ios_xr_l2vpn_oper_l2vpn_forwarding_nodes_node_l2fib_mroute_ipv6s_l2fib_mroute_ipv6

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-l2vpn-oper:l2vpn-forwarding/nodes/node/l2fib-mroute-ipv6s/l2fib-mroute-ipv6

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type L2FibBaseInfo

type L2FibBaseInfo struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2FibBaseInfo) Descriptor

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

func (*L2FibBaseInfo) ProtoMessage

func (*L2FibBaseInfo) ProtoMessage()

func (*L2FibBaseInfo) Reset

func (m *L2FibBaseInfo) Reset()

func (*L2FibBaseInfo) String

func (m *L2FibBaseInfo) String() string

func (*L2FibBaseInfo) XXX_DiscardUnknown

func (m *L2FibBaseInfo) XXX_DiscardUnknown()

func (*L2FibBaseInfo) XXX_Marshal

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

func (*L2FibBaseInfo) XXX_Merge

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

func (*L2FibBaseInfo) XXX_Size

func (m *L2FibBaseInfo) XXX_Size() int

func (*L2FibBaseInfo) XXX_Unmarshal

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

type L2FibMcastBagCounters

type L2FibMcastBagCounters struct {
	Packets              uint64   `protobuf:"varint,1,opt,name=packets,proto3" json:"packets,omitempty"`
	Bytes                uint64   `protobuf:"varint,2,opt,name=bytes,proto3" json:"bytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2FibMcastBagCounters) Descriptor

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

func (*L2FibMcastBagCounters) GetBytes

func (m *L2FibMcastBagCounters) GetBytes() uint64

func (*L2FibMcastBagCounters) GetPackets

func (m *L2FibMcastBagCounters) GetPackets() uint64

func (*L2FibMcastBagCounters) ProtoMessage

func (*L2FibMcastBagCounters) ProtoMessage()

func (*L2FibMcastBagCounters) Reset

func (m *L2FibMcastBagCounters) Reset()

func (*L2FibMcastBagCounters) String

func (m *L2FibMcastBagCounters) String() string

func (*L2FibMcastBagCounters) XXX_DiscardUnknown

func (m *L2FibMcastBagCounters) XXX_DiscardUnknown()

func (*L2FibMcastBagCounters) XXX_Marshal

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

func (*L2FibMcastBagCounters) XXX_Merge

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

func (*L2FibMcastBagCounters) XXX_Size

func (m *L2FibMcastBagCounters) XXX_Size() int

func (*L2FibMcastBagCounters) XXX_Unmarshal

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

type L2FibMcastIrbInfo

type L2FibMcastIrbInfo struct {
	MxidAcInterfaceHandle string   `` /* 128-byte string literal not displayed */
	MxidPwId              uint32   `protobuf:"varint,2,opt,name=mxid_pw_id,json=mxidPwId,proto3" json:"mxid_pw_id,omitempty"`
	MxidNextHopAddress    string   `protobuf:"bytes,3,opt,name=mxid_next_hop_address,json=mxidNextHopAddress,proto3" json:"mxid_next_hop_address,omitempty"`
	IrbPlatDataLen        uint32   `protobuf:"varint,4,opt,name=irb_plat_data_len,json=irbPlatDataLen,proto3" json:"irb_plat_data_len,omitempty"`
	IrbPlatData           []uint32 `protobuf:"varint,5,rep,packed,name=irb_plat_data,json=irbPlatData,proto3" json:"irb_plat_data,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*L2FibMcastIrbInfo) Descriptor

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

func (*L2FibMcastIrbInfo) GetIrbPlatData

func (m *L2FibMcastIrbInfo) GetIrbPlatData() []uint32

func (*L2FibMcastIrbInfo) GetIrbPlatDataLen

func (m *L2FibMcastIrbInfo) GetIrbPlatDataLen() uint32

func (*L2FibMcastIrbInfo) GetMxidAcInterfaceHandle

func (m *L2FibMcastIrbInfo) GetMxidAcInterfaceHandle() string

func (*L2FibMcastIrbInfo) GetMxidNextHopAddress

func (m *L2FibMcastIrbInfo) GetMxidNextHopAddress() string

func (*L2FibMcastIrbInfo) GetMxidPwId

func (m *L2FibMcastIrbInfo) GetMxidPwId() uint32

func (*L2FibMcastIrbInfo) ProtoMessage

func (*L2FibMcastIrbInfo) ProtoMessage()

func (*L2FibMcastIrbInfo) Reset

func (m *L2FibMcastIrbInfo) Reset()

func (*L2FibMcastIrbInfo) String

func (m *L2FibMcastIrbInfo) String() string

func (*L2FibMcastIrbInfo) XXX_DiscardUnknown

func (m *L2FibMcastIrbInfo) XXX_DiscardUnknown()

func (*L2FibMcastIrbInfo) XXX_Marshal

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

func (*L2FibMcastIrbInfo) XXX_Merge

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

func (*L2FibMcastIrbInfo) XXX_Size

func (m *L2FibMcastIrbInfo) XXX_Size() int

func (*L2FibMcastIrbInfo) XXX_Unmarshal

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

type L2FibMcastLeafInfo

type L2FibMcastLeafInfo struct {
	MulticastBaseInformation *L2FibBaseInfo         `` /* 136-byte string literal not displayed */
	SourcePrefix             *L2FibPrefixInfo       `protobuf:"bytes,51,opt,name=source_prefix,json=sourcePrefix,proto3" json:"source_prefix,omitempty"`
	DestinationPrefix        *L2FibPrefixInfo       `protobuf:"bytes,52,opt,name=destination_prefix,json=destinationPrefix,proto3" json:"destination_prefix,omitempty"`
	BridgeId                 uint32                 `protobuf:"varint,53,opt,name=bridge_id,json=bridgeId,proto3" json:"bridge_id,omitempty"`
	XidCount                 uint32                 `protobuf:"varint,54,opt,name=xid_count,json=xidCount,proto3" json:"xid_count,omitempty"`
	PlatformDataLength       uint32                 `protobuf:"varint,55,opt,name=platform_data_length,json=platformDataLength,proto3" json:"platform_data_length,omitempty"`
	PlatformData             string                 `protobuf:"bytes,56,opt,name=platform_data,json=platformData,proto3" json:"platform_data,omitempty"`
	HardwareInformation      string                 `protobuf:"bytes,57,opt,name=hardware_information,json=hardwareInformation,proto3" json:"hardware_information,omitempty"`
	BridgeDomainName         []string               `protobuf:"bytes,58,rep,name=bridge_domain_name,json=bridgeDomainName,proto3" json:"bridge_domain_name,omitempty"`
	ForwardStats             *L2FibPlatformStatsBag `protobuf:"bytes,59,opt,name=forward_stats,json=forwardStats,proto3" json:"forward_stats,omitempty"`
	IrbInfo                  *L2FibMcastIrbInfo     `protobuf:"bytes,60,opt,name=irb_info,json=irbInfo,proto3" json:"irb_info,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}               `json:"-"`
	XXX_unrecognized         []byte                 `json:"-"`
	XXX_sizecache            int32                  `json:"-"`
}

func (*L2FibMcastLeafInfo) Descriptor

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

func (*L2FibMcastLeafInfo) GetBridgeDomainName

func (m *L2FibMcastLeafInfo) GetBridgeDomainName() []string

func (*L2FibMcastLeafInfo) GetBridgeId

func (m *L2FibMcastLeafInfo) GetBridgeId() uint32

func (*L2FibMcastLeafInfo) GetDestinationPrefix

func (m *L2FibMcastLeafInfo) GetDestinationPrefix() *L2FibPrefixInfo

func (*L2FibMcastLeafInfo) GetForwardStats

func (m *L2FibMcastLeafInfo) GetForwardStats() *L2FibPlatformStatsBag

func (*L2FibMcastLeafInfo) GetHardwareInformation

func (m *L2FibMcastLeafInfo) GetHardwareInformation() string

func (*L2FibMcastLeafInfo) GetIrbInfo

func (m *L2FibMcastLeafInfo) GetIrbInfo() *L2FibMcastIrbInfo

func (*L2FibMcastLeafInfo) GetMulticastBaseInformation

func (m *L2FibMcastLeafInfo) GetMulticastBaseInformation() *L2FibBaseInfo

func (*L2FibMcastLeafInfo) GetPlatformData

func (m *L2FibMcastLeafInfo) GetPlatformData() string

func (*L2FibMcastLeafInfo) GetPlatformDataLength

func (m *L2FibMcastLeafInfo) GetPlatformDataLength() uint32

func (*L2FibMcastLeafInfo) GetSourcePrefix

func (m *L2FibMcastLeafInfo) GetSourcePrefix() *L2FibPrefixInfo

func (*L2FibMcastLeafInfo) GetXidCount

func (m *L2FibMcastLeafInfo) GetXidCount() uint32

func (*L2FibMcastLeafInfo) ProtoMessage

func (*L2FibMcastLeafInfo) ProtoMessage()

func (*L2FibMcastLeafInfo) Reset

func (m *L2FibMcastLeafInfo) Reset()

func (*L2FibMcastLeafInfo) String

func (m *L2FibMcastLeafInfo) String() string

func (*L2FibMcastLeafInfo) XXX_DiscardUnknown

func (m *L2FibMcastLeafInfo) XXX_DiscardUnknown()

func (*L2FibMcastLeafInfo) XXX_Marshal

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

func (*L2FibMcastLeafInfo) XXX_Merge

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

func (*L2FibMcastLeafInfo) XXX_Size

func (m *L2FibMcastLeafInfo) XXX_Size() int

func (*L2FibMcastLeafInfo) XXX_Unmarshal

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

type L2FibMcastLeafInfo_KEYS

type L2FibMcastLeafInfo_KEYS struct {
	NodeId               string   `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	BdName               string   `protobuf:"bytes,2,opt,name=bd_name,json=bdName,proto3" json:"bd_name,omitempty"`
	Source               string   `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	Group                string   `protobuf:"bytes,4,opt,name=group,proto3" json:"group,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2FibMcastLeafInfo_KEYS) Descriptor

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

func (*L2FibMcastLeafInfo_KEYS) GetBdName

func (m *L2FibMcastLeafInfo_KEYS) GetBdName() string

func (*L2FibMcastLeafInfo_KEYS) GetGroup

func (m *L2FibMcastLeafInfo_KEYS) GetGroup() string

func (*L2FibMcastLeafInfo_KEYS) GetNodeId

func (m *L2FibMcastLeafInfo_KEYS) GetNodeId() string

func (*L2FibMcastLeafInfo_KEYS) GetSource

func (m *L2FibMcastLeafInfo_KEYS) GetSource() string

func (*L2FibMcastLeafInfo_KEYS) ProtoMessage

func (*L2FibMcastLeafInfo_KEYS) ProtoMessage()

func (*L2FibMcastLeafInfo_KEYS) Reset

func (m *L2FibMcastLeafInfo_KEYS) Reset()

func (*L2FibMcastLeafInfo_KEYS) String

func (m *L2FibMcastLeafInfo_KEYS) String() string

func (*L2FibMcastLeafInfo_KEYS) XXX_DiscardUnknown

func (m *L2FibMcastLeafInfo_KEYS) XXX_DiscardUnknown()

func (*L2FibMcastLeafInfo_KEYS) XXX_Marshal

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

func (*L2FibMcastLeafInfo_KEYS) XXX_Merge

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

func (*L2FibMcastLeafInfo_KEYS) XXX_Size

func (m *L2FibMcastLeafInfo_KEYS) XXX_Size() int

func (*L2FibMcastLeafInfo_KEYS) XXX_Unmarshal

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

type L2FibMcastStatsBag

type L2FibMcastStatsBag struct {
	MulticastForwardStat     *L2FibMcastBagCounters `protobuf:"bytes,1,opt,name=multicast_forward_stat,json=multicastForwardStat,proto3" json:"multicast_forward_stat,omitempty"`
	ReceivedStat             *L2FibMcastBagCounters `protobuf:"bytes,2,opt,name=received_stat,json=receivedStat,proto3" json:"received_stat,omitempty"`
	Punt                     *L2FibMcastBagCounters `protobuf:"bytes,3,opt,name=punt,proto3" json:"punt,omitempty"`
	Drop                     *L2FibMcastBagCounters `protobuf:"bytes,4,opt,name=drop,proto3" json:"drop,omitempty"`
	MulticastCoreForwardStat *L2FibMcastBagCounters `` /* 137-byte string literal not displayed */
	CoreReceivedStat         *L2FibMcastBagCounters `protobuf:"bytes,6,opt,name=core_received_stat,json=coreReceivedStat,proto3" json:"core_received_stat,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}               `json:"-"`
	XXX_unrecognized         []byte                 `json:"-"`
	XXX_sizecache            int32                  `json:"-"`
}

func (*L2FibMcastStatsBag) Descriptor

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

func (*L2FibMcastStatsBag) GetCoreReceivedStat

func (m *L2FibMcastStatsBag) GetCoreReceivedStat() *L2FibMcastBagCounters

func (*L2FibMcastStatsBag) GetDrop

func (*L2FibMcastStatsBag) GetMulticastCoreForwardStat

func (m *L2FibMcastStatsBag) GetMulticastCoreForwardStat() *L2FibMcastBagCounters

func (*L2FibMcastStatsBag) GetMulticastForwardStat

func (m *L2FibMcastStatsBag) GetMulticastForwardStat() *L2FibMcastBagCounters

func (*L2FibMcastStatsBag) GetPunt

func (*L2FibMcastStatsBag) GetReceivedStat

func (m *L2FibMcastStatsBag) GetReceivedStat() *L2FibMcastBagCounters

func (*L2FibMcastStatsBag) ProtoMessage

func (*L2FibMcastStatsBag) ProtoMessage()

func (*L2FibMcastStatsBag) Reset

func (m *L2FibMcastStatsBag) Reset()

func (*L2FibMcastStatsBag) String

func (m *L2FibMcastStatsBag) String() string

func (*L2FibMcastStatsBag) XXX_DiscardUnknown

func (m *L2FibMcastStatsBag) XXX_DiscardUnknown()

func (*L2FibMcastStatsBag) XXX_Marshal

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

func (*L2FibMcastStatsBag) XXX_Merge

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

func (*L2FibMcastStatsBag) XXX_Size

func (m *L2FibMcastStatsBag) XXX_Size() int

func (*L2FibMcastStatsBag) XXX_Unmarshal

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

type L2FibPlatformStatsBag

type L2FibPlatformStatsBag struct {
	ForwardStat          *L2FibPlatformStatsUnionBag `protobuf:"bytes,1,opt,name=forward_stat,json=forwardStat,proto3" json:"forward_stat,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*L2FibPlatformStatsBag) Descriptor

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

func (*L2FibPlatformStatsBag) GetForwardStat

func (*L2FibPlatformStatsBag) ProtoMessage

func (*L2FibPlatformStatsBag) ProtoMessage()

func (*L2FibPlatformStatsBag) Reset

func (m *L2FibPlatformStatsBag) Reset()

func (*L2FibPlatformStatsBag) String

func (m *L2FibPlatformStatsBag) String() string

func (*L2FibPlatformStatsBag) XXX_DiscardUnknown

func (m *L2FibPlatformStatsBag) XXX_DiscardUnknown()

func (*L2FibPlatformStatsBag) XXX_Marshal

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

func (*L2FibPlatformStatsBag) XXX_Merge

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

func (*L2FibPlatformStatsBag) XXX_Size

func (m *L2FibPlatformStatsBag) XXX_Size() int

func (*L2FibPlatformStatsBag) XXX_Unmarshal

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

type L2FibPlatformStatsUnionBag

type L2FibPlatformStatsUnionBag struct {
	DataType             string              `protobuf:"bytes,1,opt,name=data_type,json=dataType,proto3" json:"data_type,omitempty"`
	Mulicast             *L2FibMcastStatsBag `protobuf:"bytes,2,opt,name=mulicast,proto3" json:"mulicast,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*L2FibPlatformStatsUnionBag) Descriptor

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

func (*L2FibPlatformStatsUnionBag) GetDataType

func (m *L2FibPlatformStatsUnionBag) GetDataType() string

func (*L2FibPlatformStatsUnionBag) GetMulicast

func (*L2FibPlatformStatsUnionBag) ProtoMessage

func (*L2FibPlatformStatsUnionBag) ProtoMessage()

func (*L2FibPlatformStatsUnionBag) Reset

func (m *L2FibPlatformStatsUnionBag) Reset()

func (*L2FibPlatformStatsUnionBag) String

func (m *L2FibPlatformStatsUnionBag) String() string

func (*L2FibPlatformStatsUnionBag) XXX_DiscardUnknown

func (m *L2FibPlatformStatsUnionBag) XXX_DiscardUnknown()

func (*L2FibPlatformStatsUnionBag) XXX_Marshal

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

func (*L2FibPlatformStatsUnionBag) XXX_Merge

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

func (*L2FibPlatformStatsUnionBag) XXX_Size

func (m *L2FibPlatformStatsUnionBag) XXX_Size() int

func (*L2FibPlatformStatsUnionBag) XXX_Unmarshal

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

type L2FibPrefixInfo

type L2FibPrefixInfo struct {
	Proto                string   `protobuf:"bytes,1,opt,name=proto,proto3" json:"proto,omitempty"`
	PrefixLength         uint32   `protobuf:"varint,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	Prefix               string   `protobuf:"bytes,3,opt,name=prefix,proto3" json:"prefix,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2FibPrefixInfo) Descriptor

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

func (*L2FibPrefixInfo) GetPrefix

func (m *L2FibPrefixInfo) GetPrefix() string

func (*L2FibPrefixInfo) GetPrefixLength

func (m *L2FibPrefixInfo) GetPrefixLength() uint32

func (*L2FibPrefixInfo) GetProto

func (m *L2FibPrefixInfo) GetProto() string

func (*L2FibPrefixInfo) ProtoMessage

func (*L2FibPrefixInfo) ProtoMessage()

func (*L2FibPrefixInfo) Reset

func (m *L2FibPrefixInfo) Reset()

func (*L2FibPrefixInfo) String

func (m *L2FibPrefixInfo) String() string

func (*L2FibPrefixInfo) XXX_DiscardUnknown

func (m *L2FibPrefixInfo) XXX_DiscardUnknown()

func (*L2FibPrefixInfo) XXX_Marshal

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

func (*L2FibPrefixInfo) XXX_Merge

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

func (*L2FibPrefixInfo) XXX_Size

func (m *L2FibPrefixInfo) XXX_Size() int

func (*L2FibPrefixInfo) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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