ntp
NTP

This class represents the Configurations for NTP Object.



public class NTP

Properties
authenticationCheck This specifies whether or not to skip the rejection of NTP PDUs that do not match the authentication key or authentication type requirements. When authenticationCheck has a value of 'true', authentication PDUs are generated and NTP PDUs are authenticated upon receipt.

type=boolean
default=true
Displayed(tab/group)=Authentication Check (/NTP Attributes)

broadcastDelay "This field sets a specified time interval that is added to timestamps included in messages from broadcast servers. Value is in milli-seconds"

type=int
default=0
minimum=0
maximum=65535
units=microseconds
Displayed(tab/group)=Broadcast delay

broadcastEnable "Enables/disables NTP broadcast client."

type=boolean
default=true
Displayed(tab/group)=Broadcast client mode

clockMode

type=ntp.NtpClockMode
access=read-only
Displayed(tab/group)=Clock Mode (/NTP)

creationOrigin

type=svt.L2RouteOriginType
access=read-create
default=manual

currentTime

type=string
access=read-only
units=UTC
Displayed(tab/group)=Current Time (/NTP Attributes)

daylightSavingsConfigured

type=boolean
Displayed(tab/group)=DaylightSavingsTime Configured (/NTP)

drift

type=string
access=read-only
Displayed(tab/group)=Drift (Microseconds/seconds) (/NTP)

ntp.NTPAssociation-Set type=Children-Set
ntp.NTPAuthentication-Set type=Children-Set
ntp.NTPBroadcast-Set type=Children-Set
ntp.NTPClient-Set type=Children-Set
ntp.NTPDisabledInterface-Set type=Children-Set
ntp.NTPMulticast-Set type=Children-Set
ntp.NTPPeer-Set type=Children-Set
ntp.NTPServer-Set type=Children-Set
ntpAdminState This specifies the desired administrative state of NTP

type=ntp.NtpAdminState
default=3
Displayed(tab/group)=Admin State (/NTP Attributes)

ntpAuthenticate Enables or disables the authentication on a configured NTP server.

type=boolean
default=false
Displayed(tab/group)=Authentication

ntpConfigDefAuthKeychainName The value of ntpConfigDefAuthKeychainName specifies the keychain to be used to authenticate unsolicited messages received by this node.

type=string
minimum=0
maximum=32
Displayed(tab/group)=Authentication Keychain Name (/NTP Attributes)

ntpConfigServer This specifies whether or not the NTP configuration is acting as a NTP server or not.

type=boolean
default=false
Displayed(tab/group)=NTP Server (/NTP Attributes)

ntpConfigServerAuthenticate This specifies whether or not to require authentication of NTP PDUs when acting as a server. When ntpConfigServerAuthenticate has a value of 'true', NTP PDUs are authenticated upon receipt.

type=boolean
default=false
Displayed(tab/group)=Server Authenticate (/NTP Attributes)

ntpEnable

type=boolean
Displayed(tab/group)=Client Enabled (/NTP)

ntpMaxAssociation Configures the maximum number of associations on the switch

type=int
default=128
minimum=0
maximum=512
Displayed(tab/group)=Maximum Associations Allowed

ntpMdaTimeStamp This specifies whether the NTP origin timestamp is generated by the MDA. Also the ntpMdaTimeStamp indicates that the reception time of NTP packets is performed by the MDA. MDA timestamping cannot be enabled if servers are configured with authentication enabled. Enabling MDA timestamping will not affect NTP packets that are transmitted or received on the management port.

type=boolean
default=false
Displayed(tab/group)=MDA Time Stamp (/NTP Attributes)

ntpOperState This indicates the current operational state for NTP

type=ntp.NtpAdminState
access=read-only
Displayed(tab/group)=Operational State (/NTP Attributes)

ntpScale

type=int
default=10
Displayed(tab/group)=NTP Scale (/NTP)

ntpServerCurrentIpAddress

type=IpAddress
default=0.0.0.0
Displayed(tab/group)=Current Server (/NTP)

ntpStatus This specifies whether or not NTP is configured to execute in the system.

type=ntp.NtpStatus
default=delete
Displayed(tab/group)=NTP State

ntpSynched

type=boolean
Displayed(tab/group)=NTP Synched (/NTP)

ntpSysRefId

type=string
access=read-only
Displayed(tab/group)=Clock Source (/NTP Attributes)

ntpSysStratum

type=string
access=read-only
Displayed(tab/group)=Stratum (/NTP Attributes)

ntpVrfName Name of the VRF used by the NTP daemon.

type=Pointer
default=
Displayed(tab/group)=Routing Instance

routerId

type=long
access=read-create
default=1

shelfId "Shelf index number."

type=long
access=read-create
Mandatory on create

shelfTime "Shelf time. Can only be set when object tnVwmMsNtpState of table tnVwmMsNtpTable with the same value of tnVwmMsShelfIndex is disabled."

type=Date
Displayed(tab/group)=Shelf Time (/NTP)

siteId

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

siteName

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

synchronizeState "Enables/disable NTP peer synchronization tests. Disabling peer tests allows the NTP client to synchonize with servers that are themselves unsynchronized or would otherwise be eliminated by other time source tests."

type=ntp.SynchronizeState
default=0
Displayed(tab/group)=Server qualification

timeOffsetHours

type=int
default=0
minimum=-12
maximum=12
Displayed(tab/group)=Time Offset Hours (/NTP)

timeOffsetMins

type=int
default=0
minimum=0
maximum=59
Displayed(tab/group)=Time Offset Mins (/NTP)

timeOffsetSeconds

type=string
access=read-only
default=0
Displayed(tab/group)=Time Offset (seconds) (/NTP)

timezone

type=string
default=
minimum=0
maximum=128
Displayed(tab/group)=Timezone (/NTP)

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

loadAuthKey

Method is used to Load Authentication keys to the switch memory
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
Supported Network Elements
7705 SAR Supported from 5.0.R4
7750 SR
7705 SAR Gen 2
7705 SAR Hm
7450 ESS
7950 XRS
Wavence SM
Generic NE 1.0.0
7705 SAR H
7210 SAS M Supported from 5.0.R1
7210 SAS E Supported from 5.0.R1
7210 SAS X Supported from 5.0.R1
7210 SAS D Supported from 5.0.R1
7210 SAS K
7210 SAS T
7210 SAS Mxp
7210 SAS Dxp
7210 SAS S/Sx
7210 SAS R
7250 IXR
DC VSC
DC 7850
DC 210
DC VSA8
OS6250 6.6.5
OS6250 6.7.1
OS6450 6.6.5
OS6450 6.7.1
OS6450 6.7.2
OS6350
OS6900
OS6860E/OS6860N
OS6870
OS6865
OS6465
OS6560/OS6560E
OS6570M
OS6360
1830 VWM OSU
Product Specifics
1830 VWM OSU 8.2
1830 VWM OSU 8.3
1830 VWM OSU 8.4
1830 VWM OSU 8.5
1830 VWM OSU 9.0
7210 SAS D 20.0.0
7210 SAS D 21.0.0
7210 SAS D 22.0.0
7210 SAS D 23.0.0
7210 SAS D 24.0.0
7210 SAS D 25.0.0
7210 SAS Dxp 20.0
7210 SAS Dxp 21.0
7210 SAS Dxp 22.0
7210 SAS Dxp 23.0
7210 SAS Dxp 24.0
7210 SAS Dxp 25.0
7210 SAS K 20.0
7210 SAS K 21.0
7210 SAS K 22.0
7210 SAS K 23.0
7210 SAS K 24.0
7210 SAS K 25.0
7210 SAS M 20.0
7210 SAS M 21.0
7210 SAS Mxp 20.0
7210 SAS Mxp 21.0
7210 SAS Mxp 22.0
7210 SAS Mxp 23.0
7210 SAS Mxp 24.0
7210 SAS Mxp 25.0
7210 SAS R 20.0
7210 SAS R 21.0
7210 SAS R 22.0
7210 SAS R 23.0
7210 SAS R 24.0
7210 SAS R 25.0
7210 SAS S/Sx 20.0
7210 SAS S/Sx 21.0
7210 SAS S/Sx 22.0
7210 SAS S/Sx 23.0
7210 SAS S/Sx 24.0
7210 SAS S/Sx 25.0
7210 SAS T 20.0
7210 SAS T 21.0
7210 SAS T 22.0
7210 SAS T 23.0
7210 SAS T 24.0
7210 SAS T 25.0
7250 IXR 20.0
7250 IXR 21.0
7250 IXR 22.0
7250 IXR 23.0
7250 IXR 24.0
7250 IXR 25.0
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 Gen 2 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
Generic NE 1.0.0
OS6250 6.6.5
OS6250 6.7.1
OS6350 6.7.2
OS6360 8.10
OS6360 8.10
OS6360 8.9
OS6360 8.9
OS6450 6.6.5
OS6450 6.7.1
OS6450 6.7.2
OS6465 8.10
OS6465 8.10
OS6465 8.6
OS6465 8.7
OS6465 8.8
OS6465 8.8
OS6465 8.9
OS6465 8.9
OS6465 8.9
OS6560/OS6560E 8.10
OS6560/OS6560E 8.10
OS6560/OS6560E 8.6
OS6560/OS6560E 8.7
OS6560/OS6560E 8.8
OS6560/OS6560E 8.8
OS6560/OS6560E 8.9
OS6560/OS6560E 8.9
OS6560/OS6560E 8.9
OS6570M 8.10
OS6570M 8.10
OS6570M 8.9
OS6860E/OS6860N 8.10
OS6860E/OS6860N 8.10
OS6860E/OS6860N 8.6
OS6860E/OS6860N 8.7
OS6860E/OS6860N 8.8
OS6860E/OS6860N 8.8
OS6860E/OS6860N 8.9
OS6860E/OS6860N 8.9
OS6860E/OS6860N 8.9
OS6865 8.10
OS6865 8.10
OS6865 8.6
OS6865 8.7
OS6865 8.8
OS6865 8.8
OS6865 8.9
OS6865 8.9
OS6865 8.9
OS6870 8.10
OS6900 8.10
OS6900 8.10
OS6900 8.6
OS6900 8.7
OS6900 8.8
OS6900 8.8
OS6900 8.9
OS6900 8.9
OS6900 8.9
Wavence SM 19A.0.0
Wavence SM 20A.0.0
Wavence SM 21A.0.0
Wavence SM 22.0.0
Wavence SM 22A.0.0
Wavence SM 23.0.0
Wavence SM 23A.0.0
Wavence SM 24.0.0
Wavence SM 25.0.0