App-Netsync
view release on metacpan or search on metacpan
share/mib/FOUNDRY-SN-SWITCH-GROUP-MIB.mib view on Meta::CPAN
gmtMinus0200(25),
gmtMinus0300(26),
gmtMinus0400(27),
gmtMinus0500(28),
gmtMinus0600(29),
gmtMinus0700(30),
gmtMinus0800(31),
gmtMinus0900(32),
gmtMinus1000(33),
gmtMinus1100(34),
gmtMinus1200(35),
gmtPlus1130(36),
gmtPlus1030(37),
gmtPlus0930(38),
gmtPlus0630(39),
gmtPlus0530(40),
gmtPlus0430(41),
gmtPlus0330(42),
gmtMinus0330(43),
gmtMinus0830(44),
gmtMinus0930(45)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Time zone."
DEFVAL { gmt }
::= { snNTPGeneral 2 }
snNTPSummerTimeEnable OBJECT-TYPE
SYNTAX INTEGER { disabled(0), enabled (1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/Disable daylight saving time. This enables daylight
saving time for time/date starting 02:00:00 of first Sunday
in April and ending 02:00:00 of last Sunday in October every
year."
DEFVAL { disabled }
::= { snNTPGeneral 3 }
snNTPSystemClock OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (7))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"System clock, in the following format:
octet 0: seconds after the minute [0-60]
octet 1: minutes after the hour [0-59]
octet 2: hours since midnight [0-23]
octet 3: day of the month [1-31]
octet 4: months since January [0-11]
octet 5: years since 1900
octet 6: days since Sunday [0-6]
Setting this object requires valid value in octets 0 to 5,
and zero in octet 6. System clock can be disabled by setting
zero to all octets."
::= { snNTPGeneral 4 }
snNTPSync OBJECT-TYPE
SYNTAX INTEGER { other(1), synchronize(2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Initiate time synchronization to the NTP servers.
For set operation, only 'synchronize(2)' is accepted.
For get operation, always return 'other(1)'.
This object is not supported in NI devices from R5.3"
::= { snNTPGeneral 5 }
-- NTP server table
-- snNTPServerTable is deprecated, replaced by fdrySntpServerTable.
-- The new table "fdrySntpServerTable" combines Ipv4 and Ipv6 Simple Network Time Protocol server configuration.
snNTPServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF SnNTPServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"NTP (Network Time Protocol) server table."
::= { snNTP 2 }
snNTPServerEntry OBJECT-TYPE
SYNTAX SnNTPServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the NTP server table."
INDEX { snNTPServerIp }
::= { snNTPServerTable 1 }
SnNTPServerEntry ::= SEQUENCE {
snNTPServerIp
IpAddress,
snNTPServerVersion
INTEGER,
snNTPServerRowStatus
INTEGER
}
snNTPServerIp OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"NTP server IP address."
::= { snNTPServerEntry 1 }
snNTPServerVersion OBJECT-TYPE
SYNTAX INTEGER (1..4)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"NTP server version."
DEFVAL { 1 }
::= { snNTPServerEntry 2 }
snNTPServerRowStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
valid(2),
delete(3),
create(4) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
( run in 1.588 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )