cisco_ios_xr_mpls_te_oper_mpls_te_igp_area_briefs_igp_area_brief

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-te-oper:mpls-te/igp-area-briefs/igp-area-brief

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TeShIgp

type TeShIgp struct {
	IgpType                string         `protobuf:"bytes,50,opt,name=igp_type,json=igpType,proto3" json:"igp_type,omitempty"`
	InstanceName           string         `protobuf:"bytes,51,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"`
	IgpSystemId            string         `protobuf:"bytes,52,opt,name=igp_system_id,json=igpSystemId,proto3" json:"igp_system_id,omitempty"`
	ConfiguredTeRouterId   string         `` /* 126-byte string literal not displayed */
	GlobalRouterId         string         `protobuf:"bytes,54,opt,name=global_router_id,json=globalRouterId,proto3" json:"global_router_id,omitempty"`
	SecondaryRouterId      []string       `protobuf:"bytes,55,rep,name=secondary_router_id,json=secondaryRouterId,proto3" json:"secondary_router_id,omitempty"`
	GloballRouterIdOptical string         `` /* 132-byte string literal not displayed */
	InUseTeRouterId        string         `protobuf:"bytes,57,opt,name=in_use_te_router_id,json=inUseTeRouterId,proto3" json:"in_use_te_router_id,omitempty"`
	IsConnectionUp         bool           `protobuf:"varint,58,opt,name=is_connection_up,json=isConnectionUp,proto3" json:"is_connection_up,omitempty"`
	ConnectionUpCount      uint32         `protobuf:"varint,59,opt,name=connection_up_count,json=connectionUpCount,proto3" json:"connection_up_count,omitempty"`
	ConnectionDownCount    uint32         `protobuf:"varint,60,opt,name=connection_down_count,json=connectionDownCount,proto3" json:"connection_down_count,omitempty"`
	Area                   []*TeShIgpArea `protobuf:"bytes,61,rep,name=area,proto3" json:"area,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}       `json:"-"`
	XXX_unrecognized       []byte         `json:"-"`
	XXX_sizecache          int32          `json:"-"`
}

func (*TeShIgp) Descriptor

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

func (*TeShIgp) GetArea

func (m *TeShIgp) GetArea() []*TeShIgpArea

func (*TeShIgp) GetConfiguredTeRouterId

func (m *TeShIgp) GetConfiguredTeRouterId() string

func (*TeShIgp) GetConnectionDownCount

func (m *TeShIgp) GetConnectionDownCount() uint32

func (*TeShIgp) GetConnectionUpCount

func (m *TeShIgp) GetConnectionUpCount() uint32

func (*TeShIgp) GetGlobalRouterId

func (m *TeShIgp) GetGlobalRouterId() string

func (*TeShIgp) GetGloballRouterIdOptical

func (m *TeShIgp) GetGloballRouterIdOptical() string

func (*TeShIgp) GetIgpSystemId

func (m *TeShIgp) GetIgpSystemId() string

func (*TeShIgp) GetIgpType

func (m *TeShIgp) GetIgpType() string

func (*TeShIgp) GetInUseTeRouterId

func (m *TeShIgp) GetInUseTeRouterId() string

func (*TeShIgp) GetInstanceName

func (m *TeShIgp) GetInstanceName() string

func (*TeShIgp) GetIsConnectionUp

func (m *TeShIgp) GetIsConnectionUp() bool

func (*TeShIgp) GetSecondaryRouterId

func (m *TeShIgp) GetSecondaryRouterId() []string

func (*TeShIgp) ProtoMessage

func (*TeShIgp) ProtoMessage()

func (*TeShIgp) Reset

func (m *TeShIgp) Reset()

func (*TeShIgp) String

func (m *TeShIgp) String() string

func (*TeShIgp) XXX_DiscardUnknown

func (m *TeShIgp) XXX_DiscardUnknown()

func (*TeShIgp) XXX_Marshal

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

func (*TeShIgp) XXX_Merge

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

func (*TeShIgp) XXX_Size

func (m *TeShIgp) XXX_Size() int

func (*TeShIgp) XXX_Unmarshal

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

type TeShIgpArea

type TeShIgpArea struct {
	AreaIndex            uint32             `protobuf:"varint,1,opt,name=area_index,json=areaIndex,proto3" json:"area_index,omitempty"`
	AreaNumber           uint32             `protobuf:"varint,2,opt,name=area_number,json=areaNumber,proto3" json:"area_number,omitempty"`
	AreaFormat           string             `protobuf:"bytes,3,opt,name=area_format,json=areaFormat,proto3" json:"area_format,omitempty"`
	IsConfigReady        bool               `protobuf:"varint,4,opt,name=is_config_ready,json=isConfigReady,proto3" json:"is_config_ready,omitempty"`
	ActiveData           *TeShIgpAreaActive `protobuf:"bytes,5,opt,name=active_data,json=activeData,proto3" json:"active_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*TeShIgpArea) Descriptor

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

func (*TeShIgpArea) GetActiveData

func (m *TeShIgpArea) GetActiveData() *TeShIgpAreaActive

func (*TeShIgpArea) GetAreaFormat

func (m *TeShIgpArea) GetAreaFormat() string

func (*TeShIgpArea) GetAreaIndex

func (m *TeShIgpArea) GetAreaIndex() uint32

func (*TeShIgpArea) GetAreaNumber

func (m *TeShIgpArea) GetAreaNumber() uint32

func (*TeShIgpArea) GetIsConfigReady

func (m *TeShIgpArea) GetIsConfigReady() bool

func (*TeShIgpArea) ProtoMessage

func (*TeShIgpArea) ProtoMessage()

func (*TeShIgpArea) Reset

func (m *TeShIgpArea) Reset()

func (*TeShIgpArea) String

func (m *TeShIgpArea) String() string

func (*TeShIgpArea) XXX_DiscardUnknown

func (m *TeShIgpArea) XXX_DiscardUnknown()

func (*TeShIgpArea) XXX_Marshal

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

func (*TeShIgpArea) XXX_Merge

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

func (*TeShIgpArea) XXX_Size

func (m *TeShIgpArea) XXX_Size() int

func (*TeShIgpArea) XXX_Unmarshal

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

type TeShIgpAreaActive

type TeShIgpAreaActive struct {
	InterfacesCount             uint32            `protobuf:"varint,1,opt,name=interfaces_count,json=interfacesCount,proto3" json:"interfaces_count,omitempty"`
	LinkIdtReceived             bool              `protobuf:"varint,2,opt,name=link_idt_received,json=linkIdtReceived,proto3" json:"link_idt_received,omitempty"`
	TopologyIdtReceived         bool              `protobuf:"varint,3,opt,name=topology_idt_received,json=topologyIdtReceived,proto3" json:"topology_idt_received,omitempty"`
	SrStrict                    bool              `protobuf:"varint,4,opt,name=sr_strict,json=srStrict,proto3" json:"sr_strict,omitempty"`
	P2PHeadsCount               uint32            `protobuf:"varint,5,opt,name=p2p_heads_count,json=p2pHeadsCount,proto3" json:"p2p_heads_count,omitempty"`
	P2PAutorouteAnnouncedCount  uint32            `` /* 144-byte string literal not displayed */
	P2PForwardingAdjacencyCount uint32            `` /* 147-byte string literal not displayed */
	P2MpDestinationCount        uint32            `protobuf:"varint,8,opt,name=p2mp_destination_count,json=p2mpDestinationCount,proto3" json:"p2mp_destination_count,omitempty"`
	TunnelLooseHops             uint32            `protobuf:"varint,9,opt,name=tunnel_loose_hops,json=tunnelLooseHops,proto3" json:"tunnel_loose_hops,omitempty"`
	AreaStatistics              *TeShIgpAreaStats `protobuf:"bytes,10,opt,name=area_statistics,json=areaStatistics,proto3" json:"area_statistics,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}          `json:"-"`
	XXX_unrecognized            []byte            `json:"-"`
	XXX_sizecache               int32             `json:"-"`
}

func (*TeShIgpAreaActive) Descriptor

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

func (*TeShIgpAreaActive) GetAreaStatistics

func (m *TeShIgpAreaActive) GetAreaStatistics() *TeShIgpAreaStats

func (*TeShIgpAreaActive) GetInterfacesCount

func (m *TeShIgpAreaActive) GetInterfacesCount() uint32

func (*TeShIgpAreaActive) GetLinkIdtReceived

func (m *TeShIgpAreaActive) GetLinkIdtReceived() bool

func (*TeShIgpAreaActive) GetP2MpDestinationCount

func (m *TeShIgpAreaActive) GetP2MpDestinationCount() uint32

func (*TeShIgpAreaActive) GetP2PAutorouteAnnouncedCount

func (m *TeShIgpAreaActive) GetP2PAutorouteAnnouncedCount() uint32

func (*TeShIgpAreaActive) GetP2PForwardingAdjacencyCount

func (m *TeShIgpAreaActive) GetP2PForwardingAdjacencyCount() uint32

func (*TeShIgpAreaActive) GetP2PHeadsCount

func (m *TeShIgpAreaActive) GetP2PHeadsCount() uint32

func (*TeShIgpAreaActive) GetSrStrict

func (m *TeShIgpAreaActive) GetSrStrict() bool

func (*TeShIgpAreaActive) GetTopologyIdtReceived

func (m *TeShIgpAreaActive) GetTopologyIdtReceived() bool

func (*TeShIgpAreaActive) GetTunnelLooseHops

func (m *TeShIgpAreaActive) GetTunnelLooseHops() uint32

func (*TeShIgpAreaActive) ProtoMessage

func (*TeShIgpAreaActive) ProtoMessage()

func (*TeShIgpAreaActive) Reset

func (m *TeShIgpAreaActive) Reset()

func (*TeShIgpAreaActive) String

func (m *TeShIgpAreaActive) String() string

func (*TeShIgpAreaActive) XXX_DiscardUnknown

func (m *TeShIgpAreaActive) XXX_DiscardUnknown()

func (*TeShIgpAreaActive) XXX_Marshal

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

func (*TeShIgpAreaActive) XXX_Merge

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

func (*TeShIgpAreaActive) XXX_Size

func (m *TeShIgpAreaActive) XXX_Size() int

func (*TeShIgpAreaActive) XXX_Unmarshal

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

type TeShIgpAreaStats

type TeShIgpAreaStats struct {
	AreaAdjacencyRequestMessages    uint32   `` /* 150-byte string literal not displayed */
	AreaAdjacencyAnnounceMessages   uint32   `` /* 153-byte string literal not displayed */
	AreaFloodMessages               uint32   `protobuf:"varint,3,opt,name=area_flood_messages,json=areaFloodMessages,proto3" json:"area_flood_messages,omitempty"`
	AreaLsaAnnounceMessages         uint32   `` /* 135-byte string literal not displayed */
	AreaLsaFragmentAnnounceMessages uint32   `` /* 161-byte string literal not displayed */
	AreaLsaDeleteMessages           uint32   `` /* 129-byte string literal not displayed */
	AreaLsaFragmentDeleteMessages   uint32   `` /* 155-byte string literal not displayed */
	AreaTunnelAnnounceMessages      uint32   `` /* 144-byte string literal not displayed */
	XXX_NoUnkeyedLiteral            struct{} `json:"-"`
	XXX_unrecognized                []byte   `json:"-"`
	XXX_sizecache                   int32    `json:"-"`
}

func (*TeShIgpAreaStats) Descriptor

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

func (*TeShIgpAreaStats) GetAreaAdjacencyAnnounceMessages

func (m *TeShIgpAreaStats) GetAreaAdjacencyAnnounceMessages() uint32

func (*TeShIgpAreaStats) GetAreaAdjacencyRequestMessages

func (m *TeShIgpAreaStats) GetAreaAdjacencyRequestMessages() uint32

func (*TeShIgpAreaStats) GetAreaFloodMessages

func (m *TeShIgpAreaStats) GetAreaFloodMessages() uint32

func (*TeShIgpAreaStats) GetAreaLsaAnnounceMessages

func (m *TeShIgpAreaStats) GetAreaLsaAnnounceMessages() uint32

func (*TeShIgpAreaStats) GetAreaLsaDeleteMessages

func (m *TeShIgpAreaStats) GetAreaLsaDeleteMessages() uint32

func (*TeShIgpAreaStats) GetAreaLsaFragmentAnnounceMessages

func (m *TeShIgpAreaStats) GetAreaLsaFragmentAnnounceMessages() uint32

func (*TeShIgpAreaStats) GetAreaLsaFragmentDeleteMessages

func (m *TeShIgpAreaStats) GetAreaLsaFragmentDeleteMessages() uint32

func (*TeShIgpAreaStats) GetAreaTunnelAnnounceMessages

func (m *TeShIgpAreaStats) GetAreaTunnelAnnounceMessages() uint32

func (*TeShIgpAreaStats) ProtoMessage

func (*TeShIgpAreaStats) ProtoMessage()

func (*TeShIgpAreaStats) Reset

func (m *TeShIgpAreaStats) Reset()

func (*TeShIgpAreaStats) String

func (m *TeShIgpAreaStats) String() string

func (*TeShIgpAreaStats) XXX_DiscardUnknown

func (m *TeShIgpAreaStats) XXX_DiscardUnknown()

func (*TeShIgpAreaStats) XXX_Marshal

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

func (*TeShIgpAreaStats) XXX_Merge

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

func (*TeShIgpAreaStats) XXX_Size

func (m *TeShIgpAreaStats) XXX_Size() int

func (*TeShIgpAreaStats) XXX_Unmarshal

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

type TeShIgp_KEYS

type TeShIgp_KEYS struct {
	Protocol             string   `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"`
	ProcessTag           string   `protobuf:"bytes,2,opt,name=process_tag,json=processTag,proto3" json:"process_tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TeShIgp_KEYS) Descriptor

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

func (*TeShIgp_KEYS) GetProcessTag

func (m *TeShIgp_KEYS) GetProcessTag() string

func (*TeShIgp_KEYS) GetProtocol

func (m *TeShIgp_KEYS) GetProtocol() string

func (*TeShIgp_KEYS) ProtoMessage

func (*TeShIgp_KEYS) ProtoMessage()

func (*TeShIgp_KEYS) Reset

func (m *TeShIgp_KEYS) Reset()

func (*TeShIgp_KEYS) String

func (m *TeShIgp_KEYS) String() string

func (*TeShIgp_KEYS) XXX_DiscardUnknown

func (m *TeShIgp_KEYS) XXX_DiscardUnknown()

func (*TeShIgp_KEYS) XXX_Marshal

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

func (*TeShIgp_KEYS) XXX_Merge

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

func (*TeShIgp_KEYS) XXX_Size

func (m *TeShIgp_KEYS) XXX_Size() int

func (*TeShIgp_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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