CADANT-TIME-MIB

File: CADANT-TIME-MIB.mib (15858 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC CADANT-TC
CADANT-PRODUCTS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 Counter32 IpAddress
TEXTUAL-CONVENTION DisplayString DateAndTime
TruthValue RowStatus CadDouble
cadSystem

Defined Types

CadNtpSourceEntry  
SEQUENCE    
  cadNtpSourceIpAddress IpAddress
  cadNtpSourceType INTEGER
  cadNtpSourceBurstEnabled TruthValue
  cadNtpSourcePreferred TruthValue
  cadNtpSourceAuthKeyId Unsigned32
  cadNtpSourceMinPoll Integer32
  cadNtpSourceMaxPoll Integer32
  cadNtpSourceVersion Integer32
  cadNtpSourceTtl Integer32
  cadNtpSourceRowStatus RowStatus

CadNtpAuthKeyEntry  
SEQUENCE    
  cadNtpAuthKeyId Unsigned32
  cadNtpAuthKeyType INTEGER
  cadNtpAuthKeyValue DisplayString
  cadNtpAuthKeyRowStatus RowStatus

Defined Values

cadTimeMib 1.3.6.1.4.1.4998.1.1.5.2
This MIB contains objects for controlling and reporting on the various Time of Day Services in the Cadant C4 CMTS. These Time of Day services include the TOD protocol, the NTP protocol, and manual configuration.
MODULE-IDENTITY    

cadClock 1.3.6.1.4.1.4998.1.1.5.2.1
OBJECT IDENTIFIER    

cadTimeZone 1.3.6.1.4.1.4998.1.1.5.2.1.1
Canonical TZ location name or GMT offset in hours and optionally minutes. Setting this object causes the active TZ and DST rules to change in the local time of day clock.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

cadIsDST 1.3.6.1.4.1.4998.1.1.5.2.1.2
If true, then cadLocalDateAndTime is in Daylight Savings Time mode. If false, then cadLocalDateAndTime is expressed in standard time.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cadTZAbbrev 1.3.6.1.4.1.4998.1.1.5.2.1.3
Current TZ abbreviation based on either the TZ rules or a GMT offset, e.g. CST, CDT, GMT+2, GMT-3:30, GMT
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cadLocalDateAndTime 1.3.6.1.4.1.4998.1.1.5.2.1.4
CMTS local date and time displayed as yyyy-mm-dd,hh:mm:ss.d,+/-hh:mm, where the date is yyyy-mmmm-dd and time in deci-seconds is hh:mm:ss.d, adn teh current offset from GMT is +/-hh:mm. This object is adjusted by teh TZ and DST rules. E.g. 2002-5-26,13;30:15.0,-4:0
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cadLocalTime 1.3.6.1.4.1.4998.1.1.5.2.1.5
CMTS local date and time displayed as a 32-bit number of seconds since teh epoch Jan. 1, 1970. This object is adjusted by the current TZ and DST rules.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cadUTCtime 1.3.6.1.4.1.4998.1.1.5.2.1.6
UTC (GMT) time mainted by the CMTS local time of day clock represented as a 32-bit number of seconds since the epoch Jan. 1, 1970. If NetTimeSyncProto is TOD(1) or NTP(2) then this value is maintained by the network time sync protocol and any attempt to change this object is ignored. If NetTimeSyncProto is None(0), then the local time of day clock may be set manually via this object.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cadNetTimeSyncProto 1.3.6.1.4.1.4998.1.1.5.2.1.7
Active network time synchronization protocol to be used by this managed device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), tod(1), ntp(2)  

cadTod 1.3.6.1.4.1.4998.1.1.5.2.2
OBJECT IDENTIFIER    

cadTodServerIpAddress 1.3.6.1.4.1.4998.1.1.5.2.2.1
If cadNetTimeSyncProto is tod(1), then this object is used as to provide the IPv4 address of the network TOD server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

cadTodServerConnType 1.3.6.1.4.1.4998.1.1.5.2.2.2
If cadNetTimeSyncProto is tod(1), then this object is used as to provide the connection type for communitcating with the server specified in cadTodServerIpAddress.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tcp(1), udp(2)  

cadNtp 1.3.6.1.4.1.4998.1.1.5.2.3
OBJECT IDENTIFIER    

cadNtpVersionDefault 1.3.6.1.4.1.4998.1.1.5.2.3.1
Default NTP version used when sending messages to NTP clients, servers, or peers.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 2..4  

cadNtpAuthenticate 1.3.6.1.4.1.4998.1.1.5.2.3.2
If set to true(1), then all NTP operations will require authentication keys. Otherwise, if false(2), then NTP authentication is not required.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cadNtpClockDrift 1.3.6.1.4.1.4998.1.1.5.2.3.3
The latest SCM local clock drift value. This value is used when restarting the NTP daemon process.
Status: current Access: read-only
OBJECT-TYPE    
  CadDouble  

cadNtpSource 1.3.6.1.4.1.4998.1.1.5.2.3.10
OBJECT IDENTIFIER    

cadNtpSourceMinPollDefault 1.3.6.1.4.1.4998.1.1.5.2.3.10.1
Default minimum polling interval for NTP clients and peers. This object is expressed is powers of 2 seconds in the range of 4 through 11, for an effective minimum polling interval of between 16 and 2048 seconds. This object may not be set to a value greater than cadNtpSourceMaxPollDefault. The value in this object is ignored if cadNtpSourceMinPoll is non-zero.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 4..11  

cadNtpSourceMaxPollDefault 1.3.6.1.4.1.4998.1.1.5.2.3.10.2
Default maximum polling interval for NTP clients and peers. This object is expressed is powers of 2 seconds in the range of 4 through 11, for an effective minimum polling interval of between 16 and 2048 seconds. This object may not be set to a value less than cadNtpSourceMinPollDefault. The value in this object is ignored if cadNtpSourceMaxPoll is non-zero.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 4..11  

cadNtpSourceTable 1.3.6.1.4.1.4998.1.1.5.2.3.10.10
Configuration and display table for NTP servers and/or peers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CadNtpSourceEntry

cadNtpSourceEntry 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1
Each entry represents an association this device has with an NTP server or peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  CadNtpSourceEntry  

cadNtpSourceIpAddress 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.1
The IPv4 address associated with this NTP server or peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

cadNtpSourceType 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.2
This table may only contain entries of one type. Attempts to create additional rows which have a cadNtpSourceType different from the other rows will fail.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER unicastServer(1), broadcastServer(2), multicastServer(3), manycastServer(4), unicastPeer(5), manycastPeer(6)  

cadNtpSourceBurstEnabled 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.3
If set to true(1), then burst mode is enabled. If set to false(2), then burst mode is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cadNtpSourcePreferred 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.4
If set to true(1), then this NTP server or peer entry is a preferred server or peer and will be considered before other non-preferred servers or peers, even if those other servers or peers have a better/lower Stratum value.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cadNtpSourceAuthKeyId 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.5
The id-id of the MD5 authentication key-string as stored in the cadNtpAuthKeyTable. A value of 0 for this object denotes that no authentication is to be used for communication.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cadNtpSourceMinPoll 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.6
If non-zero, this will override cadNtpMinPoll. See the DESCRIPTION of cadNtpMinPoll for more details.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 4..11  

cadNtpSourceMaxPoll 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.7
If non-zero, this will override cadNtpMaxPoll. See the DESCRIPTION of cadNtpMaxPoll for more details.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 4..11  

cadNtpSourceVersion 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.8
The version of NTP used when sending messages to this server or peer. Setting this to 2, 3, or 4 will override the cadNtpVersion default value. Setting this object to 0 will cause the value in cadNtpVersion to be used for this server or peer.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 2..4  

cadNtpSourceTtl 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.9
The Time-To-Live (TTL) value used in the IP header when trying to locate nearby members of its manycast group. This object is only applicable for rows which have a cadNtpSourceType value of either manycastServer(4) or manycastPeer(6).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..255  

cadNtpSourceRowStatus 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.10
Control object for this row. The only values supported by the C4 CMTS are active(1), createAndGo(4), and destroy(6). Setting this object to createAndGo(4) will cause the row to be created. Reading this object should always return active(1). Setting this object to destroy(6) will remove the row from the C4 CMTS.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cadNtpAuthKeyTable 1.3.6.1.4.1.4998.1.1.5.2.3.30
Table for provisioning NTP authentication keys
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CadNtpAuthKeyEntry

cadNtpAuthKeyEntry 1.3.6.1.4.1.4998.1.1.5.2.3.30.1
Each entry represents an NTP authentication key.
Status: current Access: not-accessible
OBJECT-TYPE    
  CadNtpAuthKeyEntry  

cadNtpAuthKeyId 1.3.6.1.4.1.4998.1.1.5.2.3.30.1.1
The ID of this NTP authentication key
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65534  

cadNtpAuthKeyType 1.3.6.1.4.1.4998.1.1.5.2.3.30.1.2
The type of key this row represents. Future versions may support more authentication algorithms than MD5.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER md5(1)  

cadNtpAuthKeyValue 1.3.6.1.4.1.4998.1.1.5.2.3.30.1.3
The ASCII value of this key
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..16)  

cadNtpAuthKeyRowStatus 1.3.6.1.4.1.4998.1.1.5.2.3.30.1.4
Control object for this row
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus