l2fib
FibEntry



public class FibEntry

Properties
backboneDestMac Indicates the Backbone VPLS service MAC address used as destination MAC address in the Provider Backbone Bridging frames for this MAC address. This property only applies to I-VPLS service site and should contain a value of 0:0:0:0:0:0 for other types of service site.

type=MacAddress
access=read-only
default=00-00-00-00-00-00
Displayed(tab/group)=Backbone Destination MAC Address (/PBB)

endpointName A string specifies the name of the service endpoint associated with the MAC Address.

type=string
access=read-only
default=
maximum=32

endpointOperSdpBindingPointer A pointer pointing to the Spoke SDP Binding associated to this static MAC address for this end point when the termination type is "endpoint".

type=Pointer
access=read-only
default=
Displayed(tab/group)=Operational Spoke SDP Binding (/Endpoint)

ethernetSwitchCardId This attribute is the hardware index of the card pointed to by ethernetSwitchCardPointer on the interface this FIB Entry is on.

type=long
access=read-only
default=0

fdbEvpnMplsLabel Indicates EVPN MPLS label of the end-point of ethernet VPN (EVPN) non multi-homing destination.

type=long
access=read-only
default=0

fdbEvpnMplsTEPAddr Indicates EVPN MPLS Tunnel Endpoint address of ethernet VPN (EVPN) non multi-homing destination.

type=InetAddress
access=read-only
default=0.0.0.0

fdbEvpnMplsTEPAddrType Indicates EVPN MPLS Tunnel Endpoint address type associated with fdbEvpnMplsTEPAddr.

type=rtr.InetAddressType
access=read-only
default=ipv4

fdbVNI Indicates VXLAN (virtual extensible LAN) Network Identifier (VNI) of the end-point of ethernet VPN (EVPN) destination.

type=long
access=read-only
default=0

fdbVTEPAddr Indicates VXLAN (virtual extensible LAN) Tunnel Endpoint address of ethernet VPN (EVPN) destination.

type=InetAddress
access=read-only
default=0.0.0.0

fdbVTEPAddrType Indicates type of the address associated with fdbVTEPAddr.

type=rtr.InetAddressType
access=read-only
default=ipv4

isProtected Indicates whether or not the MAC is protected. When the value of this object is 'true' the agent will protect the MAC from being learned or re-learned on a SAP that has restricted learning enabled.

type=boolean
access=read-only
default=false
Displayed(tab/group)=Protected

macAddress

type=MacAddress
access=read-create
Mandatory on create
Displayed(tab/group)=MAC Address

macAddressLong

type=long
access=read-only
default=0

numOfEpipes Indicates the number of E-Pipes that resolve to this MAC Address. This property only applies to B-VPLS service site and should contain a value of 0 for other types of service site.

type=long
access=read-only
default=0
Displayed(tab/group)=Number of EPIPEs (/PBB)

numOfIVplsMac Indicates the number of ISID VPLS service MAC addresses which are using this Backbone MAC address forwarding entry. This property only applies to B-VPLS service site and should contain a value of 0 for other types of service site.

type=long
access=read-only
default=0
Displayed(tab/group)=Number of I-VPLS MAC (/PBB)

  
Properties inherited from netw.ServiceForwardingInformationObject
combinedResourceDelimiter, innerResourceDelimiter, outerResourceDelimiter, resourceId, resourceName, serviceId, serviceName, serviceType, subscriberId, subscriberName, svcComponentId
 
Properties inherited from netw.ForwardingInformationObject
definedPerObjectPointer, nodeId, nodeName, terminationType, type
 
Properties inherited from netw.ForwardingObjectBase
application, displayedName, layer, protocol
 
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

clearFib

