cisco_ios_xr_ipv4_pim_oper_pim_active_default_context_mib_databases_mib_database

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-ipv4-pim-oper:pim/active/default-context/mib-databases/mib-database

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PimAddrtype

type PimAddrtype struct {
	AfName               string   `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	Ipv4Address          string   `protobuf:"bytes,2,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	Ipv6Address          string   `protobuf:"bytes,3,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PimAddrtype) Descriptor

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

func (*PimAddrtype) GetAfName

func (m *PimAddrtype) GetAfName() string

func (*PimAddrtype) GetIpv4Address

func (m *PimAddrtype) GetIpv4Address() string

func (*PimAddrtype) GetIpv6Address

func (m *PimAddrtype) GetIpv6Address() string

func (*PimAddrtype) ProtoMessage

func (*PimAddrtype) ProtoMessage()

func (*PimAddrtype) Reset

func (m *PimAddrtype) Reset()

func (*PimAddrtype) String

func (m *PimAddrtype) String() string

func (*PimAddrtype) XXX_DiscardUnknown

func (m *PimAddrtype) XXX_DiscardUnknown()

func (*PimAddrtype) XXX_Marshal

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

func (*PimAddrtype) XXX_Merge

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

func (*PimAddrtype) XXX_Size

func (m *PimAddrtype) XXX_Size() int

func (*PimAddrtype) XXX_Unmarshal

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

type PimMrouteBag

