HP-SNTPclientConfiguration-MIB

File: HP-SNTPclientConfiguration-MIB.mib (25410 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
HP-ICF-OID INET-ADDRESS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Counter32
IpAddress Integer32 Unsigned32
RowStatus TruthValue OBJECT-GROUP
MODULE-COMPLIANCE hpicfCommon InetAddressType
InetAddress

Defined Types

HpSntpServerEntry  
SEQUENCE    
  hpSntpServerAddress IpAddress
  hpSntpServerVersion Integer32
  hpSntpServerPriority Integer32
  hpSntpServerRowStatus RowStatus

HpSntpInetServerEntry  
SEQUENCE    
  hpSntpInetServerPriority Integer32
  hpSntpInetServerAddressType InetAddressType
  hpSntpInetServerAddress InetAddress
  hpSntpInetServerVersion Integer32
  hpSntpInetServerRowStatus RowStatus
  hpSntpInetServerIsOobm TruthValue
  hpSntpInetServerAuthKeyId Unsigned32

HpSntpAuthenticationKeyEntry  
SEQUENCE    
  hpSntpAuthenticationKeyId Unsigned32
  hpSntpAuthenticationKeyAuthMode INTEGER
  hpSntpAuthenticationKeyValue OCTET STRING
  hpSntpAuthenticationKeyTrusted TruthValue
  hpSntpAuthenticationKeyRowStatus RowStatus
  hpSntpAuthenticationKeyEncrypted OCTET STRING

HpSntpServerStatisticsEntry  
SEQUENCE    
  hpSntpServerStatisticsAuthFailedPkts Counter32

HpSntpBroadcastServerEntry  
SEQUENCE    
  hpSntpBroadcastServerAddress IpAddress
  hpSntpBroadcastServerStatisticsAuthFailedPkts Counter32

Defined Values

hpSntpConfigMod 1.3.6.1.4.1.11.2.14.11.1.8
Management information for configuring the SNTP client on Hewlett-Packard network devices.
MODULE-IDENTITY    

hpSntpConfig 1.3.6.1.4.1.11.2.14.11.1.8.1
OBJECT IDENTIFIER    

hpTimeSyncMethodMod 1.3.6.1.4.1.11.2.14.11.1.8.2
OBJECT IDENTIFIER    

hpSntpStatistics 1.3.6.1.4.1.11.2.14.11.1.8.4
OBJECT IDENTIFIER    

hpTimeSyncMethod 1.3.6.1.4.1.11.2.14.11.1.8.2.1
Method to be used for time synchronization.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), sntp(2), timep(3)  

hpSntpStatsRcvdPkts 1.3.6.1.4.1.11.2.14.11.1.8.4.1
Total number of packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpSntpStatsSentPkts 1.3.6.1.4.1.11.2.14.11.1.8.4.2
Total number of packets sent to the server
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpSntpStatsDroppedPkts 1.3.6.1.4.1.11.2.14.11.1.8.4.3
Total number of packets dropped due to error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpSntpConfigMode 1.3.6.1.4.1.11.2.14.11.1.8.1.1
Current operational mode of SNTP client
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), unicast(2), broadcast(3)  

hpSntpConfigPollInterval 1.3.6.1.4.1.11.2.14.11.1.8.1.2
Period of time (in seconds) between successive attempts to perform an update via SNTP
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 30..65535  

hpSntpConfigServerTable 1.3.6.1.4.1.11.2.14.11.1.8.1.3
### DEPRECATED ### A table containing trusted SNTP servers to be queried in unicast mode
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpSntpServerEntry

hpSntpServerEntry 1.3.6.1.4.1.11.2.14.11.1.8.1.3.1
### DEPRECATED ### A trusted server and its expected version number
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  HpSntpServerEntry  

hpSntpServerAddress 1.3.6.1.4.1.11.2.14.11.1.8.1.3.1.1
### DEPRECATED ### Ip Address of a trusted SNTP server.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpSntpServerVersion 1.3.6.1.4.1.11.2.14.11.1.8.1.3.1.2
### DEPRECATED ### Protocol version used by this SNTP server
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32 1..7  

hpSntpServerPriority 1.3.6.1.4.1.11.2.14.11.1.8.1.3.1.3
### DEPRECATED ### Priority given to this server.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

hpSntpServerRowStatus 1.3.6.1.4.1.11.2.14.11.1.8.1.3.1.4
### DEPRECATED ### The Status of this SNTP server information.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RowStatus  

hpSntpInetConfigServerTable 1.3.6.1.4.1.11.2.14.11.1.8.1.4
A table containing trusted IPv4 and IPv6 SNTP servers to be queried in unicast mode
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpSntpInetServerEntry

hpSntpInetServerEntry 1.3.6.1.4.1.11.2.14.11.1.8.1.4.1
A trusted server and its expected version number and priority
Status: current Access: not-accessible
OBJECT-TYPE    
  HpSntpInetServerEntry  

hpSntpInetServerPriority 1.3.6.1.4.1.11.2.14.11.1.8.1.4.1.1
Priority given to this server.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

hpSntpInetServerAddressType 1.3.6.1.4.1.11.2.14.11.1.8.1.4.1.2
Ip Address type of a trusted SNTP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

hpSntpInetServerAddress 1.3.6.1.4.1.11.2.14.11.1.8.1.4.1.3
Ip Address (of a trusted SNTP server) to which this entry's addressing information pertains. hpSntpInetServerAddress is always interpreted within the context of hpSntpInetServerAddressType
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

hpSntpInetServerVersion 1.3.6.1.4.1.11.2.14.11.1.8.1.4.1.4
Protocol version used by this SNTP server
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..7  

hpSntpInetServerRowStatus 1.3.6.1.4.1.11.2.14.11.1.8.1.4.1.5
The Status of this SNTP server information.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpSntpInetServerIsOobm 1.3.6.1.4.1.11.2.14.11.1.8.1.4.1.6
This object indicates whether this SNTP Server is reachable over OOBM (Out Of Band Management) interface or not. This mib object will be applicable only if there is a physical OOBM port on the device.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpSntpInetServerAuthKeyId 1.3.6.1.4.1.11.2.14.11.1.8.1.4.1.7
The key identifier associated with the SNTP server specified by this instance.Its an index to the hpSntpAuthenticationKeyTable.The value identifies the row in the hpSntpAuthenticationKeyTable where the authentication key can be found. The value '0' indicates that the key Id is disassociated from the SNTP server.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4294967295  

hpSntpAuthentication 1.3.6.1.4.1.11.2.14.11.1.8.1.5
This object is used to enable or disable SNTP authentication in the switch.By default authentication is disabled.Atleast one Key-id and it has to be trusted to enable authentication.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpSntpAuthenticationKeyTable 1.3.6.1.4.1.11.2.14.11.1.8.1.6
A table containing entries of authentication key-id. The number of Key-id is restricted to 8 currently.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpSntpAuthenticationKeyEntry

hpSntpAuthenticationKeyEntry 1.3.6.1.4.1.11.2.14.11.1.8.1.6.1
An authentication key entry comprising key-identifiers such as key-id, key-value, authentication mode(MD5), and status of the key-id if it is trusted or not.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpSntpAuthenticationKeyEntry  

hpSntpAuthenticationKeyId 1.3.6.1.4.1.11.2.14.11.1.8.1.6.1.1
A unique identifier for the authentication key.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

hpSntpAuthenticationKeyAuthMode 1.3.6.1.4.1.11.2.14.11.1.8.1.6.1.2
The authentication mode supported for this key.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), md5(2)  

hpSntpAuthenticationKeyValue 1.3.6.1.4.1.11.2.14.11.1.8.1.6.1.3
A unique string that serves as the key-value for generating the message digest sent in the SNTP packet. A read on this object will return a Empty string.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hpSntpAuthenticationKeyTrusted 1.3.6.1.4.1.11.2.14.11.1.8.1.6.1.4
This object is used to configure the status of the authentication key as trusted.If the key-value is not trusted then the packet is not trusted. By default the key-value is not trusted.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpSntpAuthenticationKeyRowStatus 1.3.6.1.4.1.11.2.14.11.1.8.1.6.1.5
The row status for this SNTP authentication key instance. The Key-id is the index and it cannot be edited.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpSntpAuthenticationKeyEncrypted 1.3.6.1.4.1.11.2.14.11.1.8.1.6.1.6
The encrypted form of a unique string that serves as the key-value for generating the message digest sent in the SNTP packet. This object may only be read or written when hpSwitchAuthenticationEncryptCredentialsMethod is set to a value other than none(0). At most one of hpSntpAuthenticationKey and hpSntpAuthenticationKeyEncrypted may be set in any transaction. This object should only be written with an encrypted key previously read from a compatible HP Networking device.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

hpSntpServerStatisticsTable 1.3.6.1.4.1.11.2.14.11.1.8.1.7
A table containing a list of statistics entries per SNTP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpSntpServerStatisticsEntry

hpSntpServerStatisticsEntry 1.3.6.1.4.1.11.2.14.11.1.8.1.7.1
A statistics entry per SNTP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpSntpServerStatisticsEntry  

