dynsvc
DynSvcNeConfig

A DynSvcNeConfig object is created automatically for each managed NE that supports Dynamic Services. It is used to configure NE wide Dynamic Service parameters.



public class DynSvcNeConfig

Stats:
dynsvc.DynSvcStats

Properties
accessAcceptTimeoutTimer The value of accessAcceptTimeoutTimer specifies the timeout in seconds after which a script is cancelled for setup actions received via RADIUS Access-Accept messages.

type=long
default=30
minimum=2
maximum=3600
units=seconds
Displayed(tab/group)=Access-Accept (/Timers)

clear.ClearRequest-Set type=Children-Set
dynsvc.DynSvcActivityEntry-Set type=Children-Set
dynsvc.DynSvcDataTrigger-Set type=Children-Set
dynsvc.DynSvcRootObjectInfo-Set type=Children-Set
dynsvc.DynSvcSapInfo-Set type=Children-Set
dynsvc.DynSvcSnippetInfo-Set type=Children-Set
nonStoredRootObjCount The value of the object nonStoredRootObjCount indicates the number of root objects that are currently not stored as a DynSvcRootObjectInfo object. The value of nonStoredRootObjCount can go back to 0 when the objects which could not previously be stored DynSvcRootObjectInfo objects are deleted again.

type=long
access=read-only
Displayed(tab/group)=Non-stored Root Object Count

rangeEnd The value of rangeEnd specifies the end of the range of service identifiers used as dynamic services. The value of rangeEnd must be greater than or equal to the value of rangeStart

type=long
default=0
minimum=0
maximum=2147483647
Displayed(tab/group)=End (/Dynamic Service ID Range)

rangeStart The value of rangeStart specifies the start of the range of service identifiers used as dynamic services.

type=long
default=0
minimum=0
maximum=2147483647
Displayed(tab/group)=Start (/Dynamic Service ID Range)

siteId

type=string
access=read-only
default=0.0.0.0
maximum=50
Displayed(tab/group)=Site ID (/Site)

statsLastClearedTime The value of the object statsLastClearedTime indicates the value of sysUpTime at the time when the counters in tmnxDynSvcStatsTable were last cleared.

type=Date
access=read-only
Displayed(tab/group)=Stats Last Cleared Time

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

retrieveRootObjects

Method used to query the NE for Root Objects.
Input Parameters:
dynSvcInfoRetrievalStruct : dynsvc.DynSvcInfoRetrievalStruct -
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:
result : List (generic.CommonManagedEntityInformation) -
Exceptions:
dynsvc.DynSvcNeConfig.retrieveRootObjectsException

retrieveScriptSnippets

Method used to query the NE for Script Snippets.
Input Parameters:
dynSvcInfoRetrievalStruct : dynsvc.DynSvcInfoRetrievalStruct -
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:
result : List (generic.CommonManagedEntityInformation) -
Exceptions:
dynsvc.DynSvcNeConfig.retrieveScriptSnippetsException
Supported Network Elements
7750 SR Supported from 11.0.R1
7705 SAR Hm
7450 ESS Supported from 11.0.R1
7250 IXR Supported from 19.5.R1