type PimMrouteBag struct {
	SourceAddressXr        *PimAddrtype `protobuf:"bytes,50,opt,name=source_address_xr,json=sourceAddressXr,proto3" json:"source_address_xr,omitempty"`
	GroupAddressXr         *PimAddrtype `protobuf:"bytes,51,opt,name=group_address_xr,json=groupAddressXr,proto3" json:"group_address_xr,omitempty"`
	UpstreamAssertTimer    int32        `protobuf:"zigzag32,52,opt,name=upstream_assert_timer,json=upstreamAssertTimer,proto3" json:"upstream_assert_timer,omitempty"`
	AssertMetric           uint32       `protobuf:"varint,53,opt,name=assert_metric,json=assertMetric,proto3" json:"assert_metric,omitempty"`
	AssertMetricPreference uint32       `` /* 131-byte string literal not displayed */
	AssertRptBit           bool         `protobuf:"varint,55,opt,name=assert_rpt_bit,json=assertRptBit,proto3" json:"assert_rpt_bit,omitempty"`
	SptBit                 bool         `protobuf:"varint,56,opt,name=spt_bit,json=sptBit,proto3" json:"spt_bit,omitempty"`
	RpfNeighbor            *PimAddrtype `protobuf:"bytes,57,opt,name=rpf_neighbor,json=rpfNeighbor,proto3" json:"rpf_neighbor,omitempty"`
	RpfRoot                *PimAddrtype `protobuf:"bytes,58,opt,name=rpf_root,json=rpfRoot,proto3" json:"rpf_root,omitempty"`
	RpfMask                uint32       `protobuf:"varint,59,opt,name=rpf_mask,json=rpfMask,proto3" json:"rpf_mask,omitempty"`
	RpfSafi                uint32       `protobuf:"varint,60,opt,name=rpf_safi,json=rpfSafi,proto3" json:"rpf_safi,omitempty"`
	RpfTableName           string       `protobuf:"bytes,61,opt,name=rpf_table_name,json=rpfTableName,proto3" json:"rpf_table_name,omitempty"`
	RpfDrop                bool         `protobuf:"varint,62,opt,name=rpf_drop,json=rpfDrop,proto3" json:"rpf_drop,omitempty"`
	RpfExtranet            bool         `protobuf:"varint,63,opt,name=rpf_extranet,json=rpfExtranet,proto3" json:"rpf_extranet,omitempty"`
	RpfInterfaceName       string       `protobuf:"bytes,64,opt,name=rpf_interface_name,json=rpfInterfaceName,proto3" json:"rpf_interface_name,omitempty"`
	RpfVrfName             string       `protobuf:"bytes,65,opt,name=rpf_vrf_name,json=rpfVrfName,proto3" json:"rpf_vrf_name,omitempty"`
	BidirectionalRoute     bool         `protobuf:"varint,66,opt,name=bidirectional_route,json=bidirectionalRoute,proto3" json:"bidirectional_route,omitempty"`
	Uptime                 uint64       `protobuf:"varint,67,opt,name=uptime,proto3" json:"uptime,omitempty"`
	Protocol               string       `protobuf:"bytes,68,opt,name=protocol,proto3" json:"protocol,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}     `json:"-"`
	XXX_unrecognized       []byte       `json:"-"`
	XXX_sizecache          int32        `json:"-"`
}

func (*PimMrouteBag) Descriptor

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

func (*PimMrouteBag) GetAssertMetric

func (m *PimMrouteBag) GetAssertMetric() uint32

func (*PimMrouteBag) GetAssertMetricPreference

func (m *PimMrouteBag) GetAssertMetricPreference() uint32

func (*PimMrouteBag) GetAssertRptBit

func (m *PimMrouteBag) GetAssertRptBit() bool

func (*PimMrouteBag) GetBidirectionalRoute

func (m *PimMrouteBag) GetBidirectionalRoute() bool

func (*PimMrouteBag) GetGroupAddressXr

func (m *PimMrouteBag) GetGroupAddressXr() *PimAddrtype

func (*PimMrouteBag) GetProtocol

func (m *PimMrouteBag) GetProtocol() string

func (*PimMrouteBag) GetRpfDrop

func (m *PimMrouteBag) GetRpfDrop() bool

func (*PimMrouteBag) GetRpfExtranet

func (m *PimMrouteBag) GetRpfExtranet() bool

func (*PimMrouteBag) GetRpfInterfaceName

func (m *PimMrouteBag) GetRpfInterfaceName() string

func (*PimMrouteBag) GetRpfMask

func (m *PimMrouteBag) GetRpfMask() uint32

func (*PimMrouteBag) GetRpfNeighbor

func (m *PimMrouteBag) GetRpfNeighbor() *PimAddrtype

func (*PimMrouteBag) GetRpfRoot

func (m *PimMrouteBag) GetRpfRoot() *PimAddrtype

func (*PimMrouteBag) GetRpfSafi

func (m *PimMrouteBag) GetRpfSafi() uint32

func (*PimMrouteBag) GetRpfTableName

func (m *PimMrouteBag) GetRpfTableName() string

func (*PimMrouteBag) GetRpfVrfName

func (m *PimMrouteBag) GetRpfVrfName() string

func (*PimMrouteBag) GetSourceAddressXr

func (m *PimMrouteBag) GetSourceAddressXr() *PimAddrtype

func (*PimMrouteBag) GetSptBit

func (m *PimMrouteBag) GetSptBit() bool

func (*PimMrouteBag) GetUpstreamAssertTimer

func (m *PimMrouteBag) GetUpstreamAssertTimer() int32

func (*PimMrouteBag) GetUptime

func (m *PimMrouteBag) GetUptime() uint64

func (*PimMrouteBag) ProtoMessage

func (*PimMrouteBag) ProtoMessage()

func (*PimMrouteBag) Reset

func (m *PimMrouteBag) Reset()

func (*PimMrouteBag) String

func (m *PimMrouteBag) String() string

func (*PimMrouteBag) XXX_DiscardUnknown

func (m *PimMrouteBag) XXX_DiscardUnknown()

func (*PimMrouteBag) XXX_Marshal

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

func (*PimMrouteBag) XXX_Merge

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

func (*PimMrouteBag) XXX_Size

func (m *PimMrouteBag) XXX_Size() int

func (*PimMrouteBag) XXX_Unmarshal

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

type PimMrouteBag_KEYS

type PimMrouteBag_KEYS struct {
	SourceAddress        string   `protobuf:"bytes,1,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"`
	GroupAddress         string   `protobuf:"bytes,2,opt,name=group_address,json=groupAddress,proto3" json:"group_address,omitempty"`
	SourceNetmask        uint32   `protobuf:"varint,3,opt,name=source_netmask,json=sourceNetmask,proto3" json:"source_netmask,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PimMrouteBag_KEYS) Descriptor

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

func (*PimMrouteBag_KEYS) GetGroupAddress

func (m *PimMrouteBag_KEYS) GetGroupAddress() string

func (*PimMrouteBag_KEYS) GetSourceAddress

func (m *PimMrouteBag_KEYS) GetSourceAddress() string

func (*PimMrouteBag_KEYS) GetSourceNetmask

func (m *PimMrouteBag_KEYS) GetSourceNetmask() uint32

func (*PimMrouteBag_KEYS) ProtoMessage

func (*PimMrouteBag_KEYS) ProtoMessage()

func (*PimMrouteBag_KEYS) Reset

func (m *PimMrouteBag_KEYS) Reset()

func (*PimMrouteBag_KEYS) String

func (m *PimMrouteBag_KEYS) String() string

func (*PimMrouteBag_KEYS) XXX_DiscardUnknown

func (m *PimMrouteBag_KEYS) XXX_DiscardUnknown()

func (*PimMrouteBag_KEYS) XXX_Marshal

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

func (*PimMrouteBag_KEYS) XXX_Merge

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

func (*PimMrouteBag_KEYS) XXX_Size

func (m *PimMrouteBag_KEYS) XXX_Size() int

func (*PimMrouteBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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