Input Parameters:
deployer : Deployer - the deployment state
synchronousDeploy : boolean - (Optional) Specify whether to block until the changes have been fully deployed to the network. A value of "true" means to block. A value of "false" means to return immediately. Default: false (asynchronous)
clearOnDeployFailure : boolean - (Optional) Specify whether to clear any failed deployers. A value of "true" means to clear. A value of "false" means to leave the failed deployer. Default: false
deployRetries : int - (Optional) The number of times to attempt re-deployment during synchronous deployment. This parameter is meaningless in the asynchronous case. Default: 0
deployRetryInterval : long - (Optional) The number of milliseconds to wait between deployment retries. This parameter is meaningless in the asynchronous case. Default: 0
taskDescription : string - (Optional) A user friendly description of what the operation does. This information will be used by the task manager.
sites : Set (Pointer) -
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Exceptions:
l2fib.FibEntry.clearFibException

defineFibEntries

Input Parameters:
deployer : Deployer - the deployment state
synchronousDeploy : boolean - (Optional) Specify whether to block until the changes have been fully deployed to the network. A value of "true" means to block. A value of "false" means to return immediately. Default: false (asynchronous)
clearOnDeployFailure : boolean - (Optional) Specify whether to clear any failed deployers. A value of "true" means to clear. A value of "false" means to leave the failed deployer. Default: false
deployRetries : int - (Optional) The number of times to attempt re-deployment during synchronous deployment. This parameter is meaningless in the asynchronous case. Default: 0
deployRetryInterval : long - (Optional) The number of milliseconds to wait between deployment retries. This parameter is meaningless in the asynchronous case. Default: 0
taskDescription : string - (Optional) A user friendly description of what the operation does. This information will be used by the task manager.
configs : List (generic.CommonManagedEntityConfigurationInformation) -
removeFilter : FilterHolder -
shouldComplete : boolean -
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Exceptions:
l2fib.FibEntry.defineFibEntriesException

defineFibEntry

Input Parameters:
deployer : Deployer - the deployment state
synchronousDeploy : boolean - (Optional) Specify whether to block until the changes have been fully deployed to the network. A value of "true" means to block. A value of "false" means to return immediately. Default: false (asynchronous)
clearOnDeployFailure : boolean - (Optional) Specify whether to clear any failed deployers. A value of "true" means to clear. A value of "false" means to leave the failed deployer. Default: false
deployRetries : int - (Optional) The number of times to attempt re-deployment during synchronous deployment. This parameter is meaningless in the asynchronous case. Default: 0
deployRetryInterval : long - (Optional) The number of milliseconds to wait between deployment retries. This parameter is meaningless in the asynchronous case. Default: 0
taskDescription : string - (Optional) A user friendly description of what the operation does. This information will be used by the task manager.
macAddress : MacAddress -
terminatedObject : Pointer -
shouldComplete : boolean -
type : netw.ForwardingObjectType -
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Exceptions:
l2fib.FibEntry.defineFibEntryException

forceAutocomplete

Input Parameters:
deployer : Deployer - the deployment state
synchronousDeploy : boolean - (Optional) Specify whether to block until the changes have been fully deployed to the network. A value of "true" means to block. A value of "false" means to return immediately. Default: false (asynchronous)
clearOnDeployFailure : boolean - (Optional) Specify whether to clear any failed deployers. A value of "true" means to clear. A value of "false" means to leave the failed deployer. Default: false
deployRetries : int - (Optional) The number of times to attempt re-deployment during synchronous deployment. This parameter is meaningless in the asynchronous case. Default: 0
deployRetryInterval : long - (Optional) The number of milliseconds to wait between deployment retries. This parameter is meaningless in the asynchronous case. Default: 0
taskDescription : string - (Optional) A user friendly description of what the operation does. This information will be used by the task manager.
filter : FilterHolder -
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Exceptions:
l2fib.FibEntry.forceAutocompleteException

makeEntryFibStatic

Input Parameters:
deployer : Deployer - the deployment state
synchronousDeploy : boolean - (Optional) Specify whether to block until the changes have been fully deployed to the network. A value of "true" means to block. A value of "false" means to return immediately. Default: false (asynchronous)
clearOnDeployFailure : boolean - (Optional) Specify whether to clear any failed deployers. A value of "true" means to clear. A value of "false" means to leave the failed deployer. Default: false
deployRetries : int - (Optional) The number of times to attempt re-deployment during synchronous deployment. This parameter is meaningless in the asynchronous case. Default: 0
deployRetryInterval : long - (Optional) The number of milliseconds to wait between deployment retries. This parameter is meaningless in the asynchronous case. Default: 0
taskDescription : string - (Optional) A user friendly description of what the operation does. This information will be used by the task manager.
filter : FilterHolder -
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Exceptions:
l2fib.FibEntry.makeEntryFibStaticException

