XYLAN-NTP-MIB

File: XYLAN-NTP-MIB.mib (49150 bytes)

Imported modules

RFC-1212 RFC1213-MIB RFC1155-SMI
XYLAN-BASE-MIB

Imported symbols

OBJECT-TYPE DisplayString IpAddress
Counter xylanNtpArch

Defined Types

NtpPeerEntry  
SEQUENCE    
  xylanNtpPeerAddress IpAddress
  xylanNtpPeerType INTEGER
  xylanNtpPeerAuth INTEGER
  xylanNtpPeerVersion INTEGER
  xylanNtpPeerMinpoll INTEGER
  xylanNtpPeerPrefer INTEGER
  xylanNtpPeerAdmin INTEGER
  xylanNtpPeerName DisplayString

NtpPeerListEntry  
SEQUENCE    
  xylanNtpPeerListAddress IpAddress
  xylanNtpPeerListLocal IpAddress
  xylanNtpPeerListStratum INTEGER
  xylanNtpPeerListPoll INTEGER
  xylanNtpPeerListReach INTEGER
  xylanNtpPeerListDelay DisplayString
  xylanNtpPeerListOffset DisplayString
  xylanNtpPeerListDispersion DisplayString
  xylanNtpPeerListSynced INTEGER
  xylanNtpPeerListName DisplayString

NtpPeerShowEntry  
SEQUENCE    
  xylanNtpPeerShowRemote IpAddress
  xylanNtpPeerShowLocal IpAddress
  xylanNtpPeerShowHmode DisplayString
  xylanNtpPeerShowPmode DisplayString
  xylanNtpPeerShowStratum INTEGER
  xylanNtpPeerShowPrecision INTEGER
  xylanNtpPeerShowLeapIndicator INTEGER
  xylanNtpPeerShowReferenceId DisplayString
  xylanNtpPeerShowRootDistance DisplayString
  xylanNtpPeerShowRootDispersion DisplayString
  xylanNtpPeerShowPpoll INTEGER
  xylanNtpPeerShowHpoll INTEGER
  xylanNtpPeerShowKeyid INTEGER
  xylanNtpPeerShowVersion INTEGER
  xylanNtpPeerShowAssociation INTEGER
  xylanNtpPeerShowValid INTEGER
  xylanNtpPeerShowReach INTEGER
  xylanNtpPeerShowUnreach INTEGER
  xylanNtpPeerShowFlash INTEGER
  xylanNtpPeerShowBroadcastOffset DisplayString
  xylanNtpPeerShowTTL INTEGER
  xylanNtpPeerShowTimer INTEGER
  xylanNtpPeerShowFlags INTEGER
  xylanNtpPeerShowReferenceTime DisplayString
  xylanNtpPeerShowOriginateTime DisplayString
  xylanNtpPeerShowReceiveTime DisplayString
  xylanNtpPeerShowTransmitTime DisplayString
  xylanNtpPeerShowOffset DisplayString
  xylanNtpPeerShowDelay DisplayString
  xylanNtpPeerShowDispersion DisplayString
  xylanNtpPeerShowName DisplayString

NtpStatsPeerEntry  
SEQUENCE    
  xylanNtpStatsPeerAddress IpAddress
  xylanNtpStatsPeerLocal IpAddress
  xylanNtpStatsPeerLastRcv Counter
  xylanNtpStatsPeerNextSend Counter
  xylanNtpStatsPeerReachChange Counter
  xylanNtpStatsPeerPacketsSent Counter
  xylanNtpStatsPeerPacketsRcvd Counter
  xylanNtpStatsPeerBadAuth Counter
  xylanNtpStatsPeerBogusOrigin Counter
  xylanNtpStatsPeerDuplicate Counter
  xylanNtpStatsPeerBadDispersion Counter
  xylanNtpStatsPeerBadRefTime Counter
  xylanNtpStatsPeerCandidateOrder Counter
  xylanNtpStatsPeerReset INTEGER
  xylanNtpStatsPeerName DisplayString

