Documentation ¶
Overview ¶
Cisco-IOS-XR-evpn-oper:evpn/standby/summary
Index ¶
- type L2VpnEvpnSummary
- func (*L2VpnEvpnSummary) Descriptor() ([]byte, []int)
- func (m *L2VpnEvpnSummary) GetAs() uint32
- func (m *L2VpnEvpnSummary) GetCarvingTime() uint32
- func (m *L2VpnEvpnSummary) GetCostOut() bool
- func (m *L2VpnEvpnSummary) GetEsEntries() uint32
- func (m *L2VpnEvpnSummary) GetEsGlobalMacRoutes() uint32
- func (m *L2VpnEvpnSummary) GetEvIs() uint32
- func (m *L2VpnEvpnSummary) GetGlobalSourceMac() string
- func (m *L2VpnEvpnSummary) GetL2RibThrottle() bool
- func (m *L2VpnEvpnSummary) GetLabels() uint32
- func (m *L2VpnEvpnSummary) GetLocalEadRoutes() uint32
- func (m *L2VpnEvpnSummary) GetLocalImcastRoutes() uint32
- func (m *L2VpnEvpnSummary) GetLocalIpv4MacRoutes() uint32
- func (m *L2VpnEvpnSummary) GetLocalIpv6MacRoutes() uint32
- func (m *L2VpnEvpnSummary) GetLocalMacRoutes() uint32
- func (m *L2VpnEvpnSummary) GetLoggingDfElectionEnabled() bool
- func (m *L2VpnEvpnSummary) GetNeighborEntries() uint32
- func (m *L2VpnEvpnSummary) GetPeeringTime() uint32
- func (m *L2VpnEvpnSummary) GetRecoveryTime() uint32
- func (m *L2VpnEvpnSummary) GetRemoteEadRoutes() uint32
- func (m *L2VpnEvpnSummary) GetRemoteImcastRoutes() uint32
- func (m *L2VpnEvpnSummary) GetRemoteIpv4MacRoutes() uint32
- func (m *L2VpnEvpnSummary) GetRemoteIpv6MacRoutes() uint32
- func (m *L2VpnEvpnSummary) GetRemoteMacRoutes() uint32
- func (m *L2VpnEvpnSummary) GetRemoteSooMacRoutes() uint32
- func (m *L2VpnEvpnSummary) GetRouterId() string
- func (m *L2VpnEvpnSummary) GetStartupCostInTime() uint32
- func (m *L2VpnEvpnSummary) GetTunnelEndpoints() uint32
- func (*L2VpnEvpnSummary) ProtoMessage()
- func (m *L2VpnEvpnSummary) Reset()
- func (m *L2VpnEvpnSummary) String() string
- func (m *L2VpnEvpnSummary) XXX_DiscardUnknown()
- func (m *L2VpnEvpnSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *L2VpnEvpnSummary) XXX_Merge(src proto.Message)
- func (m *L2VpnEvpnSummary) XXX_Size() int
- func (m *L2VpnEvpnSummary) XXX_Unmarshal(b []byte) error
- type L2VpnEvpnSummary_KEYS
- func (*L2VpnEvpnSummary_KEYS) Descriptor() ([]byte, []int)
- func (*L2VpnEvpnSummary_KEYS) ProtoMessage()
- func (m *L2VpnEvpnSummary_KEYS) Reset()
- func (m *L2VpnEvpnSummary_KEYS) String() string
- func (m *L2VpnEvpnSummary_KEYS) XXX_DiscardUnknown()
- func (m *L2VpnEvpnSummary_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *L2VpnEvpnSummary_KEYS) XXX_Merge(src proto.Message)
- func (m *L2VpnEvpnSummary_KEYS) XXX_Size() int
- func (m *L2VpnEvpnSummary_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type L2VpnEvpnSummary ¶
type L2VpnEvpnSummary struct { RouterId string `protobuf:"bytes,50,opt,name=router_id,json=routerId,proto3" json:"router_id,omitempty"` As uint32 `protobuf:"varint,51,opt,name=as,proto3" json:"as,omitempty"` EvIs uint32 `protobuf:"varint,52,opt,name=ev_is,json=evIs,proto3" json:"ev_is,omitempty"` TunnelEndpoints uint32 `protobuf:"varint,53,opt,name=tunnel_endpoints,json=tunnelEndpoints,proto3" json:"tunnel_endpoints,omitempty"` LocalMacRoutes uint32 `protobuf:"varint,54,opt,name=local_mac_routes,json=localMacRoutes,proto3" json:"local_mac_routes,omitempty"` LocalIpv4MacRoutes uint32 `protobuf:"varint,55,opt,name=local_ipv4_mac_routes,json=localIpv4MacRoutes,proto3" json:"local_ipv4_mac_routes,omitempty"` LocalIpv6MacRoutes uint32 `protobuf:"varint,56,opt,name=local_ipv6_mac_routes,json=localIpv6MacRoutes,proto3" json:"local_ipv6_mac_routes,omitempty"` EsGlobalMacRoutes uint32 `protobuf:"varint,57,opt,name=es_global_mac_routes,json=esGlobalMacRoutes,proto3" json:"es_global_mac_routes,omitempty"` RemoteMacRoutes uint32 `protobuf:"varint,58,opt,name=remote_mac_routes,json=remoteMacRoutes,proto3" json:"remote_mac_routes,omitempty"` RemoteSooMacRoutes uint32 `protobuf:"varint,59,opt,name=remote_soo_mac_routes,json=remoteSooMacRoutes,proto3" json:"remote_soo_mac_routes,omitempty"` RemoteIpv4MacRoutes uint32 `protobuf:"varint,60,opt,name=remote_ipv4_mac_routes,json=remoteIpv4MacRoutes,proto3" json:"remote_ipv4_mac_routes,omitempty"` RemoteIpv6MacRoutes uint32 `protobuf:"varint,61,opt,name=remote_ipv6_mac_routes,json=remoteIpv6MacRoutes,proto3" json:"remote_ipv6_mac_routes,omitempty"` LocalImcastRoutes uint32 `protobuf:"varint,62,opt,name=local_imcast_routes,json=localImcastRoutes,proto3" json:"local_imcast_routes,omitempty"` RemoteImcastRoutes uint32 `protobuf:"varint,63,opt,name=remote_imcast_routes,json=remoteImcastRoutes,proto3" json:"remote_imcast_routes,omitempty"` Labels uint32 `protobuf:"varint,64,opt,name=labels,proto3" json:"labels,omitempty"` EsEntries uint32 `protobuf:"varint,65,opt,name=es_entries,json=esEntries,proto3" json:"es_entries,omitempty"` NeighborEntries uint32 `protobuf:"varint,66,opt,name=neighbor_entries,json=neighborEntries,proto3" json:"neighbor_entries,omitempty"` LocalEadRoutes uint32 `protobuf:"varint,67,opt,name=local_ead_routes,json=localEadRoutes,proto3" json:"local_ead_routes,omitempty"` RemoteEadRoutes uint32 `protobuf:"varint,68,opt,name=remote_ead_routes,json=remoteEadRoutes,proto3" json:"remote_ead_routes,omitempty"` GlobalSourceMac string `protobuf:"bytes,69,opt,name=global_source_mac,json=globalSourceMac,proto3" json:"global_source_mac,omitempty"` PeeringTime uint32 `protobuf:"varint,70,opt,name=peering_time,json=peeringTime,proto3" json:"peering_time,omitempty"` RecoveryTime uint32 `protobuf:"varint,71,opt,name=recovery_time,json=recoveryTime,proto3" json:"recovery_time,omitempty"` CarvingTime uint32 `protobuf:"varint,72,opt,name=carving_time,json=carvingTime,proto3" json:"carving_time,omitempty"` CostOut bool `protobuf:"varint,73,opt,name=cost_out,json=costOut,proto3" json:"cost_out,omitempty"` StartupCostInTime uint32 `protobuf:"varint,74,opt,name=startup_cost_in_time,json=startupCostInTime,proto3" json:"startup_cost_in_time,omitempty"` L2RibThrottle bool `protobuf:"varint,75,opt,name=l2rib_throttle,json=l2ribThrottle,proto3" json:"l2rib_throttle,omitempty"` LoggingDfElectionEnabled bool `` /* 139-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*L2VpnEvpnSummary) Descriptor ¶
func (*L2VpnEvpnSummary) Descriptor() ([]byte, []int)
func (*L2VpnEvpnSummary) GetAs ¶
func (m *L2VpnEvpnSummary) GetAs() uint32
func (*L2VpnEvpnSummary) GetCarvingTime ¶
func (m *L2VpnEvpnSummary) GetCarvingTime() uint32
func (*L2VpnEvpnSummary) GetCostOut ¶
func (m *L2VpnEvpnSummary) GetCostOut() bool
func (*L2VpnEvpnSummary) GetEsEntries ¶
func (m *L2VpnEvpnSummary) GetEsEntries() uint32
func (*L2VpnEvpnSummary) GetEsGlobalMacRoutes ¶
func (m *L2VpnEvpnSummary) GetEsGlobalMacRoutes() uint32
func (*L2VpnEvpnSummary) GetEvIs ¶
func (m *L2VpnEvpnSummary) GetEvIs() uint32
func (*L2VpnEvpnSummary) GetGlobalSourceMac ¶
func (m *L2VpnEvpnSummary) GetGlobalSourceMac() string
func (*L2VpnEvpnSummary) GetL2RibThrottle ¶
func (m *L2VpnEvpnSummary) GetL2RibThrottle() bool
func (*L2VpnEvpnSummary) GetLabels ¶
func (m *L2VpnEvpnSummary) GetLabels() uint32
func (*L2VpnEvpnSummary) GetLocalEadRoutes ¶
func (m *L2VpnEvpnSummary) GetLocalEadRoutes() uint32
func (*L2VpnEvpnSummary) GetLocalImcastRoutes ¶
func (m *L2VpnEvpnSummary) GetLocalImcastRoutes() uint32
func (*L2VpnEvpnSummary) GetLocalIpv4MacRoutes ¶
func (m *L2VpnEvpnSummary) GetLocalIpv4MacRoutes() uint32
func (*L2VpnEvpnSummary) GetLocalIpv6MacRoutes ¶
func (m *L2VpnEvpnSummary) GetLocalIpv6MacRoutes() uint32
func (*L2VpnEvpnSummary) GetLocalMacRoutes ¶
func (m *L2VpnEvpnSummary) GetLocalMacRoutes() uint32
func (*L2VpnEvpnSummary) GetLoggingDfElectionEnabled ¶
func (m *L2VpnEvpnSummary) GetLoggingDfElectionEnabled() bool
func (*L2VpnEvpnSummary) GetNeighborEntries ¶
func (m *L2VpnEvpnSummary) GetNeighborEntries() uint32
func (*L2VpnEvpnSummary) GetPeeringTime ¶
func (m *L2VpnEvpnSummary) GetPeeringTime() uint32
func (*L2VpnEvpnSummary) GetRecoveryTime ¶
func (m *L2VpnEvpnSummary) GetRecoveryTime() uint32
func (*L2VpnEvpnSummary) GetRemoteEadRoutes ¶
func (m *L2VpnEvpnSummary) GetRemoteEadRoutes() uint32
func (*L2VpnEvpnSummary) GetRemoteImcastRoutes ¶
func (m *L2VpnEvpnSummary) GetRemoteImcastRoutes() uint32
func (*L2VpnEvpnSummary) GetRemoteIpv4MacRoutes ¶
func (m *L2VpnEvpnSummary) GetRemoteIpv4MacRoutes() uint32
func (*L2VpnEvpnSummary) GetRemoteIpv6MacRoutes ¶
func (m *L2VpnEvpnSummary) GetRemoteIpv6MacRoutes() uint32
func (*L2VpnEvpnSummary) GetRemoteMacRoutes ¶
func (m *L2VpnEvpnSummary) GetRemoteMacRoutes() uint32
func (*L2VpnEvpnSummary) GetRemoteSooMacRoutes ¶
func (m *L2VpnEvpnSummary) GetRemoteSooMacRoutes() uint32
func (*L2VpnEvpnSummary) GetRouterId ¶
func (m *L2VpnEvpnSummary) GetRouterId() string
func (*L2VpnEvpnSummary) GetStartupCostInTime ¶
func (m *L2VpnEvpnSummary) GetStartupCostInTime() uint32
func (*L2VpnEvpnSummary) GetTunnelEndpoints ¶
func (m *L2VpnEvpnSummary) GetTunnelEndpoints() uint32
func (*L2VpnEvpnSummary) ProtoMessage ¶
func (*L2VpnEvpnSummary) ProtoMessage()
func (*L2VpnEvpnSummary) Reset ¶
func (m *L2VpnEvpnSummary) Reset()
func (*L2VpnEvpnSummary) String ¶
func (m *L2VpnEvpnSummary) String() string
func (*L2VpnEvpnSummary) XXX_DiscardUnknown ¶
func (m *L2VpnEvpnSummary) XXX_DiscardUnknown()
func (*L2VpnEvpnSummary) XXX_Marshal ¶
func (m *L2VpnEvpnSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*L2VpnEvpnSummary) XXX_Merge ¶
func (m *L2VpnEvpnSummary) XXX_Merge(src proto.Message)
func (*L2VpnEvpnSummary) XXX_Size ¶
func (m *L2VpnEvpnSummary) XXX_Size() int
func (*L2VpnEvpnSummary) XXX_Unmarshal ¶
func (m *L2VpnEvpnSummary) XXX_Unmarshal(b []byte) error
type L2VpnEvpnSummary_KEYS ¶
type L2VpnEvpnSummary_KEYS struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*L2VpnEvpnSummary_KEYS) Descriptor ¶
func (*L2VpnEvpnSummary_KEYS) Descriptor() ([]byte, []int)
func (*L2VpnEvpnSummary_KEYS) ProtoMessage ¶
func (*L2VpnEvpnSummary_KEYS) ProtoMessage()
func (*L2VpnEvpnSummary_KEYS) Reset ¶
func (m *L2VpnEvpnSummary_KEYS) Reset()
func (*L2VpnEvpnSummary_KEYS) String ¶
func (m *L2VpnEvpnSummary_KEYS) String() string
func (*L2VpnEvpnSummary_KEYS) XXX_DiscardUnknown ¶
func (m *L2VpnEvpnSummary_KEYS) XXX_DiscardUnknown()
func (*L2VpnEvpnSummary_KEYS) XXX_Marshal ¶
func (m *L2VpnEvpnSummary_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*L2VpnEvpnSummary_KEYS) XXX_Merge ¶
func (m *L2VpnEvpnSummary_KEYS) XXX_Merge(src proto.Message)
func (*L2VpnEvpnSummary_KEYS) XXX_Size ¶
func (m *L2VpnEvpnSummary_KEYS) XXX_Size() int
func (*L2VpnEvpnSummary_KEYS) XXX_Unmarshal ¶
func (m *L2VpnEvpnSummary_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.