multichassis
AbstractMultiChassisPeer



public abstract class AbstractMultiChassisPeer

Properties
commonSyncAdminState

type=netw.AdministrativeState
default=tmnxOutOfService
Displayed(tab/group)=Sync Administrative State (Peer Synchronization/Peer Group Synchronization)

completeConfiguration

type=boolean
default=false

firstPeerPointer points to multichassis.Peer instance

type=Pointer
default=

firstSiteAdministrativeState

type=netw.AdministrativeState
default=tmnxInService

firstSiteDescription

type=string
default=
minimum=0
maximum=80

firstSiteId The first and second source IP addresses defined below refers to an ordered relationship arbitrarily defined between the two. Despite the address type (i.e. IPv4/IPv6) the order is decided using a polynomial numerical representation based upon the totality of bytes/double bytes in them. The order is decided on creation. If the totality of bytes in the given first is higher than the second, the values of the first will be swapped with the second.

type=InetAddress
access=read-create
default=0.0.0.0
Displayed(tab/group)=Site ID (/First Element)

firstSiteIpAddressType

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

firstSitePeerName The name assigned to the MC peer of the first site.

type=string
default=
minimum=0
maximum=32

igmpSnooping

type=boolean
default=false
Displayed(tab/group)=IGMP Snooping (Peer Synchronization/Peer Group Synchronization)

igmpSnoopingFirstSiteRO rolled up from the sync object in one side

type=boolean
access=read-only
default=false
Displayed(tab/group)=IGMP Snooping (Peer Synchronization/NE Synchronization)

igmpSnoopingSecondSiteRO rolled up from the sync object in one side

type=boolean
access=read-only
default=false
Displayed(tab/group)=IGMP Snooping Second Site (Peer Synchronization/NE Synchronization)

lagSummaryOperStateFirstSiteRO rolled up from the sync object in one side

type=multichassis.McLagOperationalState
access=read-only
default=down
Displayed(tab/group)=Lag Summary State (Operational States/First Element)

lagSummaryOperStateSecondSiteRO rolled up from the sync object in one side

type=multichassis.McLagOperationalState
access=read-only
default=down
Displayed(tab/group)=Lag Summary State (Operational States/Second Element)

secondPeerPointer points to multichassis.Peer instance

type=Pointer
default=

secondSiteAdministrativeState

type=netw.AdministrativeState
default=tmnxInService

secondSiteDescription

type=string
default=
minimum=0
maximum=80

secondSiteId The first and second source IP addresses defined below refers to an ordered relationship arbitrarily defined between the two. Despite the address type (i.e. IPv4/IPv6) the order is decided using a polynomial numerical representation based upon the totality of bytes/double bytes in them. The order is decided on creation. If the totality of bytes in the given first is higher than the second, the values of the first will be swapped with the second.

type=InetAddress
access=read-create
default=0.0.0.0
Displayed(tab/group)=Site ID (/Second Element)

secondSiteIpAddressType

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

secondSitePeerName The name assigned to the MC peer of the second site.

type=string
default=
minimum=0
maximum=32

syncAdminStateFirstSiteRO Indicates the admin state of the Sync object.

type=netw.AdministrativeState
access=read-only
default=tmnxOutOfService
Displayed(tab/group)=Sync Administrative State (Peer Synchronization/NE Synchronization)

syncAdminStateSecondSiteRO rolled up from the sync object in one side

type=netw.AdministrativeState
access=read-only
default=tmnxOutOfService
Displayed(tab/group)=Sync Admin State Second Site (Peer Synchronization/NE Synchronization)

syncOperStateFirstSiteRO rolled up from the sync object in one side

type=netw.OperationalState
access=read-only
default=unknown
Displayed(tab/group)=Sync Oper State (Operational States/First Element)

syncOperStateSecondSiteRO rolled up from the sync object in one side

type=netw.OperationalState
access=read-only
default=unknown
Displayed(tab/group)=Sync Oper State (Operational States/Second Element)

syncStatusFirstSiteRO rolled up from the sync object in one side

type=multichassis.SyncStatusEnum
access=read-only
default=unspecified
Displayed(tab/group)=Sync Status (Operational States/First Element)

syncStatusSecondSiteRO rolled up from the sync object in one side

type=multichassis.SyncStatusEnum
access=read-only
default=unspecified
Displayed(tab/group)=Sync Status (Operational States/Second Element)

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

findInstanceContainedPeers

Input Parameters:
instanceFullName : string - the full name of the object.
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) -

pushDownPeerSyncSymmetricalConfig

Set the synchronization protocols in both sites to the passed in config regardless they match or not, and regardless the fact that he new values differ or not from the previous. Only these parameters will be used from the configInfo: igmp igmpSnooping subscriberManagement subscriberManagementPPoE (9.0 R4+) srrp mcRing mldSnooping commonSyncAdminState subscriberHostTracking (7.0 R4+)
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.
distinguishedName : Pointer - Distinguished Name of object being configured.
configInfo : generic.CommonManagedContainmentEntityConfigurationInformation -
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false

resetPeerSyncProtocols

Request reset the synchronization protocols if they are mismatched on two sites
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.
distinguishedName : Pointer - Distinguished Name of object being configured.
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:
resultList : List (generic.CommonManagedEntityInformation) - Resulting objects list.