NtpStatsMonitorEntry  
SEQUENCE    
  xylanNtpStatsMonitorIndex Counter
  xylanNtpStatsMonitorAddress IpAddress
  xylanNtpStatsMonitorPort INTEGER
  xylanNtpStatsMonitorLocalAddress IpAddress
  xylanNtpStatsMonitorCount Counter
  xylanNtpStatsMonitorMode DisplayString
  xylanNtpStatsMonitorVersion INTEGER
  xylanNtpStatsMonitorDrop Counter
  xylanNtpStatsMonitorLast Counter
  xylanNtpStatsMonitorFirst Counter
  xylanNtpStatsMonitorName DisplayString

NtpAccessKeyIdEntry  
SEQUENCE    
  xylanNtpAccessKeyIdKeyId INTEGER
  xylanNtpAccessKeyIdAdmin INTEGER

NtpAccessRestrictedEntry  
SEQUENCE    
  xylanNtpAccessRestrictedIpAddress IpAddress
  xylanNtpAccessRestrictedMask IpAddress
  xylanNtpAccessRestrictedRestrictions INTEGER
  xylanNtpAccessRestrictedCount INTEGER
  xylanNtpAccessRestrictedAdmin INTEGER

Defined Values

xylanNtpConfig 1.3.6.1.4.1.800.2.27.1
OBJECT IDENTIFIER    

xylanNtpInfo 1.3.6.1.4.1.800.2.27.2
OBJECT IDENTIFIER    

xylanNtpStats 1.3.6.1.4.1.800.2.27.3
OBJECT IDENTIFIER    

xylanNtpAdmin 1.3.6.1.4.1.800.2.27.4
OBJECT IDENTIFIER    

xylanNtpAccess 1.3.6.1.4.1.800.2.27.5
OBJECT IDENTIFIER    

xylanNtpEnable 1.3.6.1.4.1.800.2.27.1.1
Enables/disables NTP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

xylanNtpMonitorEnable 1.3.6.1.4.1.800.2.27.1.2
Enables/disables NTP monitor.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

xylanNtpPeerTable 1.3.6.1.4.1.800.2.27.1.3
Table containing the synchronization host this switch will be associated with.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NtpPeerEntry

xylanNtpPeerEntry 1.3.6.1.4.1.800.2.27.1.3.1
Each entry corresponds to a synchronization host.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NtpPeerEntry  

xylanNtpPeerAddress 1.3.6.1.4.1.800.2.27.1.3.1.1
The IP address of the synchronization host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanNtpPeerType 1.3.6.1.4.1.800.2.27.1.3.1.2
Type of synchronization host that will communicate with this switch.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), client(3), broadcast(5)  

xylanNtpPeerAuth 1.3.6.1.4.1.800.2.27.1.3.1.3
The authorization keyid for the remote host.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerVersion 1.3.6.1.4.1.800.2.27.1.3.1.4
The NTP version to communicate with the remote host.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerMinpoll 1.3.6.1.4.1.800.2.27.1.3.1.5
The minimum poll duration to the remote host. This value is a power of 2 seconds when the poll will occur. For example, 4 (2 to the power 4) is 16 seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerPrefer 1.3.6.1.4.1.800.2.27.1.3.1.6
Marks the host as a preferred connection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER prefer(1), no-prefer(2)  

xylanNtpPeerAdmin 1.3.6.1.4.1.800.2.27.1.3.1.7
The current state of the table entry. If the value written is a 2, the entry is deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), delete(2)  

xylanNtpPeerName 1.3.6.1.4.1.800.2.27.1.3.1.8
The DNS name for the peer association,
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

xylanNtpAuthDelay 1.3.6.1.4.1.800.2.27.1.4
This field sets a specified time interval that is added to timestamps included in requests to the server that required authentication. Typically this delay is needed in cases of long delay paths, or servers whose clocks are unsynchronized. Value is in milli-seconds
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanNtpKeysFile 1.3.6.1.4.1.800.2.27.1.5
Name of the file which has the authorization keys.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

