Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-pim-oper:ipv6-pim/active/vrfs/vrf/interface-old-formats/interface-old-format
Index ¶
- type PimAddrtype
- func (*PimAddrtype) Descriptor() ([]byte, []int)
- func (m *PimAddrtype) GetAfName() string
- func (m *PimAddrtype) GetIpv4Address() string
- func (m *PimAddrtype) GetIpv6Address() string
- func (*PimAddrtype) ProtoMessage()
- func (m *PimAddrtype) Reset()
- func (m *PimAddrtype) String() string
- func (m *PimAddrtype) XXX_DiscardUnknown()
- func (m *PimAddrtype) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimAddrtype) XXX_Merge(src proto.Message)
- func (m *PimAddrtype) XXX_Size() int
- func (m *PimAddrtype) XXX_Unmarshal(b []byte) error
- type PimIdbBag
- func (*PimIdbBag) Descriptor() ([]byte, []int)
- func (m *PimIdbBag) GetAreWeDr() bool
- func (m *PimIdbBag) GetBfdEnabled() bool
- func (m *PimIdbBag) GetBfdInterval() uint32
- func (m *PimIdbBag) GetBfdMultiplier() uint32
- func (m *PimIdbBag) GetConfiguredOverrideInterval() uint32
- func (m *PimIdbBag) GetConfiguredPropagationDelay() uint32
- func (m *PimIdbBag) GetDrAddress() *PimAddrtype
- func (m *PimIdbBag) GetDrPriority() uint32
- func (m *PimIdbBag) GetExternalNeighborCount() uint32
- func (m *PimIdbBag) GetGenerationId() uint32
- func (m *PimIdbBag) GetHelloExpiry() uint64
- func (m *PimIdbBag) GetHelloInterval() uint32
- func (m *PimIdbBag) GetIdbAclName() string
- func (m *PimIdbBag) GetIdbAclProvided() bool
- func (m *PimIdbBag) GetIdbCurrentCount() uint32
- func (m *PimIdbBag) GetIdbMaxCount() uint32
- func (m *PimIdbBag) GetIdbOorEnabled() bool
- func (m *PimIdbBag) GetIdbThresholdCount() uint32
- func (m *PimIdbBag) GetInterfaceAddress() []*PimAddrtype
- func (m *PimIdbBag) GetInterfaceAddressMask() uint32
- func (m *PimIdbBag) GetInterfaceNameXr() string
- func (m *PimIdbBag) GetIsBatchAssertsCapable() bool
- func (m *PimIdbBag) GetIsBidirectionalCapable() bool
- func (m *PimIdbBag) GetIsEnabled() bool
- func (m *PimIdbBag) GetIsProxyCapable() bool
- func (m *PimIdbBag) GetJoinPruneInterval() uint32
- func (m *PimIdbBag) GetNeighborCount() uint32
- func (m *PimIdbBag) GetNeighborFilterName() string
- func (m *PimIdbBag) GetOverrideInterval() uint32
- func (m *PimIdbBag) GetPassiveInterface() bool
- func (m *PimIdbBag) GetPropagationDelay() uint32
- func (m *PimIdbBag) GetPruneDelayEnabled() bool
- func (m *PimIdbBag) GetVirtualInterface() bool
- func (*PimIdbBag) ProtoMessage()
- func (m *PimIdbBag) Reset()
- func (m *PimIdbBag) String() string
- func (m *PimIdbBag) XXX_DiscardUnknown()
- func (m *PimIdbBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimIdbBag) XXX_Merge(src proto.Message)
- func (m *PimIdbBag) XXX_Size() int
- func (m *PimIdbBag) XXX_Unmarshal(b []byte) error
- type PimIdbBag_KEYS
- func (*PimIdbBag_KEYS) Descriptor() ([]byte, []int)
- func (m *PimIdbBag_KEYS) GetInterfaceName() string
- func (m *PimIdbBag_KEYS) GetVrfName() string
- func (*PimIdbBag_KEYS) ProtoMessage()
- func (m *PimIdbBag_KEYS) Reset()
- func (m *PimIdbBag_KEYS) String() string
- func (m *PimIdbBag_KEYS) XXX_DiscardUnknown()
- func (m *PimIdbBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimIdbBag_KEYS) XXX_Merge(src proto.Message)
- func (m *PimIdbBag_KEYS) XXX_Size() int
- func (m *PimIdbBag_KEYS) XXX_Unmarshal(b []byte) error
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 PimIdbBag ¶
type PimIdbBag struct { InterfaceNameXr string `protobuf:"bytes,50,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"` InterfaceAddress []*PimAddrtype `protobuf:"bytes,51,rep,name=interface_address,json=interfaceAddress,proto3" json:"interface_address,omitempty"` InterfaceAddressMask uint32 `protobuf:"varint,52,opt,name=interface_address_mask,json=interfaceAddressMask,proto3" json:"interface_address_mask,omitempty"` IsEnabled bool `protobuf:"varint,53,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"` NeighborCount uint32 `protobuf:"varint,54,opt,name=neighbor_count,json=neighborCount,proto3" json:"neighbor_count,omitempty"` ExternalNeighborCount uint32 `` /* 128-byte string literal not displayed */ HelloInterval uint32 `protobuf:"varint,56,opt,name=hello_interval,json=helloInterval,proto3" json:"hello_interval,omitempty"` DrAddress *PimAddrtype `protobuf:"bytes,57,opt,name=dr_address,json=drAddress,proto3" json:"dr_address,omitempty"` DrPriority uint32 `protobuf:"varint,58,opt,name=dr_priority,json=drPriority,proto3" json:"dr_priority,omitempty"` HelloExpiry uint64 `protobuf:"varint,59,opt,name=hello_expiry,json=helloExpiry,proto3" json:"hello_expiry,omitempty"` AreWeDr bool `protobuf:"varint,60,opt,name=are_we_dr,json=areWeDr,proto3" json:"are_we_dr,omitempty"` BfdEnabled bool `protobuf:"varint,61,opt,name=bfd_enabled,json=bfdEnabled,proto3" json:"bfd_enabled,omitempty"` BfdInterval uint32 `protobuf:"varint,62,opt,name=bfd_interval,json=bfdInterval,proto3" json:"bfd_interval,omitempty"` BfdMultiplier uint32 `protobuf:"varint,63,opt,name=bfd_multiplier,json=bfdMultiplier,proto3" json:"bfd_multiplier,omitempty"` VirtualInterface bool `protobuf:"varint,64,opt,name=virtual_interface,json=virtualInterface,proto3" json:"virtual_interface,omitempty"` PassiveInterface bool `protobuf:"varint,65,opt,name=passive_interface,json=passiveInterface,proto3" json:"passive_interface,omitempty"` NeighborFilterName string `protobuf:"bytes,66,opt,name=neighbor_filter_name,json=neighborFilterName,proto3" json:"neighbor_filter_name,omitempty"` JoinPruneInterval uint32 `protobuf:"varint,67,opt,name=join_prune_interval,json=joinPruneInterval,proto3" json:"join_prune_interval,omitempty"` PruneDelayEnabled bool `protobuf:"varint,68,opt,name=prune_delay_enabled,json=pruneDelayEnabled,proto3" json:"prune_delay_enabled,omitempty"` ConfiguredPropagationDelay uint32 `` /* 143-byte string literal not displayed */ PropagationDelay uint32 `protobuf:"varint,70,opt,name=propagation_delay,json=propagationDelay,proto3" json:"propagation_delay,omitempty"` ConfiguredOverrideInterval uint32 `` /* 143-byte string literal not displayed */ OverrideInterval uint32 `protobuf:"varint,72,opt,name=override_interval,json=overrideInterval,proto3" json:"override_interval,omitempty"` GenerationId uint32 `protobuf:"varint,73,opt,name=generation_id,json=generationId,proto3" json:"generation_id,omitempty"` IsBidirectionalCapable bool `` /* 131-byte string literal not displayed */ IsProxyCapable bool `protobuf:"varint,75,opt,name=is_proxy_capable,json=isProxyCapable,proto3" json:"is_proxy_capable,omitempty"` IsBatchAssertsCapable bool `` /* 130-byte string literal not displayed */ IdbOorEnabled bool `protobuf:"varint,77,opt,name=idb_oor_enabled,json=idbOorEnabled,proto3" json:"idb_oor_enabled,omitempty"` IdbAclProvided bool `protobuf:"varint,78,opt,name=idb_acl_provided,json=idbAclProvided,proto3" json:"idb_acl_provided,omitempty"` IdbMaxCount uint32 `protobuf:"varint,79,opt,name=idb_max_count,json=idbMaxCount,proto3" json:"idb_max_count,omitempty"` IdbThresholdCount uint32 `protobuf:"varint,80,opt,name=idb_threshold_count,json=idbThresholdCount,proto3" json:"idb_threshold_count,omitempty"` IdbCurrentCount uint32 `protobuf:"varint,81,opt,name=idb_current_count,json=idbCurrentCount,proto3" json:"idb_current_count,omitempty"` IdbAclName string `protobuf:"bytes,82,opt,name=idb_acl_name,json=idbAclName,proto3" json:"idb_acl_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PimIdbBag) Descriptor ¶
func (*PimIdbBag) GetAreWeDr ¶
func (*PimIdbBag) GetBfdEnabled ¶
func (*PimIdbBag) GetBfdInterval ¶
func (*PimIdbBag) GetBfdMultiplier ¶
func (*PimIdbBag) GetConfiguredOverrideInterval ¶
func (*PimIdbBag) GetConfiguredPropagationDelay ¶
func (*PimIdbBag) GetDrAddress ¶
func (m *PimIdbBag) GetDrAddress() *PimAddrtype
func (*PimIdbBag) GetDrPriority ¶
func (*PimIdbBag) GetExternalNeighborCount ¶
func (*PimIdbBag) GetGenerationId ¶
func (*PimIdbBag) GetHelloExpiry ¶
func (*PimIdbBag) GetHelloInterval ¶
func (*PimIdbBag) GetIdbAclName ¶
func (*PimIdbBag) GetIdbAclProvided ¶
func (*PimIdbBag) GetIdbCurrentCount ¶
func (*PimIdbBag) GetIdbMaxCount ¶
func (*PimIdbBag) GetIdbOorEnabled ¶
func (*PimIdbBag) GetIdbThresholdCount ¶
func (*PimIdbBag) GetInterfaceAddress ¶
func (m *PimIdbBag) GetInterfaceAddress() []*PimAddrtype
func (*PimIdbBag) GetInterfaceAddressMask ¶
func (*PimIdbBag) GetInterfaceNameXr ¶
func (*PimIdbBag) GetIsBatchAssertsCapable ¶
func (*PimIdbBag) GetIsBidirectionalCapable ¶
func (*PimIdbBag) GetIsEnabled ¶
func (*PimIdbBag) GetIsProxyCapable ¶
func (*PimIdbBag) GetJoinPruneInterval ¶
func (*PimIdbBag) GetNeighborCount ¶
func (*PimIdbBag) GetNeighborFilterName ¶
func (*PimIdbBag) GetOverrideInterval ¶
func (*PimIdbBag) GetPassiveInterface ¶
func (*PimIdbBag) GetPropagationDelay ¶
func (*PimIdbBag) GetPruneDelayEnabled ¶
func (*PimIdbBag) GetVirtualInterface ¶
func (*PimIdbBag) ProtoMessage ¶
func (*PimIdbBag) ProtoMessage()
func (*PimIdbBag) XXX_DiscardUnknown ¶
func (m *PimIdbBag) XXX_DiscardUnknown()
func (*PimIdbBag) XXX_Marshal ¶
func (*PimIdbBag) XXX_Unmarshal ¶
type PimIdbBag_KEYS ¶
type PimIdbBag_KEYS struct { VrfName string `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_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 (*PimIdbBag_KEYS) Descriptor ¶
func (*PimIdbBag_KEYS) Descriptor() ([]byte, []int)
func (*PimIdbBag_KEYS) GetInterfaceName ¶
func (m *PimIdbBag_KEYS) GetInterfaceName() string
func (*PimIdbBag_KEYS) GetVrfName ¶
func (m *PimIdbBag_KEYS) GetVrfName() string
func (*PimIdbBag_KEYS) ProtoMessage ¶
func (*PimIdbBag_KEYS) ProtoMessage()
func (*PimIdbBag_KEYS) Reset ¶
func (m *PimIdbBag_KEYS) Reset()
func (*PimIdbBag_KEYS) String ¶
func (m *PimIdbBag_KEYS) String() string
func (*PimIdbBag_KEYS) XXX_DiscardUnknown ¶
func (m *PimIdbBag_KEYS) XXX_DiscardUnknown()
func (*PimIdbBag_KEYS) XXX_Marshal ¶
func (m *PimIdbBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PimIdbBag_KEYS) XXX_Merge ¶
func (m *PimIdbBag_KEYS) XXX_Merge(src proto.Message)
func (*PimIdbBag_KEYS) XXX_Size ¶
func (m *PimIdbBag_KEYS) XXX_Size() int
func (*PimIdbBag_KEYS) XXX_Unmarshal ¶
func (m *PimIdbBag_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.