makeFibStatic

Input Parameters:
deployer : Deployer - the deployment state
synchronousDeploy : boolean - (Optional) Specify whether to block until the changes have been fully deployed to the network. A value of "true" means to block. A value of "false" means to return immediately. Default: false (asynchronous)
clearOnDeployFailure : boolean - (Optional) Specify whether to clear any failed deployers. A value of "true" means to clear. A value of "false" means to leave the failed deployer. Default: false
deployRetries : int - (Optional) The number of times to attempt re-deployment during synchronous deployment. This parameter is meaningless in the asynchronous case. Default: 0
deployRetryInterval : long - (Optional) The number of milliseconds to wait between deployment retries. This parameter is meaningless in the asynchronous case. Default: 0
taskDescription : string - (Optional) A user friendly description of what the operation does. This information will be used by the task manager.
filter : FilterHolder -
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Exceptions:
l2fib.FibEntry.makeFibStaticException

removeFibEntry

Input Parameters:
deployer : Deployer - the deployment state
synchronousDeploy : boolean - (Optional) Specify whether to block until the changes have been fully deployed to the network. A value of "true" means to block. A value of "false" means to return immediately. Default: false (asynchronous)
clearOnDeployFailure : boolean - (Optional) Specify whether to clear any failed deployers. A value of "true" means to clear. A value of "false" means to leave the failed deployer. Default: false
deployRetries : int - (Optional) The number of times to attempt re-deployment during synchronous deployment. This parameter is meaningless in the asynchronous case. Default: 0
deployRetryInterval : long - (Optional) The number of milliseconds to wait between deployment retries. This parameter is meaningless in the asynchronous case. Default: 0
taskDescription : string - (Optional) A user friendly description of what the operation does. This information will be used by the task manager.
filter : FilterHolder -
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Exceptions:
l2fib.FibEntry.removeFibEntryException

resync

Input Parameters:
name : Pointer -
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Exceptions:
l2fib.FibEntry.resyncException
Supported Network Elements
7450 ESS
7210 SAS M
7210 SAS X
7210 SAS E
7210 SAS D
7210 SAS K
7210 SAS T
7210 SAS Mxp
7210 SAS Dxp
7210 SAS S/Sx
7210 SAS R
7250 IXR
7750 SR
7705 SAR Gen 2
7705 SAR Hm
OS9700E/9800E
7705 SAR H
7705 SAR Supported from 5.0.R1
DC VSC
DC 7850
DC 210
DC VSA8
7950 XRS
Product Specifics
7250 IXR 20.0
7250 IXR 21.0
7250 IXR 22.0
7250 IXR 23.0
7250 IXR 24.0
7250 IXR 25.0
7450 ESS 20.0
7450 ESS 21.0
7450 ESS 22.0
7450 ESS 23.0
7450 ESS 24.0
7450 ESS 25.0
7705 SAR Gen 2 25.0
7705 SAR Hm 20.0
7705 SAR Hm 21.0
7705 SAR Hm 22.0
7705 SAR Hm 23.0
7705 SAR Hm 24.0
7705 SAR Hm 25.0
7750 SR 20.0
7750 SR 21.0
7750 SR 22.0
7750 SR 23.0
7750 SR 24.0
7750 SR 25.0
7950 XRS 20.0
7950 XRS 21.0
7950 XRS 22.0
7950 XRS 23.0
7950 XRS 24.0
7950 XRS 25.0
DC 210 20.5
DC 210 5.0
DC 210 6.0
DC 7850 20.0
DC 7850 5.0
DC 7850 6.0
DC VSA8 5.0
DC VSA8 6.0
DC VSC 20.0
DC VSC 5.0
DC VSC 6.0
OS9700E/9800E 6.4.3
OS9700E/9800E 6.4.4
OS9700E/9800E 6.4.5
OS9700E/9800E 6.4.6