xylanNtpConfigReqKeyId 1.3.6.1.4.1.800.2.27.1.6
Request messages ask for information from the NTP entity such as timestamp information, statistics, etc. This changes the authentication key identifier for request messages sent from the switch to another NTP entity.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanNtpConfigCtlKeyId 1.3.6.1.4.1.800.2.27.1.7
Control messages attempt to change the configuration of the NTP entity in some fashion. This changes the authentication key identifier for control messages sent from the switch to another NTP entity.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanNtpConfigCfgKeyId 1.3.6.1.4.1.800.2.27.1.8
Configuration messages changes information on the NTP entity.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanNtpPrecision 1.3.6.1.4.1.800.2.27.1.9
This sets the server's advertised precision.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER -20..-1  

xylanNtpPeerListTable 1.3.6.1.4.1.800.2.27.2.1
Used to display a brief list of all NTP associations related to this switch (servers, peers, etc.).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NtpPeerListEntry

xylanNtpPeerListEntry 1.3.6.1.4.1.800.2.27.2.1.1
Each entry corresponds to one association.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NtpPeerListEntry  

xylanNtpPeerListAddress 1.3.6.1.4.1.800.2.27.2.1.1.1
The IP address of the association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanNtpPeerListLocal 1.3.6.1.4.1.800.2.27.2.1.1.2
The local interface address assigned by NTP to the remote association. If this address is 0.0.0.0, then the local address has yet to be determined.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanNtpPeerListStratum 1.3.6.1.4.1.800.2.27.2.1.1.3
The stratum level of the remote peer. If this number is 16, the remote peer has not been synchronized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerListPoll 1.3.6.1.4.1.800.2.27.2.1.1.4
The polling interval, in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerListReach 1.3.6.1.4.1.800.2.27.2.1.1.5
The reachability register of the remote association, in octal format. This number is determined by the NTP algorithm.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerListDelay 1.3.6.1.4.1.800.2.27.2.1.1.6
The currently estimated delay of this remote association, in seconds. This time is determined by the NTP algorithm.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerListOffset 1.3.6.1.4.1.800.2.27.2.1.1.7
The currently estimated offset of this remote association, in seconds. This time is determined by the NTP algorithm.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerListDispersion 1.3.6.1.4.1.800.2.27.2.1.1.8
The currently estimated dispersion of this remote association, in seconds. This time is determined by the NTP algorithm.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerListSynced 1.3.6.1.4.1.800.2.27.2.1.1.9
Indicates that NTP is synchronized with this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER synchornized(1), not-synchronized(2)  

xylanNtpPeerListName 1.3.6.1.4.1.800.2.27.2.1.1.10
The DNS name for the peer association,
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpLocalInfo 1.3.6.1.4.1.800.2.27.2.2
Used to display information about the local switch's implementation of NTP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

xylanNtpInfoPeer 1.3.6.1.4.1.800.2.27.2.2.1
The IP address of the remote association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanNtpInfoMode 1.3.6.1.4.1.800.2.27.2.2.2
The peer mode of this remote association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpInfoLeapIndicator 1.3.6.1.4.1.800.2.27.2.2.3
The status of leap second insertion for this association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpInfoStratum 1.3.6.1.4.1.800.2.27.2.2.4
The stratum level of the remote peer. If this number is 16, the remote peer has not been synchronized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpInfoPrecision 1.3.6.1.4.1.800.2.27.2.2.5
The advertised precision of the switch. It will be a number between -4 and -20.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -20..-4  

xylanNtpInfoDistance 1.3.6.1.4.1.800.2.27.2.2.6
This is a signed fixed-point number indicating the total roundtrip delay to the primary reference source at the root of the synchronization subnet, in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpInfoDispersion 1.3.6.1.4.1.800.2.27.2.2.7
This is a signed fixed-point number indicating the maximum error relative to the primary reference source at the root of the synchronization subnet, in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpInfoReferenceId 1.3.6.1.4.1.800.2.27.2.2.8
This is a 32-bit code identifying the particular reference clock. Can be an IP address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpInfoReferenceTime 1.3.6.1.4.1.800.2.27.2.2.9
This is the local time at which the local clock was last set or corrected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpInfoFrequency 1.3.6.1.4.1.800.2.27.2.2.10
A number determining the local clocks frequency in relation to a reference clock's Pulse per Second (PPS). If the clock is running in perfect synchronization, this number should be 1. Otherwise, it will be slightly lower or higher in order to compensate for the time differ-ence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpInfoStability 1.3.6.1.4.1.800.2.27.2.2.11
The stability of the clock in relation to a reference clock's Pulse per Second (PPS).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpInfoBroadcastDelay 1.3.6.1.4.1.800.2.27.2.2.12
The broadcast delay, in seconds, of this association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpInfoAuthDelay 1.3.6.1.4.1.800.2.27.2.2.13
The authentication delay, in seconds, of this association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowTable 1.3.6.1.4.1.800.2.27.2.3
Used to display a brief list of all NTP associations related to this switch (servers, peers, etc.).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NtpPeerShowEntry

