pim
VirtualAnyCastRP

Global anycast RP object which helps in monitoring and provisioning anycast RP configurations across multiple pim routers.



public class VirtualAnyCastRP

Properties
anyCastRPType

type=pim.AnyCastRPType
access=read-create
default=network
Displayed(tab/group)=Anycast RP Type

anycastRpAddressType

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

anycastRpIPAddress

type=InetAddress
access=read-create
default=0.0.0.0
Displayed(tab/group)=Anycast RP Address

description

type=string
default=
minimum=0
maximum=80
Displayed(tab/group)=Description

displayedName

type=string
minimum=0
maximum=80
Displayed(tab/group)=Name

interfaceName This is the interfaceName that will be used if a loopback interface is needed during the adding of anycast RP members

type=string
default=
minimum=0
maximum=32
Displayed(tab/group)=Auto Created Interface Name

multicastDomain

type=int
default=0
minimum=0
maximum=0

numberOfPeers

type=int
access=read-only
default=0
Displayed(tab/group)=Number of Peers

servicePointer

type=Pointer
access=read-create
default=
Mandatory on create
Displayed(tab/group)=Service (/Service)

statusFlags Specifies all the conditions that could affect the operation of the Vr Anycast RP.

type=pim.AnyCastRPStatusFlags
access=read-only
Displayed(tab/group)=Operational Status (/Status)

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

addAnyCastRPMember

adds anycast RP member to this Virtual Anycast RP
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.
aInLocalAddressFdn : Set (Pointer) -
aInRpLoopbackIfName : string -
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false

findLocalAddress

finds local addresses that can be added to an Virtual Anycast RP
Input Parameters:
virtualAnyCastRPFullName : string -
filter : FilterHolder -
resultFilter : ResultFilter - (Optional) Filter for narrowing down the information returned per object
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Output Parameters:
infoList : List (generic.CommonManagedEntityInformation) -

updateStatusFlags

Status of the Virtual Anycast RP depends on various configurations. This method will run specific checks and update the 'statusFlags' property.
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.
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false