cisco_ios_xr_l2vpn_oper_l2vpn_forwarding_nodes_node_l2fib_evpn_ip6macs_l2fib_evpn_ip6mac

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-l2vpn-oper:l2vpn-forwarding/nodes/node/l2fib-evpn-ip6macs/l2fib-evpn-ip6mac

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type L2FibEvpnIpmacInfo

type L2FibEvpnIpmacInfo struct {
	BdidXr               uint32        `protobuf:"varint,50,opt,name=bdid_xr,json=bdidXr,proto3" json:"bdid_xr,omitempty"`
	MacAddressXr         string        `protobuf:"bytes,51,opt,name=mac_address_xr,json=macAddressXr,proto3" json:"mac_address_xr,omitempty"`
	IpAddressXr          *L2FibIpAddrT `protobuf:"bytes,52,opt,name=ip_address_xr,json=ipAddressXr,proto3" json:"ip_address_xr,omitempty"`
	ArpNdSyncPending     bool          `protobuf:"varint,53,opt,name=arp_nd_sync_pending,json=arpNdSyncPending,proto3" json:"arp_nd_sync_pending,omitempty"`
	ArpNdProbePending    bool          `protobuf:"varint,54,opt,name=arp_nd_probe_pending,json=arpNdProbePending,proto3" json:"arp_nd_probe_pending,omitempty"`
	ArpNdDeletePending   bool          `protobuf:"varint,55,opt,name=arp_nd_delete_pending,json=arpNdDeletePending,proto3" json:"arp_nd_delete_pending,omitempty"`
	IsLocalXr            bool          `protobuf:"varint,56,opt,name=is_local_xr,json=isLocalXr,proto3" json:"is_local_xr,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*L2FibEvpnIpmacInfo) Descriptor

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

func (*L2FibEvpnIpmacInfo) GetArpNdDeletePending

func (m *L2FibEvpnIpmacInfo) GetArpNdDeletePending() bool

func (*L2FibEvpnIpmacInfo) GetArpNdProbePending

func (m *L2FibEvpnIpmacInfo) GetArpNdProbePending() bool

func (*L2FibEvpnIpmacInfo) GetArpNdSyncPending

func (m *L2FibEvpnIpmacInfo) GetArpNdSyncPending() bool

func (*L2FibEvpnIpmacInfo) GetBdidXr

func (m *L2FibEvpnIpmacInfo) GetBdidXr() uint32

func (*L2FibEvpnIpmacInfo) GetIpAddressXr

func (m *L2FibEvpnIpmacInfo) GetIpAddressXr() *L2FibIpAddrT

func (*L2FibEvpnIpmacInfo) GetIsLocalXr

func (m *L2FibEvpnIpmacInfo) GetIsLocalXr() bool

func (*L2FibEvpnIpmacInfo) GetMacAddressXr

func (m *L2FibEvpnIpmacInfo) GetMacAddressXr() string

func (*L2FibEvpnIpmacInfo) ProtoMessage

func (*L2FibEvpnIpmacInfo) ProtoMessage()

func (*L2FibEvpnIpmacInfo) Reset

func (m *L2FibEvpnIpmacInfo) Reset()

func (*L2FibEvpnIpmacInfo) String

func (m *L2FibEvpnIpmacInfo) String() string

func (*L2FibEvpnIpmacInfo) XXX_DiscardUnknown

func (m *L2FibEvpnIpmacInfo) XXX_DiscardUnknown()

func (*L2FibEvpnIpmacInfo) XXX_Marshal

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

func (*L2FibEvpnIpmacInfo) XXX_Merge

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

func (*L2FibEvpnIpmacInfo) XXX_Size

func (m *L2FibEvpnIpmacInfo) XXX_Size() int

func (*L2FibEvpnIpmacInfo) XXX_Unmarshal

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

type L2FibEvpnIpmacInfo_KEYS

type L2FibEvpnIpmacInfo_KEYS struct {
	NodeId               string   `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Bdid                 uint32   `protobuf:"varint,2,opt,name=bdid,proto3" json:"bdid,omitempty"`
	IpAddress            string   `protobuf:"bytes,3,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	IsLocal              bool     `protobuf:"varint,4,opt,name=is_local,json=isLocal,proto3" json:"is_local,omitempty"`
	MacAddress           string   `protobuf:"bytes,5,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2FibEvpnIpmacInfo_KEYS) Descriptor

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

func (*L2FibEvpnIpmacInfo_KEYS) GetBdid

func (m *L2FibEvpnIpmacInfo_KEYS) GetBdid() uint32

func (*L2FibEvpnIpmacInfo_KEYS) GetIpAddress

func (m *L2FibEvpnIpmacInfo_KEYS) GetIpAddress() string

func (*L2FibEvpnIpmacInfo_KEYS) GetIsLocal

func (m *L2FibEvpnIpmacInfo_KEYS) GetIsLocal() bool

func (*L2FibEvpnIpmacInfo_KEYS) GetMacAddress

func (m *L2FibEvpnIpmacInfo_KEYS) GetMacAddress() string

func (*L2FibEvpnIpmacInfo_KEYS) GetNodeId

func (m *L2FibEvpnIpmacInfo_KEYS) GetNodeId() string

func (*L2FibEvpnIpmacInfo_KEYS) ProtoMessage

func (*L2FibEvpnIpmacInfo_KEYS) ProtoMessage()

func (*L2FibEvpnIpmacInfo_KEYS) Reset

func (m *L2FibEvpnIpmacInfo_KEYS) Reset()

func (*L2FibEvpnIpmacInfo_KEYS) String

func (m *L2FibEvpnIpmacInfo_KEYS) String() string

func (*L2FibEvpnIpmacInfo_KEYS) XXX_DiscardUnknown

func (m *L2FibEvpnIpmacInfo_KEYS) XXX_DiscardUnknown()

func (*L2FibEvpnIpmacInfo_KEYS) XXX_Marshal

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

func (*L2FibEvpnIpmacInfo_KEYS) XXX_Merge

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

func (*L2FibEvpnIpmacInfo_KEYS) XXX_Size

func (m *L2FibEvpnIpmacInfo_KEYS) XXX_Size() int

func (*L2FibEvpnIpmacInfo_KEYS) XXX_Unmarshal

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

type L2FibIpAddrT

type L2FibIpAddrT struct {
	AddrType             string   `protobuf:"bytes,1,opt,name=addr_type,json=addrType,proto3" json:"addr_type,omitempty"`
	Ip                   string   `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2FibIpAddrT) Descriptor

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

func (*L2FibIpAddrT) GetAddrType

func (m *L2FibIpAddrT) GetAddrType() string

func (*L2FibIpAddrT) GetIp

func (m *L2FibIpAddrT) GetIp() string

func (*L2FibIpAddrT) ProtoMessage

func (*L2FibIpAddrT) ProtoMessage()

func (*L2FibIpAddrT) Reset

func (m *L2FibIpAddrT) Reset()

func (*L2FibIpAddrT) String

func (m *L2FibIpAddrT) String() string

func (*L2FibIpAddrT) XXX_DiscardUnknown

func (m *L2FibIpAddrT) XXX_DiscardUnknown()

func (*L2FibIpAddrT) XXX_Marshal

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

func (*L2FibIpAddrT) XXX_Merge

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

func (*L2FibIpAddrT) XXX_Size

func (m *L2FibIpAddrT) XXX_Size() int

func (*L2FibIpAddrT) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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