xylanNtpPeerShowEntry 1.3.6.1.4.1.800.2.27.2.3.1
Each entry corresponds to one association.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NtpPeerShowEntry  

xylanNtpPeerShowRemote 1.3.6.1.4.1.800.2.27.2.3.1.1
The IP address of the remote association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanNtpPeerShowLocal 1.3.6.1.4.1.800.2.27.2.3.1.2
The local interface address assigned by NTP to the remote associations.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanNtpPeerShowHmode 1.3.6.1.4.1.800.2.27.2.3.1.3
The host mode of this remote association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowPmode 1.3.6.1.4.1.800.2.27.2.3.1.4
The peer mode of this remote association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowStratum 1.3.6.1.4.1.800.2.27.2.3.1.5
The stratum level of the remote peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowPrecision 1.3.6.1.4.1.800.2.27.2.3.1.6
The advertised precision of this association, which is a number from -4 to -20.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -20..-4  

xylanNtpPeerShowLeapIndicator 1.3.6.1.4.1.800.2.27.2.3.1.7
The status of leap second insertion for this association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowReferenceId 1.3.6.1.4.1.800.2.27.2.3.1.8
The status of leap second insertion for this association. Normally an IP address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowRootDistance 1.3.6.1.4.1.800.2.27.2.3.1.9
This is a signed fixed-point number indicating the total roundtrip delay to the primary reference source at the root of the synchronization subnet, in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowRootDispersion 1.3.6.1.4.1.800.2.27.2.3.1.10
This is a signed fixed-point number indicating the maximum error relative to the primary reference source at the root of the synchronization subnet, in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowPpoll 1.3.6.1.4.1.800.2.27.2.3.1.11
The poll time for this association when it is a peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowHpoll 1.3.6.1.4.1.800.2.27.2.3.1.12
The poll time for this association when it is a host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowKeyid 1.3.6.1.4.1.800.2.27.2.3.1.13
This is an integer identifying the cryptographic key used to generate the message authentication code.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowVersion 1.3.6.1.4.1.800.2.27.2.3.1.14
What version of NTP this association is using.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowAssociation 1.3.6.1.4.1.800.2.27.2.3.1.15
The number of seconds since this NTP entity was associated with the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowValid 1.3.6.1.4.1.800.2.27.2.3.1.16
This is an integer counter indicating the valid samples remaining in the filter register.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowReach 1.3.6.1.4.1.800.2.27.2.3.1.17
This is a shift register used to determine the reachability status of this peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowUnreach 1.3.6.1.4.1.800.2.27.2.3.1.18
The number of times this NTP entity was unreachable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowFlash 1.3.6.1.4.1.800.2.27.2.3.1.19
These reveal the state at the last grumble from the peer and are most handy for diagnosing problems.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowBroadcastOffset 1.3.6.1.4.1.800.2.27.2.3.1.20
The broadcast delay.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowTTL 1.3.6.1.4.1.800.2.27.2.3.1.21
This fields displays the Time-to-Live (TTL) time in seconds and the mode (unicast, multicast, or broadcast) of NTP messages sent to a broadcast address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowTimer 1.3.6.1.4.1.800.2.27.2.3.1.22
The time to next poll.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowFlags 1.3.6.1.4.1.800.2.27.2.3.1.23
This counter lists what flags have been configured for this NTP entity. 0x01 - Configured 0x02 - System Peer 0x10 - Preferred 0x20 - Authentable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpPeerShowReferenceTime 1.3.6.1.4.1.800.2.27.2.3.1.24
This is the local time, in timestamp format, when the local clock was last updated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowOriginateTime 1.3.6.1.4.1.800.2.27.2.3.1.25
This is the local time, in timestamp format, of the peer when its latest NTP message was sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowReceiveTime 1.3.6.1.4.1.800.2.27.2.3.1.26
This is the local time, in timestamp format, when the latest NTP message from the peer arrived.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowTransmitTime 1.3.6.1.4.1.800.2.27.2.3.1.27
This is the local time, in timestamp format, at which the last NTP message was sent from this association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowOffset 1.3.6.1.4.1.800.2.27.2.3.1.28
The currently estimated offset of this remote association, in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowDelay 1.3.6.1.4.1.800.2.27.2.3.1.29
The currently estimated delay of this remote association, in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowDispersion 1.3.6.1.4.1.800.2.27.2.3.1.30
The currently estimated dispersion of this remote association, in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpPeerShowName 1.3.6.1.4.1.800.2.27.2.3.1.31
The DNS name for the peer association,
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpStatsStat 1.3.6.1.4.1.800.2.27.3.1
The local server statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

