BAY-STACK-NTP-MIB
File:
BAY-STACK-NTP-MIB.mib (8337 bytes)
Imported modules
Imported symbols
Defined Types
BsNtpServerEntry |
|
SEQUENCE |
|
|
|
|
bsNtpServerAddressType |
InetAddressType |
|
|
bsNtpServerAddress |
InetAddress |
|
|
bsNtpServerEnable |
TruthValue |
|
|
bsNtpServerAuthEnable |
TruthValue |
|
|
bsNtpServerKeyId |
INTEGER |
|
|
bsNtpServerAutokeyEnable |
TruthValue |
|
|
bsNtpServerVersion |
Unsigned32 |
|
|
bsNtpServerStratum |
Unsigned32 |
|
|
bsNtpServerRootDelay |
DisplayString |
|
|
bsNtpServerPrecision |
Integer32 |
|
|
bsNtpServerReachable |
DisplayString |
|
|
bsNtpServerSynchronized |
DisplayString |
|
|
bsNtpServerPckSent |
Counter32 |
|
|
bsNtpServerPckProcessed |
Counter32 |
|
|
bsNtpServerPckDiscarded |
Counter32 |
|
|
bsNtpServerRowStatus |
RowStatus |
|
BsNtpKeyEntry |
|
SEQUENCE |
|
|
|
|
bsNtpKeyId |
INTEGER |
|
|
bsNtpKeyType |
INTEGER |
|
|
bsNtpKeySecret |
DisplayString |
|
|
bsNtpKeyRowStatus |
RowStatus |
|
Defined Values
bayStackNtpMib |
1.3.6.1.4.1.45.5.49 |
Enterprise MIB for the NTP. |
MODULE-IDENTITY |
|
|
|
bsNtpServerTable |
1.3.6.1.4.1.45.5.49.1.2 |
The NTP version 4 server table. This table lists the information
of a NTP server. |
OBJECT-TYPE |
|
|
|
|
SEQUENCE OF |
|
|
|
|
BsNtpServerEntry |
|
bsNtpServerEntry |
1.3.6.1.4.1.45.5.49.1.2.1 |
A NTP server table entry. |
OBJECT-TYPE |
|
|
|
|
BsNtpServerEntry |
|
|
bsNtpServerAddressType |
1.3.6.1.4.1.45.5.49.1.2.1.1 |
Server IP address type of NTP time source referred to in
this table entry. It indicates the type of address
contained in bsNtpServerAddress. |
OBJECT-TYPE |
|
|
|
|
InetAddressType |
|
|
bsNtpServerAddress |
1.3.6.1.4.1.45.5.49.1.2.1.2 |
Server IP address of NTP time source referred to in
this table entry. The type of address is specified in
bsNtpServerAddressType. |
OBJECT-TYPE |
|
|
|
|
InetAddress |
|
|
bsNtpServerKeyId |
1.3.6.1.4.1.45.5.49.1.2.1.5 |
Public Key used to generate MD5 digest for this
server. |
OBJECT-TYPE |
|
|
|
|
INTEGER |
0..65535 |
|
bsNtpKeyTable |
1.3.6.1.4.1.45.5.49.1.3 |
The NTP key table. This table lists the private key
of the public key Id |
OBJECT-TYPE |
|
|
|
|
SEQUENCE OF |
|
|
|
|
BsNtpKeyEntry |
|
bsNtpKeyEntry |
1.3.6.1.4.1.45.5.49.1.3.1 |
A NTP key table entry. |
OBJECT-TYPE |
|
|
|
|
BsNtpKeyEntry |
|
|
bsNtpKeyId |
1.3.6.1.4.1.45.5.49.1.3.1.1 |
Public Key used to generate MD5 digest |
OBJECT-TYPE |
|
|
|
|
INTEGER |
1..65535 |
|
bsNtpKeyType |
1.3.6.1.4.1.45.5.49.1.3.1.2 |
Key type: MD5 or SHA1 |
OBJECT-TYPE |
|
|
|
|
INTEGER |
md5(1), sha1(2) |
|