ipipe
Site



public class Site

Properties
ceAddressDiscovery Whether the service will automatically discover the CE IP addresses. If 'enabled', the addresses will be automatically discovered on SAPs that support address discovery, and on the Spoke SDPs. When 'enabled', addresses configuration on the Ipipe SAP and Spoke SDPs will not be allowed. If 'disabled', CE IP addresses need to be manually configured for the SAPs to become operationally 'up'.

type=boolean
default=false
Displayed(tab/group)=Enable CE IP Address Discovery (/CE IP Address Discovery)

enableIpv6 Specifies whether the service will automatically discover the CE IPv6 addresses. If 'enabled', the addresses will be automatically discovered on SAPs that support address discovery, and on the Spoke SDPs. enableIpv6 can only be set if ceAddressDiscovery is set to 'true'.

type=boolean
default=false
Displayed(tab/group)=Enable IPv6 (/CE IP Address Discovery)

enableKeepAlive Specifies whether the discovered CE address is cleared or not when the SAP on which the address was learned changes to operationally down. If the SAP changes to administratively down, the address is cleared regardless of this configuration. This property can be enabled only when the when the "Ethernet Legacy Fault Notification" is administratively up.

type=boolean
default=false
Displayed(tab/group)=Enable Keep-Alive (/CE IP Address Discovery)

ethFaultNotificationAdminState Specifies the desired administrative state for ethernet legacy fault notification feature.

type=vpls.MgtIfAdministrativeState
default=down
Displayed(tab/group)=Administrative State (/Ethernet Legacy Fault Notification)

ethFaultNotificationRecoveryTimer Specifies the time provided for the legacy protocols PPP, MLPPP and HDLC to establish before an Ethernet fault is declared.

type=int
default=100
minimum=10
maximum=300
units=seconds
Displayed(tab/group)=Recovery Timer (/Ethernet Legacy Fault Notification)

ipipe.L2AccessInterface-Set type=Children-Set
stackCapabilitySignaling Specifies whether this service should send the Stack Capability or not, and check whether the capability is received from the peer via LDP interface parameters. If 'enabled' and IPv6 ceAddressDiscovery is also 'enabled', the Stack Capability interface parameter will be sent via LDP to the far end peer. However, if one is not received from the peer, the label for this service will be released. If 'disabled', the capability will not be advertised to the peer, and the presence or absence of this capability from the peer is ignored.

type=boolean
default=false
Displayed(tab/group)=Stack Capability Signaling (/CE IP Address Discovery)

svt.SpokeSdpBinding-Set type=Children-Set
tunnelFaultNotification "The value of tunnelFaultNotification specifies whether the service will 'accept' CFM fault notification from a Tunnel MEP and process the notification (i.e. do fault handling and/or fault propagation), or 'ignore' the notification. Both TIMETRA-SAP-MIB::sapEthCfmTunnelFaultNotification and this object MUST be set to 'accept' for an individual SAP to process the notification."

type=service.TunnelFaultNotificationType
default=ignore
Displayed(tab/group)=Tunnel Fault Notification (OAM.ETH-CFM/Facility Meps)

vll.Endpoint-Set type=Children-Set
 
Overridden Properties
ethernetSwitchCardPointer On 1830 PSS nodes, new cards like 11QPE24 supports E-LAN (VPLS) and later E-Line (VLL); other cards will follow. All of these cards support the SR-OS object model and behave similar to 7210 nodes. This object represents a service object on a given a site and card. This attribute is a pointer to the card model object.

applicable=false (Where parent is one of (ipipe.Ipipe))
mtu Specifies the maximum transfer unit of this site. The valid range is [0-9194] pre SR 7x50 19.10R1 version NE. The valid range is [0-9782] from SR 7x50 19.10R1 version onwards.

default=1500
maximum=9194

 
Properties inherited from vll.Site
bandwidthMethod, clear.ClearRequest-Set, cos0BW, cos1BW, cos2BW, cos3BW, cos4BW, cos5BW, cos6BW, cos7BW, overrideSvcBwConfig, testRole, testSource, testTarget, topologyAutoCompletion, vcId, vllSiteType
 
Properties inherited from service.Site
acctSessionId, acctSessionIdCtrl, administrativeState, alarmProfile, creationOrigin, dependantOlcState, description, displayedName, dynamicServicePolicyPointer, ethernetSwitchCardPointer, isMemberOfSvcSegment, lockOlcState, monitorAccessInterfaceOper, mtu, mtuCheck, numberOfAccessInterfaces, numberOfCircuits, oamEnabled, olcState, operationalFlags, operationalState, rowStatus, rtr.ProtocolSite-Set, serviceId, serviceIdString, serviceName, serviceTypeMismatch, siteId, siteIdAddrType, subscriberId, subscriberName, svcComponentId, svcSegmentPointerList, templateVersionPointer, vcId
 
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

requestClearArpCache

Request clearing the ARP cache for this site. When this method returns resources for the clear have been allocated but the clear has not been performed yet. To retrieve the result eventually, use the returned request handle as input param of the retrieveClearRequest method of the clear.ClearCommandManager.
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.
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:
aOutResult : clear.RequestHandleStruct - A request handle which allows the retrieval of the request (and its result when it becomes available) through the ClearCommandManager's retrieveClearRequest method.

requestClearNeighborCache

Request clearing the discovered IPv6 neighbor cache for this site. When this method returns resources for the clear have been allocated but the clear has not been performed yet. To retrieve the result eventually, use the returned request handle as input param of the retrieveClearRequest method of the clear.ClearCommandManager.
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.
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:
aOutResult : clear.RequestHandleStruct - A request handle which allows the retrieval of the request (and its result when it becomes available) through the ClearCommandManager's retrieveClearRequest method.
Methods inherited from service.Site
findSitesFor, shutDown, turnUp
 
Supported Network Elements
7750 SR
7705 SAR Hm
7450 ESS
7705 SAR
7705 SAR H
7950 XRS
DC VSC
DC 7850 Supported until 4.0.0
DC VSA8
Product Specifics
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 H 20.0
7705 SAR H 21.0
7705 SAR H 22.0
7705 SAR H 23.0
7705 SAR H 24.0
7705 SAR H 25.0
7705 SAR H 9.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
7705 SAR 20.0
7705 SAR 21.0
7705 SAR 22.0
7705 SAR 23.0
7705 SAR 24.0
7705 SAR 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