xylanNtpStatsStatUptime 1.3.6.1.4.1.800.2.27.3.1.1
The number of seconds the local NTP server has been associated with the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsStatReset 1.3.6.1.4.1.800.2.27.3.1.2
The number of seconds since the last time the local NTP server has been restarted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsStatBadStratum 1.3.6.1.4.1.800.2.27.3.1.3
The number of NTP packets received that had a corrupted stratum bit in the data of the packet.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsStatOldVersion 1.3.6.1.4.1.800.2.27.3.1.4
The number of NTP packets received that were of an older version of NTP (either version 1 or 2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsStatNewVersion 1.3.6.1.4.1.800.2.27.3.1.5
The number of NTP packets received that were version 3 of NTP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsStatUnknownVersion 1.3.6.1.4.1.800.2.27.3.1.6
The number of NTP packets received that the version was unknown (most likely due to packet corruption).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsStatBadLength 1.3.6.1.4.1.800.2.27.3.1.7
The number of NTP packets received that did not fit the NTP packet structure (most likely due to packet corruption).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsStatProcessed 1.3.6.1.4.1.800.2.27.3.1.8
The total number of NTP packets processed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsStatBadAuth 1.3.6.1.4.1.800.2.27.3.1.9
The number of NTP packets rejected because they did not meet authentication standards.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsStatLimitRejects 1.3.6.1.4.1.800.2.27.3.1.10
The number of NTP packets rejected because they did not meet authentication standards.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsPeerTable 1.3.6.1.4.1.800.2.27.3.2
Table containing the synchronization host statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NtpStatsPeerEntry

xylanNtpStatsPeerEntry 1.3.6.1.4.1.800.2.27.3.2.1
Each entry corresponds to a synchronization host.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NtpStatsPeerEntry  

xylanNtpStatsPeerAddress 1.3.6.1.4.1.800.2.27.3.2.1.1
The IP address of the synchronization host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanNtpStatsPeerLocal 1.3.6.1.4.1.800.2.27.3.2.1.2
The local interface address assigned by NTP to the remote association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanNtpStatsPeerLastRcv 1.3.6.1.4.1.800.2.27.3.2.1.3
The time since the last packet was received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsPeerNextSend 1.3.6.1.4.1.800.2.27.3.2.1.4
The time until the next packet is to be sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsPeerReachChange 1.3.6.1.4.1.800.2.27.3.2.1.5
The time that the peer has been reachable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsPeerPacketsSent 1.3.6.1.4.1.800.2.27.3.2.1.6
The number of packets that have been sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsPeerPacketsRcvd 1.3.6.1.4.1.800.2.27.3.2.1.7
The number of packets that have been received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsPeerBadAuth 1.3.6.1.4.1.800.2.27.3.2.1.8
The number of packets received with bad authentication.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsPeerBogusOrigin 1.3.6.1.4.1.800.2.27.3.2.1.9
The number of bogus packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsPeerDuplicate 1.3.6.1.4.1.800.2.27.3.2.1.10
The number of duplicated packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsPeerBadDispersion 1.3.6.1.4.1.800.2.27.3.2.1.11
The number bad dispersions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsPeerBadRefTime 1.3.6.1.4.1.800.2.27.3.2.1.12
The number of bad reference times received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsPeerCandidateOrder 1.3.6.1.4.1.800.2.27.3.2.1.13
The order of synchronization candidates.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsPeerReset 1.3.6.1.4.1.800.2.27.3.2.1.14
Resets the statistics for the peer.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER  

xylanNtpStatsPeerName 1.3.6.1.4.1.800.2.27.3.2.1.15
The DNS name for the peer association,
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpStatsLoop 1.3.6.1.4.1.800.2.27.3.3
The loop filter is used to control and correct the phase of timestamps as processed by the local clock. The loop filter examines timestamps sent to and from the local clock and can adjust them to account for natural wander and jitter.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

xylanNtpStatsLoopOffset 1.3.6.1.4.1.800.2.27.3.3.1
The currently estimated offset of this remote association, in seconds. This counter indicates the offset of the peer clock relative to the local clock.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpStatsLoopFrequency 1.3.6.1.4.1.800.2.27.3.3.2
A number determining the local clocks frequency in relation to a reference clocks Pulse per Second (PPS). If the clock is running in perfect synchronization, this number should be 1. Otherwise, it will be slightly lower or higher in order to compensate for the time discrepancy between the reference clock and the local clock.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpStatsLoopPollAdjust 1.3.6.1.4.1.800.2.27.3.3.3
Determines the peer polling time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpStatsLoopWatchdog 1.3.6.1.4.1.800.2.27.3.3.4
Makes sure that NTP timer continues to run.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsIo 1.3.6.1.4.1.800.2.27.3.4
General statistics on received and transmitted NTP packets for this switch.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

xylanNtpStatsIoReset 1.3.6.1.4.1.800.2.27.3.4.1
The number of seconds since the last restart of NTP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsIoRcvBuffers 1.3.6.1.4.1.800.2.27.3.4.2
The number of switch receive buffers currently being used by this NTP entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsIoFreeRcvBuffers 1.3.6.1.4.1.800.2.27.3.4.3
The number of free receive buffers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsIoUsedRcvBuffers 1.3.6.1.4.1.800.2.27.3.4.4
The number of receive buffers currently being used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsIoRefills 1.3.6.1.4.1.800.2.27.3.4.5
The number of times we added packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsIoDroppedPackets 1.3.6.1.4.1.800.2.27.3.4.6
The number of packets dropped.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsIoIgnoredPackets 1.3.6.1.4.1.800.2.27.3.4.7
The number of packets ignored.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsIoRcvPackets 1.3.6.1.4.1.800.2.27.3.4.8
The total number of NTP packets received by the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsIoSentPackets 1.3.6.1.4.1.800.2.27.3.4.9
The total number of NTP packets sent by the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsIoNotSentPackets 1.3.6.1.4.1.800.2.27.3.4.10
The number of NTP packets generated but not sent due to restrictions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsIoInterrupts 1.3.6.1.4.1.800.2.27.3.4.11
The number of times NTP information was interrupted in the process of transmitting or receiving.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsIoInterruptsRcv 1.3.6.1.4.1.800.2.27.3.4.12
The number of packets received by the interrupt handler.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsReset 1.3.6.1.4.1.800.2.27.3.5
Resets the statistics counters for the following subsystems: 0x01 - all peers 0x02 - i/o 0x04 - system 0x08 - memory 0x10 - timer 0x20 - authentication 0x40 - control
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER  

xylanNtpStatsMonitorTable 1.3.6.1.4.1.800.2.27.3.6
Table containing the association monitoring list.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NtpStatsMonitorEntry

xylanNtpStatsMonitorEntry 1.3.6.1.4.1.800.2.27.3.6.1
Each entry corresponds to a synchronization host.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NtpStatsMonitorEntry  

xylanNtpStatsMonitorIndex 1.3.6.1.4.1.800.2.27.3.6.1.1
Table index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsMonitorAddress 1.3.6.1.4.1.800.2.27.3.6.1.2
The IP address of the remote association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanNtpStatsMonitorPort 1.3.6.1.4.1.800.2.27.3.6.1.3
The IP port number of the association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpStatsMonitorLocalAddress 1.3.6.1.4.1.800.2.27.3.6.1.4
The local IP address of the association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanNtpStatsMonitorCount 1.3.6.1.4.1.800.2.27.3.6.1.5
The number of NTP packets received from this association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsMonitorMode 1.3.6.1.4.1.800.2.27.3.6.1.6
The mode the NTP association uses in relation to the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpStatsMonitorVersion 1.3.6.1.4.1.800.2.27.3.6.1.7
The version of NTP the association is using.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpStatsMonitorDrop 1.3.6.1.4.1.800.2.27.3.6.1.8
The number of NTP packets received from this association that were dropped.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsMonitorLast 1.3.6.1.4.1.800.2.27.3.6.1.9
The number of seconds since the last NTP message has been received from this association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsMonitorFirst 1.3.6.1.4.1.800.2.27.3.6.1.10
The number of seconds since the first NTP message has been received from this association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xylanNtpStatsMonitorName 1.3.6.1.4.1.800.2.27.3.6.1.11
The DNS name for the peer association,
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

xylanNtpAccessKeyIdTable 1.3.6.1.4.1.800.2.27.5.1
Table containing the trusted keys.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NtpAccessKeyIdEntry

xylanNtpAccessKeyIdEntry 1.3.6.1.4.1.800.2.27.5.1.1
Entry of a trusted key.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NtpAccessKeyIdEntry  

xylanNtpAccessKeyIdKeyId 1.3.6.1.4.1.800.2.27.5.1.1.1
Keyid of the key in the key file.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpAccessKeyIdAdmin 1.3.6.1.4.1.800.2.27.5.1.1.2
The current state of the table entry. If the value written is a 2, the entry is deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), delete(2)  

