cisco_ios_xr_mpls_ldp_oper_mpls_ldp_global_active_vrfs_vrf_afs_af_discovery_link_hellos_link_hello

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-mpls-ldp-oper:mpls-ldp/global/active/vrfs/vrf/afs/af/discovery/link-hellos/link-hello

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LdpDiscoveryLinkAfInfo

type LdpDiscoveryLinkAfInfo struct {
	LocalSrcAddress       *LdpIpAddrTUnion `protobuf:"bytes,1,opt,name=local_src_address,json=localSrcAddress,proto3" json:"local_src_address,omitempty"`
	LocalTransportAddress *LdpIpAddrTUnion `` /* 126-byte string literal not displayed */
	Interval              uint32           `protobuf:"varint,3,opt,name=interval,proto3" json:"interval,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}         `json:"-"`
	XXX_unrecognized      []byte           `json:"-"`
	XXX_sizecache         int32            `json:"-"`
}

func (*LdpDiscoveryLinkAfInfo) Descriptor

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

func (*LdpDiscoveryLinkAfInfo) GetInterval

func (m *LdpDiscoveryLinkAfInfo) GetInterval() uint32

func (*LdpDiscoveryLinkAfInfo) GetLocalSrcAddress

func (m *LdpDiscoveryLinkAfInfo) GetLocalSrcAddress() *LdpIpAddrTUnion

func (*LdpDiscoveryLinkAfInfo) GetLocalTransportAddress

func (m *LdpDiscoveryLinkAfInfo) GetLocalTransportAddress() *LdpIpAddrTUnion

func (*LdpDiscoveryLinkAfInfo) ProtoMessage

func (*LdpDiscoveryLinkAfInfo) ProtoMessage()

func (*LdpDiscoveryLinkAfInfo) Reset

func (m *LdpDiscoveryLinkAfInfo) Reset()

func (*LdpDiscoveryLinkAfInfo) String

func (m *LdpDiscoveryLinkAfInfo) String() string

func (*LdpDiscoveryLinkAfInfo) XXX_DiscardUnknown

func (m *LdpDiscoveryLinkAfInfo) XXX_DiscardUnknown()

func (*LdpDiscoveryLinkAfInfo) XXX_Marshal

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

func (*LdpDiscoveryLinkAfInfo) XXX_Merge

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

func (*LdpDiscoveryLinkAfInfo) XXX_Size

func (m *LdpDiscoveryLinkAfInfo) XXX_Size() int

func (*LdpDiscoveryLinkAfInfo) XXX_Unmarshal

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

type LdpDiscoveryLinkInfo

type LdpDiscoveryLinkInfo struct {
	HelloInformation     []*LdpHelloInfo           `protobuf:"bytes,50,rep,name=hello_information,json=helloInformation,proto3" json:"hello_information,omitempty"`
	DiscoveryLinkAf      []*LdpDiscoveryLinkAfInfo `protobuf:"bytes,51,rep,name=discovery_link_af,json=discoveryLinkAf,proto3" json:"discovery_link_af,omitempty"`
	NextHello            uint32                    `protobuf:"varint,52,opt,name=next_hello,json=nextHello,proto3" json:"next_hello,omitempty"`
	Interface            string                    `protobuf:"bytes,53,opt,name=interface,proto3" json:"interface,omitempty"`
	InterfaceNameXr      string                    `protobuf:"bytes,54,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"`
	Vrf                  *LdpVrfInfo               `protobuf:"bytes,55,opt,name=vrf,proto3" json:"vrf,omitempty"`
	QuickStartDisabled   bool                      `protobuf:"varint,56,opt,name=quick_start_disabled,json=quickStartDisabled,proto3" json:"quick_start_disabled,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*LdpDiscoveryLinkInfo) Descriptor

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

func (*LdpDiscoveryLinkInfo) GetDiscoveryLinkAf

func (m *LdpDiscoveryLinkInfo) GetDiscoveryLinkAf() []*LdpDiscoveryLinkAfInfo

func (*LdpDiscoveryLinkInfo) GetHelloInformation

func (m *LdpDiscoveryLinkInfo) GetHelloInformation() []*LdpHelloInfo

func (*LdpDiscoveryLinkInfo) GetInterface

func (m *LdpDiscoveryLinkInfo) GetInterface() string

func (*LdpDiscoveryLinkInfo) GetInterfaceNameXr

func (m *LdpDiscoveryLinkInfo) GetInterfaceNameXr() string

func (*LdpDiscoveryLinkInfo) GetNextHello

func (m *LdpDiscoveryLinkInfo) GetNextHello() uint32

func (*LdpDiscoveryLinkInfo) GetQuickStartDisabled

func (m *LdpDiscoveryLinkInfo) GetQuickStartDisabled() bool

func (*LdpDiscoveryLinkInfo) GetVrf

func (m *LdpDiscoveryLinkInfo) GetVrf() *LdpVrfInfo

func (*LdpDiscoveryLinkInfo) ProtoMessage

func (*LdpDiscoveryLinkInfo) ProtoMessage()

func (*LdpDiscoveryLinkInfo) Reset

func (m *LdpDiscoveryLinkInfo) Reset()

func (*LdpDiscoveryLinkInfo) String

func (m *LdpDiscoveryLinkInfo) String() string

func (*LdpDiscoveryLinkInfo) XXX_DiscardUnknown

func (m *LdpDiscoveryLinkInfo) XXX_DiscardUnknown()

func (*LdpDiscoveryLinkInfo) XXX_Marshal

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

func (*LdpDiscoveryLinkInfo) XXX_Merge

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

func (*LdpDiscoveryLinkInfo) XXX_Size

func (m *LdpDiscoveryLinkInfo) XXX_Size() int

func (*LdpDiscoveryLinkInfo) XXX_Unmarshal

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

type LdpDiscoveryLinkInfo_KEYS

type LdpDiscoveryLinkInfo_KEYS struct {
	VrfName              string   `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	AfName               string   `protobuf:"bytes,2,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	InterfaceName        string   `protobuf:"bytes,3,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LdpDiscoveryLinkInfo_KEYS) Descriptor

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

func (*LdpDiscoveryLinkInfo_KEYS) GetAfName

func (m *LdpDiscoveryLinkInfo_KEYS) GetAfName() string

func (*LdpDiscoveryLinkInfo_KEYS) GetInterfaceName

func (m *LdpDiscoveryLinkInfo_KEYS) GetInterfaceName() string

func (*LdpDiscoveryLinkInfo_KEYS) GetVrfName

func (m *LdpDiscoveryLinkInfo_KEYS) GetVrfName() string

func (*LdpDiscoveryLinkInfo_KEYS) ProtoMessage

func (*LdpDiscoveryLinkInfo_KEYS) ProtoMessage()

func (*LdpDiscoveryLinkInfo_KEYS) Reset

func (m *LdpDiscoveryLinkInfo_KEYS) Reset()

func (*LdpDiscoveryLinkInfo_KEYS) String

func (m *LdpDiscoveryLinkInfo_KEYS) String() string

func (*LdpDiscoveryLinkInfo_KEYS) XXX_DiscardUnknown

func (m *LdpDiscoveryLinkInfo_KEYS) XXX_DiscardUnknown()

func (*LdpDiscoveryLinkInfo_KEYS) XXX_Marshal

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

func (*LdpDiscoveryLinkInfo_KEYS) XXX_Merge

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

func (*LdpDiscoveryLinkInfo_KEYS) XXX_Size

func (m *LdpDiscoveryLinkInfo_KEYS) XXX_Size() int

func (*LdpDiscoveryLinkInfo_KEYS) XXX_Unmarshal

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

type LdpHelloInfo

type LdpHelloInfo struct {
	NeighborSrcAddress          *LdpIpAddrTUnion   `protobuf:"bytes,1,opt,name=neighbor_src_address,json=neighborSrcAddress,proto3" json:"neighbor_src_address,omitempty"`
	NeighborTransportAddress    *LdpIpAddrTUnion   `` /* 135-byte string literal not displayed */
	NeighborLdpIdentifier       string             `` /* 126-byte string literal not displayed */
	IsNoRoute                   bool               `protobuf:"varint,4,opt,name=is_no_route,json=isNoRoute,proto3" json:"is_no_route,omitempty"`
	HoldTime                    uint32             `protobuf:"varint,5,opt,name=hold_time,json=holdTime,proto3" json:"hold_time,omitempty"`
	LocalHoldTime               uint32             `protobuf:"varint,6,opt,name=local_hold_time,json=localHoldTime,proto3" json:"local_hold_time,omitempty"`
	NeighborHoldTime            uint32             `protobuf:"varint,7,opt,name=neighbor_hold_time,json=neighborHoldTime,proto3" json:"neighbor_hold_time,omitempty"`
	DiscExpiry                  uint32             `protobuf:"varint,8,opt,name=disc_expiry,json=discExpiry,proto3" json:"disc_expiry,omitempty"`
	IsTargeted                  bool               `protobuf:"varint,9,opt,name=is_targeted,json=isTargeted,proto3" json:"is_targeted,omitempty"`
	Target                      *LdpIpAddrTUnion   `protobuf:"bytes,10,opt,name=target,proto3" json:"target,omitempty"`
	SessionUp                   bool               `protobuf:"varint,11,opt,name=session_up,json=sessionUp,proto3" json:"session_up,omitempty"`
	EstablishedTime             uint64             `protobuf:"varint,12,opt,name=established_time,json=establishedTime,proto3" json:"established_time,omitempty"`
	EstablishedAge              uint64             `protobuf:"varint,13,opt,name=established_age,json=establishedAge,proto3" json:"established_age,omitempty"`
	SessionBringupFailureReason string             `` /* 147-byte string literal not displayed */
	LastSessionDownInfo         []*LdpLastSessInfo `protobuf:"bytes,15,rep,name=last_session_down_info,json=lastSessionDownInfo,proto3" json:"last_session_down_info,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}           `json:"-"`
	XXX_unrecognized            []byte             `json:"-"`
	XXX_sizecache               int32              `json:"-"`
}

func (*LdpHelloInfo) Descriptor

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

func (*LdpHelloInfo) GetDiscExpiry

func (m *LdpHelloInfo) GetDiscExpiry() uint32

func (*LdpHelloInfo) GetEstablishedAge

func (m *LdpHelloInfo) GetEstablishedAge() uint64

func (*LdpHelloInfo) GetEstablishedTime

func (m *LdpHelloInfo) GetEstablishedTime() uint64

func (*LdpHelloInfo) GetHoldTime

func (m *LdpHelloInfo) GetHoldTime() uint32

func (*LdpHelloInfo) GetIsNoRoute

func (m *LdpHelloInfo) GetIsNoRoute() bool

func (*LdpHelloInfo) GetIsTargeted

func (m *LdpHelloInfo) GetIsTargeted() bool

func (*LdpHelloInfo) GetLastSessionDownInfo

func (m *LdpHelloInfo) GetLastSessionDownInfo() []*LdpLastSessInfo

func (*LdpHelloInfo) GetLocalHoldTime

func (m *LdpHelloInfo) GetLocalHoldTime() uint32

func (*LdpHelloInfo) GetNeighborHoldTime

func (m *LdpHelloInfo) GetNeighborHoldTime() uint32

func (*LdpHelloInfo) GetNeighborLdpIdentifier

func (m *LdpHelloInfo) GetNeighborLdpIdentifier() string

func (*LdpHelloInfo) GetNeighborSrcAddress

func (m *LdpHelloInfo) GetNeighborSrcAddress() *LdpIpAddrTUnion

func (*LdpHelloInfo) GetNeighborTransportAddress

func (m *LdpHelloInfo) GetNeighborTransportAddress() *LdpIpAddrTUnion

func (*LdpHelloInfo) GetSessionBringupFailureReason

func (m *LdpHelloInfo) GetSessionBringupFailureReason() string

func (*LdpHelloInfo) GetSessionUp

func (m *LdpHelloInfo) GetSessionUp() bool

func (*LdpHelloInfo) GetTarget

func (m *LdpHelloInfo) GetTarget() *LdpIpAddrTUnion

func (*LdpHelloInfo) ProtoMessage

func (*LdpHelloInfo) ProtoMessage()

func (*LdpHelloInfo) Reset

func (m *LdpHelloInfo) Reset()

func (*LdpHelloInfo) String

func (m *LdpHelloInfo) String() string

func (*LdpHelloInfo) XXX_DiscardUnknown

func (m *LdpHelloInfo) XXX_DiscardUnknown()

func (*LdpHelloInfo) XXX_Marshal

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

func (*LdpHelloInfo) XXX_Merge

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

func (*LdpHelloInfo) XXX_Size

func (m *LdpHelloInfo) XXX_Size() int

func (*LdpHelloInfo) XXX_Unmarshal

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

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 LdpLastSessInfo

type LdpLastSessInfo struct {
	LastSessionDownReason string   `` /* 128-byte string literal not displayed */
	LastSessionDownTime   uint64   `protobuf:"varint,2,opt,name=last_session_down_time,json=lastSessionDownTime,proto3" json:"last_session_down_time,omitempty"`
	LastSessionUpTime     uint32   `protobuf:"varint,3,opt,name=last_session_up_time,json=lastSessionUpTime,proto3" json:"last_session_up_time,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*LdpLastSessInfo) Descriptor

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

func (*LdpLastSessInfo) GetLastSessionDownReason

func (m *LdpLastSessInfo) GetLastSessionDownReason() string

func (*LdpLastSessInfo) GetLastSessionDownTime

func (m *LdpLastSessInfo) GetLastSessionDownTime() uint64

func (*LdpLastSessInfo) GetLastSessionUpTime

func (m *LdpLastSessInfo) GetLastSessionUpTime() uint32

func (*LdpLastSessInfo) ProtoMessage

func (*LdpLastSessInfo) ProtoMessage()

func (*LdpLastSessInfo) Reset

func (m *LdpLastSessInfo) Reset()

func (*LdpLastSessInfo) String

func (m *LdpLastSessInfo) String() string

func (*LdpLastSessInfo) XXX_DiscardUnknown

func (m *LdpLastSessInfo) XXX_DiscardUnknown()

func (*LdpLastSessInfo) XXX_Marshal

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

func (*LdpLastSessInfo) XXX_Merge

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

func (*LdpLastSessInfo) XXX_Size

func (m *LdpLastSessInfo) XXX_Size() int

func (*LdpLastSessInfo) XXX_Unmarshal

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