hpSntpServerStatisticsAuthFailedPkts 1.3.6.1.4.1.11.2.14.11.1.8.1.7.1.1
This object indicates the number of packets that have failed the authentication check with this server instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpSntpBroadcastServerTable 1.3.6.1.4.1.11.2.14.11.1.8.1.8
A table containing a SNTP broadcast server and statistics information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpSntpBroadcastServerEntry

hpSntpBroadcastServerEntry 1.3.6.1.4.1.11.2.14.11.1.8.1.8.1
An entry comprising a preferred broadcast server address and statistics information with respect to server.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpSntpBroadcastServerEntry  

hpSntpBroadcastServerAddress 1.3.6.1.4.1.11.2.14.11.1.8.1.8.1.1
IP Address of a preferred broadcast SNTP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpSntpBroadcastServerStatisticsAuthFailedPkts 1.3.6.1.4.1.11.2.14.11.1.8.1.8.1.2
This object indicates the number of packets that have failed the authentication check with this server instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpSntpConfigConformance 1.3.6.1.4.1.11.2.14.11.1.8.3
OBJECT IDENTIFIER    

hpSntpConfigCompliances 1.3.6.1.4.1.11.2.14.11.1.8.3.1
OBJECT IDENTIFIER    

hpSntpConfigGroups 1.3.6.1.4.1.11.2.14.11.1.8.3.2
OBJECT IDENTIFIER    

hpSntpConfigCompliance 1.3.6.1.4.1.11.2.14.11.1.8.3.1.1
###DEPRECATED###The compliance statement for devices implementing the hpSntpConfig MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

hpSntpInetConfigCompliance 1.3.6.1.4.1.11.2.14.11.1.8.3.1.2
The compliance statement for devices implementing the hpSntpConfig MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpSntpAuthenticationConfigCompliance 1.3.6.1.4.1.11.2.14.11.1.8.3.1.3
### DEPRECATED ### The compliance statement for devices implementing the hpSntpConfig MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

hpSntpInetConfigComplianceOobm 1.3.6.1.4.1.11.2.14.11.1.8.3.1.4
The compliance statement for devices implementing the HP SNTP MIB with OOBM support
Status: current Access: read-only
MODULE-COMPLIANCE    

hpSntpAuthenticationConfigCompliance1 1.3.6.1.4.1.11.2.14.11.1.8.3.1.5
The compliance statement for devices implementing the hpSntpConfig MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hpSntpBroadcastServerompliance 1.3.6.1.4.1.11.2.14.11.1.8.3.1.6
The compliance statement for devices implementing the HP SNTP broadcast server support
Status: current Access: read-only
MODULE-COMPLIANCE    

hpSntpConfigGroup 1.3.6.1.4.1.11.2.14.11.1.8.3.2.1
A collection of objects for configuring the SNTP client.
Status: current Access: read-only
OBJECT-GROUP    

hpSntpServerConfigGroup 1.3.6.1.4.1.11.2.14.11.1.8.3.2.2
### DEPRECATED ###This Group defines a server table entry.
Status: deprecated Access: read-only
OBJECT-GROUP    

hpTimeSyncMethodGroup 1.3.6.1.4.1.11.2.14.11.1.8.3.2.3
A collection of objects for selecting a time synchronization protocol to use.
Status: current Access: read-only
OBJECT-GROUP    

hpSntpInetServerConfigGroup 1.3.6.1.4.1.11.2.14.11.1.8.3.2.4
This Group defines a server table entry.
Status: current Access: read-only
OBJECT-GROUP    

hpSntpAuthenticationKeyIdConfigGroup 1.3.6.1.4.1.11.2.14.11.1.8.3.2.5
### DEPRECATED ### This group defines SNTP authentication related information. It includes Key-Identifier, Key-Value, flag to indicate whether the information is trusted or not and authentication mode(MD5) currently supported.
Status: deprecated Access: read-only
OBJECT-GROUP    

hpSntpInetServerOobmGroup 1.3.6.1.4.1.11.2.14.11.1.8.3.2.6
A collection of objects for configuring the SNTP server entry with support for OOBM (Out of Band Management) interface.
Status: current Access: read-only
OBJECT-GROUP    

hpSntpAuthenticationKeyIdConfigGroup1 1.3.6.1.4.1.11.2.14.11.1.8.3.2.7
This group defines SNTP authentication related information. It includes Key-Identifier, Key-Value, encrypted key value, flag to indicate whether the information is trusted or not and authentication mode(MD5) currently supported.
Status: current Access: read-only
OBJECT-GROUP    

hpSntpBroadcastServerGroup 1.3.6.1.4.1.11.2.14.11.1.8.3.2.8
A collection of objects for preferred SNTP broadcast server and statistics.
Status: current Access: read-only
OBJECT-GROUP