cisco_ios_xr_l2vpn_oper_l2vpn_forwarding_nodes_node_l2fib_mroute_ports_l2fib_mroute_port

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

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 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 L2FibMcastXidInfo

type L2FibMcastXidInfo struct {
	BaseInformation      *L2FibBaseInfo         `protobuf:"bytes,50,opt,name=base_information,json=baseInformation,proto3" json:"base_information,omitempty"`
	BridgeId             uint32                 `protobuf:"varint,51,opt,name=bridge_id,json=bridgeId,proto3" json:"bridge_id,omitempty"`
	AcInterfaceHandle    string                 `protobuf:"bytes,52,opt,name=ac_interface_handle,json=acInterfaceHandle,proto3" json:"ac_interface_handle,omitempty"`
	IsNdf                bool                   `protobuf:"varint,53,opt,name=is_ndf,json=isNdf,proto3" json:"is_ndf,omitempty"`
	LeafPointer          uint32                 `protobuf:"varint,54,opt,name=leaf_pointer,json=leafPointer,proto3" json:"leaf_pointer,omitempty"`
	PwId                 []string               `protobuf:"bytes,55,rep,name=pw_id,json=pwId,proto3" json:"pw_id,omitempty"`
	NextHopAddress       string                 `protobuf:"bytes,56,opt,name=next_hop_address,json=nextHopAddress,proto3" json:"next_hop_address,omitempty"`
	ForwardStats         *L2FibPlatformStatsBag `protobuf:"bytes,57,opt,name=forward_stats,json=forwardStats,proto3" json:"forward_stats,omitempty"`
	SourcePrefix         *L2FibPrefixInfo       `protobuf:"bytes,58,opt,name=source_prefix,json=sourcePrefix,proto3" json:"source_prefix,omitempty"`
	DestinationPrefix    *L2FibPrefixInfo       `protobuf:"bytes,59,opt,name=destination_prefix,json=destinationPrefix,proto3" json:"destination_prefix,omitempty"`
	Isid                 uint32                 `protobuf:"varint,60,opt,name=isid,proto3" json:"isid,omitempty"`
	Csfl                 uint32                 `protobuf:"varint,61,opt,name=csfl,proto3" json:"csfl,omitempty"`
	SatId                uint32                 `protobuf:"varint,62,opt,name=sat_id,json=satId,proto3" json:"sat_id,omitempty"`
	IsOleOffloaded       bool                   `protobuf:"varint,63,opt,name=is_ole_offloaded,json=isOleOffloaded,proto3" json:"is_ole_offloaded,omitempty"`
	IsOleMaster          bool                   `protobuf:"varint,64,opt,name=is_ole_master,json=isOleMaster,proto3" json:"is_ole_master,omitempty"`
	IsTopoHubAndSpoke    bool                   `protobuf:"varint,65,opt,name=is_topo_hub_and_spoke,json=isTopoHubAndSpoke,proto3" json:"is_topo_hub_and_spoke,omitempty"`
	IsEvpnXid            bool                   `protobuf:"varint,66,opt,name=is_evpn_xid,json=isEvpnXid,proto3" json:"is_evpn_xid,omitempty"`
	EvpnNextHop          string                 `protobuf:"bytes,67,opt,name=evpn_next_hop,json=evpnNextHop,proto3" json:"evpn_next_hop,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*L2FibMcastXidInfo) Descriptor

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

func (*L2FibMcastXidInfo) GetAcInterfaceHandle

func (m *L2FibMcastXidInfo) GetAcInterfaceHandle() string

func (*L2FibMcastXidInfo) GetBaseInformation

func (m *L2FibMcastXidInfo) GetBaseInformation() *L2FibBaseInfo

func (*L2FibMcastXidInfo) GetBridgeId

func (m *L2FibMcastXidInfo) GetBridgeId() uint32

func (*L2FibMcastXidInfo) GetCsfl

func (m *L2FibMcastXidInfo) GetCsfl() uint32

func (*L2FibMcastXidInfo) GetDestinationPrefix

func (m *L2FibMcastXidInfo) GetDestinationPrefix() *L2FibPrefixInfo

func (*L2FibMcastXidInfo) GetEvpnNextHop

func (m *L2FibMcastXidInfo) GetEvpnNextHop() string

func (*L2FibMcastXidInfo) GetForwardStats

func (m *L2FibMcastXidInfo) GetForwardStats() *L2FibPlatformStatsBag

func (*L2FibMcastXidInfo) GetIsEvpnXid

func (m *L2FibMcastXidInfo) GetIsEvpnXid() bool

func (*L2FibMcastXidInfo) GetIsNdf

func (m *L2FibMcastXidInfo) GetIsNdf() bool

func (*L2FibMcastXidInfo) GetIsOleMaster

func (m *L2FibMcastXidInfo) GetIsOleMaster() bool

func (*L2FibMcastXidInfo) GetIsOleOffloaded

func (m *L2FibMcastXidInfo) GetIsOleOffloaded() bool

func (*L2FibMcastXidInfo) GetIsTopoHubAndSpoke

func (m *L2FibMcastXidInfo) GetIsTopoHubAndSpoke() bool

func (*L2FibMcastXidInfo) GetIsid

func (m *L2FibMcastXidInfo) GetIsid() uint32

func (*L2FibMcastXidInfo) GetLeafPointer

func (m *L2FibMcastXidInfo) GetLeafPointer() uint32

func (*L2FibMcastXidInfo) GetNextHopAddress

func (m *L2FibMcastXidInfo) GetNextHopAddress() string

func (*L2FibMcastXidInfo) GetPwId

func (m *L2FibMcastXidInfo) GetPwId() []string

func (*L2FibMcastXidInfo) GetSatId

func (m *L2FibMcastXidInfo) GetSatId() uint32

func (*L2FibMcastXidInfo) GetSourcePrefix

func (m *L2FibMcastXidInfo) GetSourcePrefix() *L2FibPrefixInfo

func (*L2FibMcastXidInfo) ProtoMessage

func (*L2FibMcastXidInfo) ProtoMessage()

func (*L2FibMcastXidInfo) Reset

func (m *L2FibMcastXidInfo) Reset()

func (*L2FibMcastXidInfo) String

func (m *L2FibMcastXidInfo) String() string

func (*L2FibMcastXidInfo) XXX_DiscardUnknown

func (m *L2FibMcastXidInfo) XXX_DiscardUnknown()

func (*L2FibMcastXidInfo) XXX_Marshal

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

func (*L2FibMcastXidInfo) XXX_Merge

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

func (*L2FibMcastXidInfo) XXX_Size

func (m *L2FibMcastXidInfo) XXX_Size() int

func (*L2FibMcastXidInfo) XXX_Unmarshal

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

type L2FibMcastXidInfo_KEYS

type L2FibMcastXidInfo_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"`
	Xcid                 string   `protobuf:"bytes,3,opt,name=xcid,proto3" json:"xcid,omitempty"`
	EvpnNh               string   `protobuf:"bytes,4,opt,name=evpn_nh,json=evpnNh,proto3" json:"evpn_nh,omitempty"`
	Source               string   `protobuf:"bytes,5,opt,name=source,proto3" json:"source,omitempty"`
	Group                string   `protobuf:"bytes,6,opt,name=group,proto3" json:"group,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2FibMcastXidInfo_KEYS) Descriptor

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

func (*L2FibMcastXidInfo_KEYS) GetBdName

func (m *L2FibMcastXidInfo_KEYS) GetBdName() string

func (*L2FibMcastXidInfo_KEYS) GetEvpnNh

func (m *L2FibMcastXidInfo_KEYS) GetEvpnNh() string

func (*L2FibMcastXidInfo_KEYS) GetGroup

func (m *L2FibMcastXidInfo_KEYS) GetGroup() string

func (*L2FibMcastXidInfo_KEYS) GetNodeId

func (m *L2FibMcastXidInfo_KEYS) GetNodeId() string

func (*L2FibMcastXidInfo_KEYS) GetSource

func (m *L2FibMcastXidInfo_KEYS) GetSource() string

func (*L2FibMcastXidInfo_KEYS) GetXcid

func (m *L2FibMcastXidInfo_KEYS) GetXcid() string

func (*L2FibMcastXidInfo_KEYS) ProtoMessage

func (*L2FibMcastXidInfo_KEYS) ProtoMessage()

func (*L2FibMcastXidInfo_KEYS) Reset

func (m *L2FibMcastXidInfo_KEYS) Reset()

func (*L2FibMcastXidInfo_KEYS) String

func (m *L2FibMcastXidInfo_KEYS) String() string

func (*L2FibMcastXidInfo_KEYS) XXX_DiscardUnknown

func (m *L2FibMcastXidInfo_KEYS) XXX_DiscardUnknown()

func (*L2FibMcastXidInfo_KEYS) XXX_Marshal

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

func (*L2FibMcastXidInfo_KEYS) XXX_Merge

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

func (*L2FibMcastXidInfo_KEYS) XXX_Size

func (m *L2FibMcastXidInfo_KEYS) XXX_Size() int

func (*L2FibMcastXidInfo_KEYS) XXX_Unmarshal

func (m *L2FibMcastXidInfo_KEYS) 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