bier
Bier

This class represents an instance of the BIER protocol running within a virtual router.



public class Bier

Stats:
bier.BierStats

Properties
administrativeState Specifies the current administrative state of this BIER instance.

type=netw.AdministrativeState
default=tmnxOutOfService
Displayed(tab/group)=Administrative State

bfdEnabled Specifies whether BFD tracking is enabled for BIER next-hops. When this object has a value of 'ipv4', BFD tracking is enabled for each resolved ipv4 next-hop. When this object has value of 0, BFD tracking is disabled.

type=bier.BFDEnable
default=none
Displayed(tab/group)=BFD Enabled

applicable=false (Where parent is one of (rtr.VirtualRouter)) (until 21.7.R1)

bier.BierTemplate-Set type=Children-Set
fastReroute Specifies whether fast reroute for BIER is enabled or disabled.

type=boolean
default=false
Displayed(tab/group)=Fast Reroute

applicable=false (Where parent is one of (rtr.VirtualRouter)) (until 21.7.R1)

operationalState Specifies the current operational state of this BIER instance.

type=netw.OperationalState
access=read-only
default=tmnxOutOfService
Displayed(tab/group)=Operational State

applicable=false (Where parent is one of (rtr.VirtualRouter)) (until 16.0.R8)

routerId

type=int
access=read-only
default=1
minimum=1
maximum=10240

routerName

type=string
access=read-only
default=

siteId Specifies the site ID of the NE under which the BIER instance exists.

type=string
access=read-only
Displayed(tab/group)=Site ID (/Site)

siteName Specifies the site name of the NE under which the BIER instance exists.

type=string
access=read-only
Displayed(tab/group)=Site Name (/Site)

  
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

resyncBierDatabase

This method invokes resync on the BIER Database entries corresponding to this template.
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.
instanceFullName : string - the full name of the object.
resyncInvokerFullName : string - The pointer of the object on which we have to resync the BIER database entries. The pointer will be of either a BIER Template or BIER Subdomain.
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Exceptions:
bier.Bier.resyncBierDatabaseException
Supported Network Elements
7450 ESS Supported from 16.0.R5
7750 SR Supported from 16.0.R5
7950 XRS Supported from 16.0.R5