xylanNtpAccessRestrictedTable 1.3.6.1.4.1.800.2.27.5.2
Table containing the restricted addresses.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NtpAccessRestrictedEntry

xylanNtpAccessRestrictedEntry 1.3.6.1.4.1.800.2.27.5.2.1
Entry of a restricted address.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NtpAccessRestrictedEntry  

xylanNtpAccessRestrictedIpAddress 1.3.6.1.4.1.800.2.27.5.2.1.1
IP address to restrict.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanNtpAccessRestrictedMask 1.3.6.1.4.1.800.2.27.5.2.1.2
IP mask to restrict.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xylanNtpAccessRestrictedRestrictions 1.3.6.1.4.1.800.2.27.5.2.1.3
A mask indicating the restrictions to apply to the entry. 0x0001 - ignore, Ignore all packets from hosts. 0x0002 - noquery, Ignore all NTP information queries and configuration requests from the source. 0x0004 - nomodify, Ignore all NTP information queries and configuration requests that attempt to modify the state of the server. 0x0008 - notrap, Decline to provide control message trap service to matching hosts. 0x0010 - lowpriotrap, Declare traps set by matching hosts to be low priority. 0x0020 - noserve, Ignore NTP packets other than information queries and config-uration requests. 0x0040 - nopeer, Provide stateless time service to polling hosts, but do not allocate peer memory resources to these hosts even if they otherwise might be considered useful as future synchronization partners. 0x0080 - notrust, Treat these hosts normally in other respects, but never use them as synchronization sources. 0x0100 - limited, These hosts are subject to a limitation of the number of clients from the same net.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xylanNtpAccessRestrictedCount 1.3.6.1.4.1.800.2.27.5.2.1.4
Number of packets matched.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xylanNtpAccessRestrictedAdmin 1.3.6.1.4.1.800.2.27.5.2.1.5
The current state of the table entry. If the value written is a 2, the entry is deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), delete(2)  

xylanNtpAccessRereadKeyFile 1.3.6.1.4.1.800.2.27.5.3
Re-examining the keys file will load all currently existing keys in the file into the switch's memory.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER