WWP-NTP-MIB

File: WWP-NTP-MIB.mib (3832 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WWP-SMI

Imported symbols

IpAddress Integer32 OBJECT-TYPE
MODULE-IDENTITY RowStatus TEXTUAL-CONVENTION
wwpModules

Defined Types

WwpNtpServerEntry  
SEQUENCE    
  wwpNtpServerIpAddr IpAddress
  wwpNtpServerRowStatus RowStatus

Defined Values

wwpNtpMIB 1.3.6.1.4.1.6141.2.5
This MIB module defines the generic managed objects for NTP on WWP devices.
MODULE-IDENTITY    

wwpNtpMIBObjects 1.3.6.1.4.1.6141.2.5.1
OBJECT IDENTIFIER    

wwpNtp 1.3.6.1.4.1.6141.2.5.1.1
OBJECT IDENTIFIER    

wwpNtpMIBNotificationPrefix 1.3.6.1.4.1.6141.2.5.2
OBJECT IDENTIFIER    

wwpNtpMIBNotifications 1.3.6.1.4.1.6141.2.5.2.0
OBJECT IDENTIFIER    

wwpNtpMIBConformance 1.3.6.1.4.1.6141.2.5.3
OBJECT IDENTIFIER    

wwpNtpMIBCompliances 1.3.6.1.4.1.6141.2.5.3.1
OBJECT IDENTIFIER    

wwpNtpMIBGroups 1.3.6.1.4.1.6141.2.5.3.2
OBJECT IDENTIFIER    

wwpNtpRcvBroadcasts 1.3.6.1.4.1.6141.2.5.1.1.1
Enables or disables the reception of NTP broadcasts from a host. WWP products will only accept broadcasts from those NTP servers listed in the NTP table below.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

wwpNtpEnablePolling 1.3.6.1.4.1.6141.2.5.1.1.2
Enables or disables NTP polling.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

wwpNtpPollFreq 1.3.6.1.4.1.6141.2.5.1.1.3
WWP products can also be configured to poll a server for the current time every x seconds. pollTime is in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

wwpNtpServerTable 1.3.6.1.4.1.6141.2.5.1.1.4
Table of NTP server information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpNtpServerEntry

wwpNtpServerEntry 1.3.6.1.4.1.6141.2.5.1.1.4.1
An entry for each NTP server that the switch should be aware of.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpNtpServerEntry  

wwpNtpServerIpAddr 1.3.6.1.4.1.6141.2.5.1.1.4.1.1
The IP address of the NTP server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wwpNtpServerRowStatus 1.3.6.1.4.1.6141.2.5.1.1.4.1.2
To create a row in this table, a manager must set this object to 'createAndGo'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus