cisco_ios_xr_fib_common_oper_mpls_forwarding_nodes_node_frr_database_frrdb_tunnel_heads_frrdb_tunnel_head

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-fib-common-oper:mpls-forwarding/nodes/node/frr-database/frrdb-tunnel-heads/frrdb-tunnel-head

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FibMplsFrrDbEntry

type FibMplsFrrDbEntry struct {
	FrrEntryId            *FibMplsFrrDbEntryGenId  `protobuf:"bytes,1,opt,name=frr_entry_id,json=frrEntryId,proto3" json:"frr_entry_id,omitempty"`
	TunnelInterfaceName   string                   `protobuf:"bytes,2,opt,name=tunnel_interface_name,json=tunnelInterfaceName,proto3" json:"tunnel_interface_name,omitempty"`
	InputLabel            uint32                   `protobuf:"varint,3,opt,name=input_label,json=inputLabel,proto3" json:"input_label,omitempty"`
	OutgoingInterface     string                   `protobuf:"bytes,4,opt,name=outgoing_interface,json=outgoingInterface,proto3" json:"outgoing_interface,omitempty"`
	OutgoingLabel         uint32                   `protobuf:"varint,5,opt,name=outgoing_label,json=outgoingLabel,proto3" json:"outgoing_label,omitempty"`
	FrrInterfaceName      string                   `protobuf:"bytes,6,opt,name=frr_interface_name,json=frrInterfaceName,proto3" json:"frr_interface_name,omitempty"`
	FrrLabel              uint32                   `protobuf:"varint,7,opt,name=frr_label,json=frrLabel,proto3" json:"frr_label,omitempty"`
	EntryFrrState         string                   `protobuf:"bytes,8,opt,name=entry_frr_state,json=entryFrrState,proto3" json:"entry_frr_state,omitempty"`
	FrrNextHopIpv4Address string                   `` /* 130-byte string literal not displayed */
	IsMldpLsp             bool                     `protobuf:"varint,10,opt,name=is_mldp_lsp,json=isMldpLsp,proto3" json:"is_mldp_lsp,omitempty"`
	IsMulticastTunnel     bool                     `protobuf:"varint,11,opt,name=is_multicast_tunnel,json=isMulticastTunnel,proto3" json:"is_multicast_tunnel,omitempty"`
	MulticastTunnelLegs   uint32                   `protobuf:"varint,12,opt,name=multicast_tunnel_legs,json=multicastTunnelLegs,proto3" json:"multicast_tunnel_legs,omitempty"`
	MulticastLeg          []*FibMplsFrrDbMcastLegs `protobuf:"bytes,13,rep,name=multicast_leg,json=multicastLeg,proto3" json:"multicast_leg,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                 `json:"-"`
	XXX_unrecognized      []byte                   `json:"-"`
	XXX_sizecache         int32                    `json:"-"`
}

func (*FibMplsFrrDbEntry) Descriptor

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

func (*FibMplsFrrDbEntry) GetEntryFrrState

func (m *FibMplsFrrDbEntry) GetEntryFrrState() string

func (*FibMplsFrrDbEntry) GetFrrEntryId

func (m *FibMplsFrrDbEntry) GetFrrEntryId() *FibMplsFrrDbEntryGenId

func (*FibMplsFrrDbEntry) GetFrrInterfaceName

func (m *FibMplsFrrDbEntry) GetFrrInterfaceName() string

func (*FibMplsFrrDbEntry) GetFrrLabel

func (m *FibMplsFrrDbEntry) GetFrrLabel() uint32

func (*FibMplsFrrDbEntry) GetFrrNextHopIpv4Address

func (m *FibMplsFrrDbEntry) GetFrrNextHopIpv4Address() string

func (*FibMplsFrrDbEntry) GetInputLabel

func (m *FibMplsFrrDbEntry) GetInputLabel() uint32

func (*FibMplsFrrDbEntry) GetIsMldpLsp

func (m *FibMplsFrrDbEntry) GetIsMldpLsp() bool

func (*FibMplsFrrDbEntry) GetIsMulticastTunnel

func (m *FibMplsFrrDbEntry) GetIsMulticastTunnel() bool

func (*FibMplsFrrDbEntry) GetMulticastLeg

func (m *FibMplsFrrDbEntry) GetMulticastLeg() []*FibMplsFrrDbMcastLegs

func (*FibMplsFrrDbEntry) GetMulticastTunnelLegs

func (m *FibMplsFrrDbEntry) GetMulticastTunnelLegs() uint32

func (*FibMplsFrrDbEntry) GetOutgoingInterface

func (m *FibMplsFrrDbEntry) GetOutgoingInterface() string

func (*FibMplsFrrDbEntry) GetOutgoingLabel

func (m *FibMplsFrrDbEntry) GetOutgoingLabel() uint32

func (*FibMplsFrrDbEntry) GetTunnelInterfaceName

func (m *FibMplsFrrDbEntry) GetTunnelInterfaceName() string

func (*FibMplsFrrDbEntry) ProtoMessage

func (*FibMplsFrrDbEntry) ProtoMessage()

func (*FibMplsFrrDbEntry) Reset

func (m *FibMplsFrrDbEntry) Reset()

func (*FibMplsFrrDbEntry) String

func (m *FibMplsFrrDbEntry) String() string

func (*FibMplsFrrDbEntry) XXX_DiscardUnknown

func (m *FibMplsFrrDbEntry) XXX_DiscardUnknown()

func (*FibMplsFrrDbEntry) XXX_Marshal

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

func (*FibMplsFrrDbEntry) XXX_Merge

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

func (*FibMplsFrrDbEntry) XXX_Size

func (m *FibMplsFrrDbEntry) XXX_Size() int

func (*FibMplsFrrDbEntry) XXX_Unmarshal

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

type FibMplsFrrDbEntryGenId

type FibMplsFrrDbEntryGenId struct {
	Role                 string                   `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	Head                 *FibMplsFrrDbEntryHeadId `protobuf:"bytes,2,opt,name=head,proto3" json:"head,omitempty"`
	Midpoint             *FibMplsFrrDbEntryMidId  `protobuf:"bytes,3,opt,name=midpoint,proto3" json:"midpoint,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*FibMplsFrrDbEntryGenId) Descriptor

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

func (*FibMplsFrrDbEntryGenId) GetHead

func (*FibMplsFrrDbEntryGenId) GetMidpoint

func (*FibMplsFrrDbEntryGenId) GetRole

func (m *FibMplsFrrDbEntryGenId) GetRole() string

func (*FibMplsFrrDbEntryGenId) ProtoMessage

func (*FibMplsFrrDbEntryGenId) ProtoMessage()

func (*FibMplsFrrDbEntryGenId) Reset

func (m *FibMplsFrrDbEntryGenId) Reset()

func (*FibMplsFrrDbEntryGenId) String

func (m *FibMplsFrrDbEntryGenId) String() string

func (*FibMplsFrrDbEntryGenId) XXX_DiscardUnknown

func (m *FibMplsFrrDbEntryGenId) XXX_DiscardUnknown()

func (*FibMplsFrrDbEntryGenId) XXX_Marshal

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

func (*FibMplsFrrDbEntryGenId) XXX_Merge

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

func (*FibMplsFrrDbEntryGenId) XXX_Size

func (m *FibMplsFrrDbEntryGenId) XXX_Size() int

func (*FibMplsFrrDbEntryGenId) XXX_Unmarshal

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

type FibMplsFrrDbEntryHeadId

type FibMplsFrrDbEntryHeadId struct {
	DestinationPrefix       string   `protobuf:"bytes,1,opt,name=destination_prefix,json=destinationPrefix,proto3" json:"destination_prefix,omitempty"`
	DestinationPrefixLength uint32   `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*FibMplsFrrDbEntryHeadId) Descriptor

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

func (*FibMplsFrrDbEntryHeadId) GetDestinationPrefix

func (m *FibMplsFrrDbEntryHeadId) GetDestinationPrefix() string

func (*FibMplsFrrDbEntryHeadId) GetDestinationPrefixLength

func (m *FibMplsFrrDbEntryHeadId) GetDestinationPrefixLength() uint32

func (*FibMplsFrrDbEntryHeadId) ProtoMessage

func (*FibMplsFrrDbEntryHeadId) ProtoMessage()

func (*FibMplsFrrDbEntryHeadId) Reset

func (m *FibMplsFrrDbEntryHeadId) Reset()

func (*FibMplsFrrDbEntryHeadId) String

func (m *FibMplsFrrDbEntryHeadId) String() string

func (*FibMplsFrrDbEntryHeadId) XXX_DiscardUnknown

func (m *FibMplsFrrDbEntryHeadId) XXX_DiscardUnknown()

func (*FibMplsFrrDbEntryHeadId) XXX_Marshal

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

func (*FibMplsFrrDbEntryHeadId) XXX_Merge

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

func (*FibMplsFrrDbEntryHeadId) XXX_Size

func (m *FibMplsFrrDbEntryHeadId) XXX_Size() int

func (*FibMplsFrrDbEntryHeadId) XXX_Unmarshal

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

type FibMplsFrrDbEntryMidId

type FibMplsFrrDbEntryMidId struct {
	SourceAddress        string   `protobuf:"bytes,1,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"`
	Lspid                uint32   `protobuf:"varint,2,opt,name=lspid,proto3" json:"lspid,omitempty"`
	TunnelId             uint32   `protobuf:"varint,3,opt,name=tunnel_id,json=tunnelId,proto3" json:"tunnel_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FibMplsFrrDbEntryMidId) Descriptor

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

func (*FibMplsFrrDbEntryMidId) GetLspid

func (m *FibMplsFrrDbEntryMidId) GetLspid() uint32

func (*FibMplsFrrDbEntryMidId) GetSourceAddress

func (m *FibMplsFrrDbEntryMidId) GetSourceAddress() string

func (*FibMplsFrrDbEntryMidId) GetTunnelId

func (m *FibMplsFrrDbEntryMidId) GetTunnelId() uint32

func (*FibMplsFrrDbEntryMidId) ProtoMessage

func (*FibMplsFrrDbEntryMidId) ProtoMessage()

func (*FibMplsFrrDbEntryMidId) Reset

func (m *FibMplsFrrDbEntryMidId) Reset()

func (*FibMplsFrrDbEntryMidId) String

func (m *FibMplsFrrDbEntryMidId) String() string

func (*FibMplsFrrDbEntryMidId) XXX_DiscardUnknown

func (m *FibMplsFrrDbEntryMidId) XXX_DiscardUnknown()

func (*FibMplsFrrDbEntryMidId) XXX_Marshal

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

func (*FibMplsFrrDbEntryMidId) XXX_Merge

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

func (*FibMplsFrrDbEntryMidId) XXX_Size

func (m *FibMplsFrrDbEntryMidId) XXX_Size() int

func (*FibMplsFrrDbEntryMidId) XXX_Unmarshal

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

type FibMplsFrrDbMcastLegs

type FibMplsFrrDbMcastLegs struct {
	FrrEntryId            *FibMplsFrrDbEntryGenId `protobuf:"bytes,1,opt,name=frr_entry_id,json=frrEntryId,proto3" json:"frr_entry_id,omitempty"`
	TunnelInterfaceName   string                  `protobuf:"bytes,2,opt,name=tunnel_interface_name,json=tunnelInterfaceName,proto3" json:"tunnel_interface_name,omitempty"`
	InputLabel            uint32                  `protobuf:"varint,3,opt,name=input_label,json=inputLabel,proto3" json:"input_label,omitempty"`
	OutgoingInterface     string                  `protobuf:"bytes,4,opt,name=outgoing_interface,json=outgoingInterface,proto3" json:"outgoing_interface,omitempty"`
	OutgoingLabel         uint32                  `protobuf:"varint,5,opt,name=outgoing_label,json=outgoingLabel,proto3" json:"outgoing_label,omitempty"`
	FrrInterfaceName      string                  `protobuf:"bytes,6,opt,name=frr_interface_name,json=frrInterfaceName,proto3" json:"frr_interface_name,omitempty"`
	FrrLabel              uint32                  `protobuf:"varint,7,opt,name=frr_label,json=frrLabel,proto3" json:"frr_label,omitempty"`
	EntryFrrState         string                  `protobuf:"bytes,8,opt,name=entry_frr_state,json=entryFrrState,proto3" json:"entry_frr_state,omitempty"`
	FrrNextHopIpv4Address string                  `` /* 130-byte string literal not displayed */
	IsMldpLsp             bool                    `protobuf:"varint,10,opt,name=is_mldp_lsp,json=isMldpLsp,proto3" json:"is_mldp_lsp,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                `json:"-"`
	XXX_unrecognized      []byte                  `json:"-"`
	XXX_sizecache         int32                   `json:"-"`
}

func (*FibMplsFrrDbMcastLegs) Descriptor

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

func (*FibMplsFrrDbMcastLegs) GetEntryFrrState

func (m *FibMplsFrrDbMcastLegs) GetEntryFrrState() string

func (*FibMplsFrrDbMcastLegs) GetFrrEntryId

func (m *FibMplsFrrDbMcastLegs) GetFrrEntryId() *FibMplsFrrDbEntryGenId

func (*FibMplsFrrDbMcastLegs) GetFrrInterfaceName

func (m *FibMplsFrrDbMcastLegs) GetFrrInterfaceName() string

func (*FibMplsFrrDbMcastLegs) GetFrrLabel

func (m *FibMplsFrrDbMcastLegs) GetFrrLabel() uint32

func (*FibMplsFrrDbMcastLegs) GetFrrNextHopIpv4Address

func (m *FibMplsFrrDbMcastLegs) GetFrrNextHopIpv4Address() string

func (*FibMplsFrrDbMcastLegs) GetInputLabel

func (m *FibMplsFrrDbMcastLegs) GetInputLabel() uint32

func (*FibMplsFrrDbMcastLegs) GetIsMldpLsp

func (m *FibMplsFrrDbMcastLegs) GetIsMldpLsp() bool

func (*FibMplsFrrDbMcastLegs) GetOutgoingInterface

func (m *FibMplsFrrDbMcastLegs) GetOutgoingInterface() string

func (*FibMplsFrrDbMcastLegs) GetOutgoingLabel

func (m *FibMplsFrrDbMcastLegs) GetOutgoingLabel() uint32

func (*FibMplsFrrDbMcastLegs) GetTunnelInterfaceName

func (m *FibMplsFrrDbMcastLegs) GetTunnelInterfaceName() string

func (*FibMplsFrrDbMcastLegs) ProtoMessage

func (*FibMplsFrrDbMcastLegs) ProtoMessage()

func (*FibMplsFrrDbMcastLegs) Reset

func (m *FibMplsFrrDbMcastLegs) Reset()

func (*FibMplsFrrDbMcastLegs) String

func (m *FibMplsFrrDbMcastLegs) String() string

func (*FibMplsFrrDbMcastLegs) XXX_DiscardUnknown

func (m *FibMplsFrrDbMcastLegs) XXX_DiscardUnknown()

func (*FibMplsFrrDbMcastLegs) XXX_Marshal

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

func (*FibMplsFrrDbMcastLegs) XXX_Merge

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

func (*FibMplsFrrDbMcastLegs) XXX_Size

func (m *FibMplsFrrDbMcastLegs) XXX_Size() int

func (*FibMplsFrrDbMcastLegs) XXX_Unmarshal

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

type MplsFrrDbEntry

type MplsFrrDbEntry struct {
	FrrDb                *FibMplsFrrDbEntry `protobuf:"bytes,50,opt,name=frr_db,json=frrDb,proto3" json:"frr_db,omitempty"`
	OutgoingLableString  string             `protobuf:"bytes,51,opt,name=outgoing_lable_string,json=outgoingLableString,proto3" json:"outgoing_lable_string,omitempty"`
	FrrLableString       string             `protobuf:"bytes,52,opt,name=frr_lable_string,json=frrLableString,proto3" json:"frr_lable_string,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*MplsFrrDbEntry) Descriptor

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

func (*MplsFrrDbEntry) GetFrrDb

func (m *MplsFrrDbEntry) GetFrrDb() *FibMplsFrrDbEntry

func (*MplsFrrDbEntry) GetFrrLableString

func (m *MplsFrrDbEntry) GetFrrLableString() string

func (*MplsFrrDbEntry) GetOutgoingLableString

func (m *MplsFrrDbEntry) GetOutgoingLableString() string

func (*MplsFrrDbEntry) ProtoMessage

func (*MplsFrrDbEntry) ProtoMessage()

func (*MplsFrrDbEntry) Reset

func (m *MplsFrrDbEntry) Reset()

func (*MplsFrrDbEntry) String

func (m *MplsFrrDbEntry) String() string

func (*MplsFrrDbEntry) XXX_DiscardUnknown

func (m *MplsFrrDbEntry) XXX_DiscardUnknown()

func (*MplsFrrDbEntry) XXX_Marshal

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

func (*MplsFrrDbEntry) XXX_Merge

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

func (*MplsFrrDbEntry) XXX_Size

func (m *MplsFrrDbEntry) XXX_Size() int

func (*MplsFrrDbEntry) XXX_Unmarshal

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

type MplsFrrDbEntry_KEYS

type MplsFrrDbEntry_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 (*MplsFrrDbEntry_KEYS) Descriptor

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

func (*MplsFrrDbEntry_KEYS) GetInterfaceName

func (m *MplsFrrDbEntry_KEYS) GetInterfaceName() string

func (*MplsFrrDbEntry_KEYS) GetNodeName

func (m *MplsFrrDbEntry_KEYS) GetNodeName() string

func (*MplsFrrDbEntry_KEYS) ProtoMessage

func (*MplsFrrDbEntry_KEYS) ProtoMessage()

func (*MplsFrrDbEntry_KEYS) Reset

func (m *MplsFrrDbEntry_KEYS) Reset()

func (*MplsFrrDbEntry_KEYS) String

func (m *MplsFrrDbEntry_KEYS) String() string

func (*MplsFrrDbEntry_KEYS) XXX_DiscardUnknown

func (m *MplsFrrDbEntry_KEYS) XXX_DiscardUnknown()

func (*MplsFrrDbEntry_KEYS) XXX_Marshal

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

func (*MplsFrrDbEntry_KEYS) XXX_Merge

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

func (*MplsFrrDbEntry_KEYS) XXX_Size

func (m *MplsFrrDbEntry_KEYS) XXX_Size() int

func (*MplsFrrDbEntry_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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