cisco_ios_xr_mpls_ldp_oper_mpls_ldp_global_standby_default_vrf_afs_af_bindings_binding

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-mpls-ldp-oper:mpls-ldp/global/standby/default-vrf/afs/af/bindings/binding

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LdpIpAddrTUnion

type LdpIpAddrTUnion struct {
	Afi                  string   `protobuf:"bytes,1,opt,name=afi,proto3" json:"afi,omitempty"`
	Dummy                uint32   `protobuf:"varint,2,opt,name=dummy,proto3" json:"dummy,omitempty"`
	Ipv4                 string   `protobuf:"bytes,3,opt,name=ipv4,proto3" json:"ipv4,omitempty"`
	Ipv6                 string   `protobuf:"bytes,4,opt,name=ipv6,proto3" json:"ipv6,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LdpIpAddrTUnion) Descriptor

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

func (*LdpIpAddrTUnion) GetAfi

func (m *LdpIpAddrTUnion) GetAfi() string

func (*LdpIpAddrTUnion) GetDummy

func (m *LdpIpAddrTUnion) GetDummy() uint32

func (*LdpIpAddrTUnion) GetIpv4

func (m *LdpIpAddrTUnion) GetIpv4() string

func (*LdpIpAddrTUnion) GetIpv6

func (m *LdpIpAddrTUnion) GetIpv6() string

func (*LdpIpAddrTUnion) ProtoMessage

func (*LdpIpAddrTUnion) ProtoMessage()

func (*LdpIpAddrTUnion) Reset

func (m *LdpIpAddrTUnion) Reset()

func (*LdpIpAddrTUnion) String

func (m *LdpIpAddrTUnion) String() string

func (*LdpIpAddrTUnion) XXX_DiscardUnknown

func (m *LdpIpAddrTUnion) XXX_DiscardUnknown()

func (*LdpIpAddrTUnion) XXX_Marshal

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

func (*LdpIpAddrTUnion) XXX_Merge

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

func (*LdpIpAddrTUnion) XXX_Size

func (m *LdpIpAddrTUnion) XXX_Size() int

func (*LdpIpAddrTUnion) XXX_Unmarshal

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

type LdpLdpidInfo

type LdpLdpidInfo struct {
	LsrId                string   `protobuf:"bytes,1,opt,name=lsr_id,json=lsrId,proto3" json:"lsr_id,omitempty"`
	LabelSpaceId         uint32   `protobuf:"varint,2,opt,name=label_space_id,json=labelSpaceId,proto3" json:"label_space_id,omitempty"`
	LdpId                string   `protobuf:"bytes,3,opt,name=ldp_id,json=ldpId,proto3" json:"ldp_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LdpLdpidInfo) Descriptor

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

func (*LdpLdpidInfo) GetLabelSpaceId

func (m *LdpLdpidInfo) GetLabelSpaceId() uint32

func (*LdpLdpidInfo) GetLdpId

func (m *LdpLdpidInfo) GetLdpId() string

func (*LdpLdpidInfo) GetLsrId

func (m *LdpLdpidInfo) GetLsrId() string

func (*LdpLdpidInfo) ProtoMessage

func (*LdpLdpidInfo) ProtoMessage()

func (*LdpLdpidInfo) Reset

func (m *LdpLdpidInfo) Reset()

func (*LdpLdpidInfo) String

func (m *LdpLdpidInfo) String() string

func (*LdpLdpidInfo) XXX_DiscardUnknown

func (m *LdpLdpidInfo) XXX_DiscardUnknown()

func (*LdpLdpidInfo) XXX_Marshal

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

func (*LdpLdpidInfo) XXX_Merge

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

func (*LdpLdpidInfo) XXX_Size

func (m *LdpLdpidInfo) XXX_Size() int

func (*LdpLdpidInfo) XXX_Unmarshal

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

type LdpTibEntryDetail

type LdpTibEntryDetail struct {
	Vrf                           *LdpVrfInfo          `protobuf:"bytes,50,opt,name=vrf,proto3" json:"vrf,omitempty"`
	PrefixXr                      *LdpIpAddrTUnion     `protobuf:"bytes,51,opt,name=prefix_xr,json=prefixXr,proto3" json:"prefix_xr,omitempty"`
	PrefixLength                  uint32               `protobuf:"varint,52,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	LocalLabel                    uint32               `protobuf:"varint,53,opt,name=local_label,json=localLabel,proto3" json:"local_label,omitempty"`
	LeLocalBindingRevision        uint32               `` /* 133-byte string literal not displayed */
	LeLocalLabelState             string               `protobuf:"bytes,55,opt,name=le_local_label_state,json=leLocalLabelState,proto3" json:"le_local_label_state,omitempty"`
	IsNoRoute                     bool                 `protobuf:"varint,56,opt,name=is_no_route,json=isNoRoute,proto3" json:"is_no_route,omitempty"`
	LabelOor                      bool                 `protobuf:"varint,57,opt,name=label_oor,json=labelOor,proto3" json:"label_oor,omitempty"`
	AdvertisePrefixAcl            string               `protobuf:"bytes,58,opt,name=advertise_prefix_acl,json=advertisePrefixAcl,proto3" json:"advertise_prefix_acl,omitempty"`
	AdvertiseTsrAcl               string               `protobuf:"bytes,59,opt,name=advertise_tsr_acl,json=advertiseTsrAcl,proto3" json:"advertise_tsr_acl,omitempty"`
	RemoteBinding                 []*LdpTibEntryRemote `protobuf:"bytes,60,rep,name=remote_binding,json=remoteBinding,proto3" json:"remote_binding,omitempty"`
	PeersAdvertisedTo             []*LdpLdpidInfo      `protobuf:"bytes,61,rep,name=peers_advertised_to,json=peersAdvertisedTo,proto3" json:"peers_advertised_to,omitempty"`
	PeersAcked                    []*LdpLdpidInfo      `protobuf:"bytes,62,rep,name=peers_acked,json=peersAcked,proto3" json:"peers_acked,omitempty"`
	ConfigEnforcedLocalLabelValue bool                 `` /* 156-byte string literal not displayed */
	IsElc                         bool                 `protobuf:"varint,64,opt,name=is_elc,json=isElc,proto3" json:"is_elc,omitempty"`
	XXX_NoUnkeyedLiteral          struct{}             `json:"-"`
	XXX_unrecognized              []byte               `json:"-"`
	XXX_sizecache                 int32                `json:"-"`
}

func (*LdpTibEntryDetail) Descriptor

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

func (*LdpTibEntryDetail) GetAdvertisePrefixAcl

func (m *LdpTibEntryDetail) GetAdvertisePrefixAcl() string

func (*LdpTibEntryDetail) GetAdvertiseTsrAcl

func (m *LdpTibEntryDetail) GetAdvertiseTsrAcl() string

func (*LdpTibEntryDetail) GetConfigEnforcedLocalLabelValue

func (m *LdpTibEntryDetail) GetConfigEnforcedLocalLabelValue() bool

func (*LdpTibEntryDetail) GetIsElc

func (m *LdpTibEntryDetail) GetIsElc() bool

func (*LdpTibEntryDetail) GetIsNoRoute

func (m *LdpTibEntryDetail) GetIsNoRoute() bool

func (*LdpTibEntryDetail) GetLabelOor

func (m *LdpTibEntryDetail) GetLabelOor() bool

func (*LdpTibEntryDetail) GetLeLocalBindingRevision

func (m *LdpTibEntryDetail) GetLeLocalBindingRevision() uint32

func (*LdpTibEntryDetail) GetLeLocalLabelState

func (m *LdpTibEntryDetail) GetLeLocalLabelState() string

func (*LdpTibEntryDetail) GetLocalLabel

func (m *LdpTibEntryDetail) GetLocalLabel() uint32

func (*LdpTibEntryDetail) GetPeersAcked

func (m *LdpTibEntryDetail) GetPeersAcked() []*LdpLdpidInfo

func (*LdpTibEntryDetail) GetPeersAdvertisedTo

func (m *LdpTibEntryDetail) GetPeersAdvertisedTo() []*LdpLdpidInfo

func (*LdpTibEntryDetail) GetPrefixLength

func (m *LdpTibEntryDetail) GetPrefixLength() uint32

func (*LdpTibEntryDetail) GetPrefixXr

func (m *LdpTibEntryDetail) GetPrefixXr() *LdpIpAddrTUnion

func (*LdpTibEntryDetail) GetRemoteBinding

func (m *LdpTibEntryDetail) GetRemoteBinding() []*LdpTibEntryRemote

func (*LdpTibEntryDetail) GetVrf

func (m *LdpTibEntryDetail) GetVrf() *LdpVrfInfo

func (*LdpTibEntryDetail) ProtoMessage

func (*LdpTibEntryDetail) ProtoMessage()

func (*LdpTibEntryDetail) Reset

func (m *LdpTibEntryDetail) Reset()

func (*LdpTibEntryDetail) String

func (m *LdpTibEntryDetail) String() string

func (*LdpTibEntryDetail) XXX_DiscardUnknown

func (m *LdpTibEntryDetail) XXX_DiscardUnknown()

func (*LdpTibEntryDetail) XXX_Marshal

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

func (*LdpTibEntryDetail) XXX_Merge

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

func (*LdpTibEntryDetail) XXX_Size

func (m *LdpTibEntryDetail) XXX_Size() int

func (*LdpTibEntryDetail) XXX_Unmarshal

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

type LdpTibEntryDetail_KEYS

type LdpTibEntryDetail_KEYS struct {
	AfName               string   `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	Prefix               string   `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LdpTibEntryDetail_KEYS) Descriptor

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

func (*LdpTibEntryDetail_KEYS) GetAfName

func (m *LdpTibEntryDetail_KEYS) GetAfName() string

func (*LdpTibEntryDetail_KEYS) GetPrefix

func (m *LdpTibEntryDetail_KEYS) GetPrefix() string

func (*LdpTibEntryDetail_KEYS) ProtoMessage

func (*LdpTibEntryDetail_KEYS) ProtoMessage()

func (*LdpTibEntryDetail_KEYS) Reset

func (m *LdpTibEntryDetail_KEYS) Reset()

func (*LdpTibEntryDetail_KEYS) String

func (m *LdpTibEntryDetail_KEYS) String() string

func (*LdpTibEntryDetail_KEYS) XXX_DiscardUnknown

func (m *LdpTibEntryDetail_KEYS) XXX_DiscardUnknown()

func (*LdpTibEntryDetail_KEYS) XXX_Marshal

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

func (*LdpTibEntryDetail_KEYS) XXX_Merge

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

func (*LdpTibEntryDetail_KEYS) XXX_Size

func (m *LdpTibEntryDetail_KEYS) XXX_Size() int

func (*LdpTibEntryDetail_KEYS) XXX_Unmarshal

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

type LdpTibEntryRemote

type LdpTibEntryRemote struct {
	RemoteLabel           uint32        `protobuf:"varint,1,opt,name=remote_label,json=remoteLabel,proto3" json:"remote_label,omitempty"`
	AssigningPeerLdpIdent *LdpLdpidInfo `` /* 128-byte string literal not displayed */
	IsStale               bool          `protobuf:"varint,3,opt,name=is_stale,json=isStale,proto3" json:"is_stale,omitempty"`
	IsElc                 bool          `protobuf:"varint,4,opt,name=is_elc,json=isElc,proto3" json:"is_elc,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}      `json:"-"`
	XXX_unrecognized      []byte        `json:"-"`
	XXX_sizecache         int32         `json:"-"`
}

func (*LdpTibEntryRemote) Descriptor

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

func (*LdpTibEntryRemote) GetAssigningPeerLdpIdent

func (m *LdpTibEntryRemote) GetAssigningPeerLdpIdent() *LdpLdpidInfo

func (*LdpTibEntryRemote) GetIsElc

func (m *LdpTibEntryRemote) GetIsElc() bool

func (*LdpTibEntryRemote) GetIsStale

func (m *LdpTibEntryRemote) GetIsStale() bool

func (*LdpTibEntryRemote) GetRemoteLabel

func (m *LdpTibEntryRemote) GetRemoteLabel() uint32

func (*LdpTibEntryRemote) ProtoMessage

func (*LdpTibEntryRemote) ProtoMessage()

func (*LdpTibEntryRemote) Reset

func (m *LdpTibEntryRemote) Reset()

func (*LdpTibEntryRemote) String

func (m *LdpTibEntryRemote) String() string

func (*LdpTibEntryRemote) XXX_DiscardUnknown

func (m *LdpTibEntryRemote) XXX_DiscardUnknown()

func (*LdpTibEntryRemote) XXX_Marshal

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

func (*LdpTibEntryRemote) XXX_Merge

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

func (*LdpTibEntryRemote) XXX_Size

func (m *LdpTibEntryRemote) XXX_Size() int

func (*LdpTibEntryRemote) XXX_Unmarshal

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

type LdpVrfInfo

type LdpVrfInfo struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Id                   uint32   `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LdpVrfInfo) Descriptor

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

func (*LdpVrfInfo) GetId

func (m *LdpVrfInfo) GetId() uint32

func (*LdpVrfInfo) GetName

func (m *LdpVrfInfo) GetName() string

func (*LdpVrfInfo) ProtoMessage

func (*LdpVrfInfo) ProtoMessage()

func (*LdpVrfInfo) Reset

func (m *LdpVrfInfo) Reset()

func (*LdpVrfInfo) String

func (m *LdpVrfInfo) String() string

func (*LdpVrfInfo) XXX_DiscardUnknown

func (m *LdpVrfInfo) XXX_DiscardUnknown()

func (*LdpVrfInfo) XXX_Marshal

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

func (*LdpVrfInfo) XXX_Merge

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

func (*LdpVrfInfo) XXX_Size

func (m *LdpVrfInfo) XXX_Size() int

func (*LdpVrfInfo) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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