BayNetworks-NTP-MIB

File: BayNetworks-NTP-MIB.mib (12129 bytes)

Imported modules

RFC1155-SMI RFC-1212 Wellfleet-COMMON-MIB

Imported symbols

IpAddress Counter Gauge
TimeTicks OBJECT-TYPE wfNtpGroup

Defined Types

WfNtpEntry  
SEQUENCE    
  wfNtpIndex INTEGER
  wfNtpDelete INTEGER
  wfNtpDisable INTEGER
  wfNtpMode INTEGER
  wfNtpDebugFlag Gauge
  wfNtpState INTEGER
  wfNtpVersion INTEGER
  wfNtpStratum INTEGER
  wfNtpRootDelay INTEGER
  wfNtpReferenceId IpAddress
  wfNtpClockPrec INTEGER
  wfNtpLeapHappened INTEGER
  wfNtpLeapTime TimeTicks
  wfNtpUpdateTimer INTEGER

WfNtpAccessEntry  
SEQUENCE    
  wfNtpAccessDelete INTEGER
  wfNtpAccessFilterType INTEGER
  wfNtpAccessIpAddr IpAddress
  wfNtpAccessIpMask IpAddress

WfNtpPeerEntry  
SEQUENCE    
  wfNtpPeerDelete INTEGER
  wfNtpPeerState Gauge
  wfNtpCfgPeerMode INTEGER
  wfNtpPeerMode INTEGER
  wfNtpPeerHostMode INTEGER
  wfNtpPeerIpAddress IpAddress
  wfNtpSourceIpAddress IpAddress
  wfNtpPeerPref INTEGER
  wfNtpPeerRefId IpAddress
  wfNtpPeerVersion INTEGER
  wfNtpPeerPrecision INTEGER
  wfNtpPeerStratum INTEGER
  wfNtpPeerRootDelay INTEGER
  wfNtpPeerDispersion Gauge
  wfNtpPeerOffset Gauge
  wfNtpPeerPolls Counter
  wfNtpPeerFrameReceives Counter

Defined Values

wfNtpEntryTable 1.3.6.1.4.1.18.3.5.3.17.1
NTP base entry table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNtpEntry

wfNtpEntry 1.3.6.1.4.1.18.3.5.3.17.1.1
An NTP base entry description
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNtpEntry  

wfNtpIndex 1.3.6.1.4.1.18.3.5.3.17.1.1.1
Index of this entry. Index could only be one
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNtpDelete 1.3.6.1.4.1.18.3.5.3.17.1.1.2
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete NTP.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNtpDisable 1.3.6.1.4.1.18.3.5.3.17.1.1.3
Enable/Disable NTP
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfNtpMode 1.3.6.1.4.1.18.3.5.3.17.1.1.4
Enable/Disable NTP
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER client(1), bclient(2), mclient(3)  

wfNtpDebugFlag 1.3.6.1.4.1.18.3.5.3.17.1.1.5
Flag for setting debug level
Status: mandatory Access: read-write
OBJECT-TYPE    
  Gauge  

wfNtpState 1.3.6.1.4.1.18.3.5.3.17.1.1.6
The current state of NTP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), notpresent(4)  

wfNtpVersion 1.3.6.1.4.1.18.3.5.3.17.1.1.7
The NTP version on the Router NTP client/server software
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNtpStratum 1.3.6.1.4.1.18.3.5.3.17.1.1.8
Router NTP client software stratum
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..15  

wfNtpRootDelay 1.3.6.1.4.1.18.3.5.3.17.1.1.9
Delay from synchronization server this could be another secondary server or primary server in seconds
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNtpReferenceId 1.3.6.1.4.1.18.3.5.3.17.1.1.10
Reference ID of time synchronozition source
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNtpClockPrec 1.3.6.1.4.1.18.3.5.3.17.1.1.11
An 8 bit number indicating the precision of the router clock in seconds to the nearest power of two.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNtpLeapHappened 1.3.6.1.4.1.18.3.5.3.17.1.1.12
Flag indicating whether leap occurred or not leap: a leap second is added / subtracted from the last second of a particular day for e.g. the time of a particular day will end with 23:59:60 instead of 23:59:59. This is done to conform with Universal Standard Time conventions
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

wfNtpLeapTime 1.3.6.1.4.1.18.3.5.3.17.1.1.13
Next leap adjustment in 1/100 second
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

wfNtpUpdateTimer 1.3.6.1.4.1.18.3.5.3.17.1.1.14
Number of seconds in powers of 2 between NTP polls.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfNtpAccessTable 1.3.6.1.4.1.18.3.5.3.17.2
List of peers we restrict/prefer time synchronization based on source IP address or the source subnet
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNtpAccessEntry

wfNtpAccessEntry 1.3.6.1.4.1.18.3.5.3.17.2.1
An access control entry description
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNtpAccessEntry  

wfNtpAccessDelete 1.3.6.1.4.1.18.3.5.3.17.2.1.1
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete an NTP access control record
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNtpAccessFilterType 1.3.6.1.4.1.18.3.5.3.17.2.1.2
Could be restrict or prefer
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER restrict(1), prefer(2)  

wfNtpAccessIpAddr 1.3.6.1.4.1.18.3.5.3.17.2.1.3
Source Ip address of Peer the rule applies to
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNtpAccessIpMask 1.3.6.1.4.1.18.3.5.3.17.2.1.4
Mask of subnet if rule applies to peers from a specific subnet
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNtpPeerTable 1.3.6.1.4.1.18.3.5.3.17.3
The list of configured NTP peers
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfNtpPeerEntry

wfNtpPeerEntry 1.3.6.1.4.1.18.3.5.3.17.3.1
An NTP peer description
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfNtpPeerEntry  

wfNtpPeerDelete 1.3.6.1.4.1.18.3.5.3.17.3.1.1
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete an IP interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfNtpPeerState 1.3.6.1.4.1.18.3.5.3.17.3.1.2
State of peer
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfNtpCfgPeerMode 1.3.6.1.4.1.18.3.5.3.17.3.1.3
The configured as peer or server
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER server(1), peer(2)  

wfNtpPeerMode 1.3.6.1.4.1.18.3.5.3.17.3.1.4
The mode peer of operation
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER symmetrica(1), symmetricp(2), client(3), server(4), broadcast(5), ntpctrl(6)  

wfNtpPeerHostMode 1.3.6.1.4.1.18.3.5.3.17.3.1.5
Router NTP mode
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER symmetrica(1), symmetricp(2), client(3), server(4), broadcast(5), ntpctrl(6)  

wfNtpPeerIpAddress 1.3.6.1.4.1.18.3.5.3.17.3.1.6
Source IP address of Peer
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNtpSourceIpAddress 1.3.6.1.4.1.18.3.5.3.17.3.1.7
Source IP address of Peer
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfNtpPeerPref 1.3.6.1.4.1.18.3.5.3.17.3.1.8
Peer Preference: Preference assigned to this peer. Will override NTP peer selection algorithm if greater than default value
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

wfNtpPeerRefId 1.3.6.1.4.1.18.3.5.3.17.3.1.9
Peer Reference clock IP address
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfNtpPeerVersion 1.3.6.1.4.1.18.3.5.3.17.3.1.10
Peers NTP version number
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNtpPeerPrecision 1.3.6.1.4.1.18.3.5.3.17.3.1.11
Peers clock precision
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNtpPeerStratum 1.3.6.1.4.1.18.3.5.3.17.3.1.12
Peer stratum
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..15  

wfNtpPeerRootDelay 1.3.6.1.4.1.18.3.5.3.17.3.1.13
Delay from syncronization clock in seconds
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfNtpPeerDispersion 1.3.6.1.4.1.18.3.5.3.17.3.1.14
Peer clock dispersion
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfNtpPeerOffset 1.3.6.1.4.1.18.3.5.3.17.3.1.15
Peer clock offset
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfNtpPeerPolls 1.3.6.1.4.1.18.3.5.3.17.3.1.16
Number of times this peer has been polled
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfNtpPeerFrameReceives 1.3.6.1.4.1.18.3.5.3.17.3.1.17
Number of times this peer has been polled
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter