CADANT-TIME-MIB: View SNMP OID List / Download MIB
VENDOR: CADANT INC.
Home | MIB: CADANT-TIME-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
cadClock | 1.3.6.1.4.1.4998.1.1.5.2.1 | |||
cadTimeZone | 1.3.6.1.4.1.4998.1.1.5.2.1.1 | displaystring | read-write |
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. |
cadIsDST | 1.3.6.1.4.1.4998.1.1.5.2.1.2 | truthvalue | read-only |
If true, then cadLocalDateAndTime is in Daylight Savings Time mode. If false, then cadLocalDateAndTime is expressed in standard time. |
cadTZAbbrev | 1.3.6.1.4.1.4998.1.1.5.2.1.3 | displaystring | read-only |
Current TZ abbreviation based on either the TZ rules or a GMT offset, e.g. CST, CDT, GMT+2, GMT-3:30, GMT |
cadLocalDateAndTime | 1.3.6.1.4.1.4998.1.1.5.2.1.4 | dateandtime | read-only |
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 |
cadLocalTime | 1.3.6.1.4.1.4998.1.1.5.2.1.5 | unsigned32 | read-only |
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. |
cadUTCtime | 1.3.6.1.4.1.4998.1.1.5.2.1.6 | unsigned32 | read-write |
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. |
cadNetTimeSyncProto | 1.3.6.1.4.1.4998.1.1.5.2.1.7 | integer | read-write |
Active network time synchronization protocol to be used by this managed device. Enumeration: 'ntp': 2, 'none': 0, 'tod': 1. |
cadTod | 1.3.6.1.4.1.4998.1.1.5.2.2 | |||
cadTodServerIpAddress | 1.3.6.1.4.1.4998.1.1.5.2.2.1 | ipaddress | read-write |
If cadNetTimeSyncProto is tod(1), then this object is used as to provide the IPv4 address of the network TOD server. |
cadTodServerConnType | 1.3.6.1.4.1.4998.1.1.5.2.2.2 | integer | read-write |
If cadNetTimeSyncProto is tod(1), then this object is used as to provide the connection type for communitcating with the server specified in cadTodServerIpAddress. Enumeration: 'udp': 2, 'tcp': 1. |
cadNtp | 1.3.6.1.4.1.4998.1.1.5.2.3 | |||
cadNtpVersionDefault | 1.3.6.1.4.1.4998.1.1.5.2.3.1 | integer32 | read-write |
Default NTP version used when sending messages to NTP clients, servers, or peers. |
cadNtpAuthenticate | 1.3.6.1.4.1.4998.1.1.5.2.3.2 | truthvalue | read-write |
If set to true(1), then all NTP operations will require authentication keys. Otherwise, if false(2), then NTP authentication is not required. |
cadNtpClockDrift | 1.3.6.1.4.1.4998.1.1.5.2.3.3 | caddouble | read-only |
The latest SCM local clock drift value. This value is used when restarting the NTP daemon process. |
cadNtpSource | 1.3.6.1.4.1.4998.1.1.5.2.3.10 | |||
cadNtpSourceMinPollDefault | 1.3.6.1.4.1.4998.1.1.5.2.3.10.1 | integer32 | read-write |
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. |
cadNtpSourceMaxPollDefault | 1.3.6.1.4.1.4998.1.1.5.2.3.10.2 | integer32 | read-write |
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. |
cadNtpSourceTable | 1.3.6.1.4.1.4998.1.1.5.2.3.10.10 | no-access |
Configuration and display table for NTP servers and/or peers. |
|
1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1 | no-access |
Each entry represents an association this device has with an NTP server or peer. |
||
cadNtpSourceIpAddress | 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.1 | ipaddress | no-access |
The IPv4 address associated with this NTP server or peer. |
cadNtpSourceType | 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.2 | integer | read-only |
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. Enumeration: 'broadcastServer': 2, 'manycastPeer': 6, 'unicastPeer': 5, 'unicastServer': 1, 'multicastServer': 3, 'manycastServer': 4. |
cadNtpSourceBurstEnabled | 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.3 | truthvalue | read-only |
If set to true(1), then burst mode is enabled. If set to false(2), then burst mode is disabled. |
cadNtpSourcePreferred | 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.4 | truthvalue | read-only |
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. |
cadNtpSourceAuthKeyId | 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.5 | unsigned32 | read-only |
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. |
cadNtpSourceMinPoll | 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.6 | integer32 | read-only |
If non-zero, this will override cadNtpMinPoll. See the DESCRIPTION of cadNtpMinPoll for more details. |
cadNtpSourceMaxPoll | 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.7 | integer32 | read-only |
If non-zero, this will override cadNtpMaxPoll. See the DESCRIPTION of cadNtpMaxPoll for more details. |
cadNtpSourceVersion | 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.8 | integer32 | read-only |
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. |
cadNtpSourceTtl | 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.9 | integer32 | read-only |
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). |
cadNtpSourceRowStatus | 1.3.6.1.4.1.4998.1.1.5.2.3.10.10.1.10 | rowstatus | read-only |
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. |
cadNtpAuthKeyTable | 1.3.6.1.4.1.4998.1.1.5.2.3.30 | no-access |
Table for provisioning NTP authentication keys |
|
1.3.6.1.4.1.4998.1.1.5.2.3.30.1 | no-access |
Each entry represents an NTP authentication key. |
||
cadNtpAuthKeyId | 1.3.6.1.4.1.4998.1.1.5.2.3.30.1.1 | unsigned32 | no-access |
The ID of this NTP authentication key |
cadNtpAuthKeyType | 1.3.6.1.4.1.4998.1.1.5.2.3.30.1.2 | integer | read-only |
The type of key this row represents. Future versions may support more authentication algorithms than MD5. Enumeration: 'md5': 1. |
cadNtpAuthKeyValue | 1.3.6.1.4.1.4998.1.1.5.2.3.30.1.3 | displaystring | read-only |
The ASCII value of this key |
cadNtpAuthKeyRowStatus | 1.3.6.1.4.1.4998.1.1.5.2.3.30.1.4 | rowstatus | read-only |
Control object for this row |