HP-AUTH-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-AUTH-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hpSwitchAuthenticationMIB 1.3.6.1.4.1.11.2.14.11.5.1.16
This MIB module describes objects for managing the Authentication features of devices in the HP Integrated Communication Facility product line.
       hpSwitchAuthNotifications 1.3.6.1.4.1.11.2.14.11.5.1.16.0
           hpSwitchPasswordExpiryNotify 1.3.6.1.4.1.11.2.14.11.5.1.16.0.1
An hpSwitchPasswordExpiryNotify notification that signifies that the password configured for the specified user has expired.
       hpSwitchAuthenticationConfig 1.3.6.1.4.1.11.2.14.11.5.1.16.1
           hpSwitchNumLoginAttempts 1.3.6.1.4.1.11.2.14.11.5.1.16.1.1 integer32 read-write
The number of login attempts allowed, both per session and within the time of hpSwitchAuthLockoutDelay.
           hpSwitchAuthRespectPriv 1.3.6.1.4.1.11.2.14.11.5.1.16.1.2 integer read-write
This object allows the switch to set privilege level of the session based on the received configuration variable from the authentication server. For RADIUS, the Service-Type attribute's configured value on the server should be 6-Administrative for manager's privilege level, or 7-NAS-prompt for the user/operator privilege level. Enumeration: 'disabled': 1, 'enabled': 2.
           hpSwitchAuthenticationEncryptCredentialsMethod 1.3.6.1.4.1.11.2.14.11.5.1.16.1.3 integer read-write
This object determines the methods used to encrypt passwords configured on this device. Enumeration: 'none': 0, 'aes256cbc': 1.
           hpSwitchAuthLockoutDelay 1.3.6.1.4.1.11.2.14.11.5.1.16.1.4 integer32 read-write
The number of seconds after repeated login failures before a user may again attempt login, and the period within which login rate is limited. When the value is set 0, the login rate limit feature is disabled.
           hpSwitchMinimumPasswordLength 1.3.6.1.4.1.11.2.14.11.5.1.16.1.5 integer32 read-write
Minimum number of permissible characters required to set a new password for manager, operator, or local management privilege user. The exact range of valid values for this object is implementation dependent; consult the product documentation to determine the supported range for a specific product.
           hpSwitchAuthAllowVlanTagged 1.3.6.1.4.1.11.2.14.11.5.1.16.1.6 truthvalue read-write
When set to 'true', tagged VLAN membership changes are immediately applied on AAA enabled ports. By default, VLAN changes are postponed when there are authenticated clients connected on the port.
           hpSwitchAuthenHideSensitiveData 1.3.6.1.4.1.11.2.14.11.5.1.16.1.7 integer read-write
This object enables/disables hiding of the sensitive data in standard secure-mode. Enumeration: 'enable': 1, 'disable': 2.
           hpSwitchAuthUnlockUser 1.3.6.1.4.1.11.2.14.11.5.1.16.1.8 octet string read-write
The User Name, in ASCII format. The exact size of this object is implementation dependent; the user will be unlocked, if the current state of the user is locked out.
           hpSwitchAuthUserBasedLockout 1.3.6.1.4.1.11.2.14.11.5.1.16.1.9 integer read-write
This object enables/disables the user-based-lockout. If this feature is enabled, the lockout is based on username and not based on the IP address. Enumeration: 'enable': 1, 'disable': 2.
       hpSwitchAuthenTable 1.3.6.1.4.1.11.2.14.11.5.1.16.2 no-access
This table lists the authentication methods to be tried for granting different access levels through various access tasks.
           hpSwitchAuthenEntry 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1 no-access
An Authentication Method Table Entry.
               hpSwitchAuthenIndex 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.1 integer no-access
Signifies the access task for which authentication methods are listed in this entry. Enumeration: 'ieee8021X': 3, 'snmp': 8, 'telnet': 2, 'localMacAuth': 9, 'webauth': 6, 'webui': 4, 'macauth': 7, 'console': 1, 'ssh': 5.
               hpSwitchAuthenLoginPrimary 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.2 integer read-write
The value of this object indicates the primary login authentication mechanism. When a user logs in, the authentication method configured by this object will be tried first. Enumeration: 'radiusPeapMSChapv2': 7, 'x509Certificate': 8, 'twoFactor': 9, 'tacacs': 2, 'sshRsa': 6, 'radiusEap': 4, 'radius': 3, 'radiusChap': 5, 'local': 1.
               hpSwitchAuthenLoginSecondary 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.3 integer read-write
The value of this object indicates the secondary login authentication mechanism, i.e whether Local or Authorized will be tried in case the primary authentication results in an error.The Local authentication method uses the credential database on the switch. The Authorized authentication method will be granted access without authenticating. The cachedReauth authentication method will grant access in case of reauthentication retaining the current session attributes. Enumeration: 'none': 2, 'local': 1, 'authorized': 3, 'cachedReauth': 4.
               hpSwitchAuthenEnablePrimary 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.4 integer read-write
This object configures the primary authentication mechanism that will be tried first when a user requests manager-level access Enumeration: 'sshPubkey': 6, 'radiusPeapMSChapv2': 7, 'twoFactor': 9, 'tacacs': 2, 'radius': 3, 'x509Certificate': 8, 'local': 1.
               hpSwitchAuthenEnableSecondary 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.5 integer read-write
This object indicates the secondary login authentication mechanism, i.e whether Local or Authorized will be tried in case the primary authentication results in an error. The authentication method Local uses the credential database on the switch. The Authorized authentication method will be granted access without authenticating. Enumeration: 'none': 2, 'local': 1, 'authorized': 3.
               hpSwitchAuthenLoginServerGroupName 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.6 displaystring read-write
The name that defines the RADIUS server group that this authentication method is associated with. The current maximum length is 12.
               hpSwitchAuthenEnableServerGroupName 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.7 displaystring read-write
The name that defines the RADIUS server group that this authentication method is associated with. The current maximum length is 12.
               hpSwitchAuthenLoginTwoFactorType 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.8 integer read-write
This object configures the type of two-factor authentication Enumeration: 'certificatepassword': 2, 'publickeypassword': 1.
               hpSwitchAuthenEnableTwoFactorType 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.9 integer read-write
This object configures the type of two-factor authentication Enumeration: 'certificatepassword': 2, 'publickeypassword': 1.
               hpSwitchAuthenLoginSecondAuthMethod 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.10 integer read-write
This object configures the password configuration for two-factor authentication Enumeration: 'tacacs': 2, 'radius': 3, 'local': 1.
               hpSwitchAuthenEnableSecondAuthMethod 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.11 integer read-write
This object configures the password configuration for two-factor authentication Enumeration: 'tacacs': 2, 'radius': 3, 'local': 1.
               hpSwitchAuthenClientPrimary 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.12 integer read-write
This object configures the primary authentication for SSH when the switch acts as a client. Enumeration: 'none': 2, 'x509Certificate': 1.
               hpSwitchAuthenClientSecondary 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.13 integer read-write
This object indicates the secondary login authentication for SSH when the switch acts as a client. This is a placeholder as secondary authentication is not currently supported when primary authentication is 'certificate' for SSH client. Enumeration: 'none': 1.
               hpSwitchAuthenCachedReauthAuthorized 1.3.6.1.4.1.11.2.14.11.5.1.16.2.1.14 truthvalue read-write
When the value of object hpSwitchAuthenLoginSecondary is set to cachedReauth(4),the ture value set for this object indicates cachedReauth authentication method will grant access in case of reauthentication fails.
       hpSwitchTacacsConfig 1.3.6.1.4.1.11.2.14.11.5.1.16.3
           hpSwitchTacacsTimeout 1.3.6.1.4.1.11.2.14.11.5.1.16.3.1 integer32 read-write
The duration in seconds to wait for a response from the TACACS+ server host.
           hpSwitchTacacsAuthKey 1.3.6.1.4.1.11.2.14.11.5.1.16.3.2 octet string read-write
The key used in encrypting the packets passed between the TACACS+ server and the client. This key must match the one configured on the server.
           hpSwitchTacacsAuthKeyEncrypted 1.3.6.1.4.1.11.2.14.11.5.1.16.3.3 octet string read-write
An encrypted form of the key used in encrypting the packets passed between the TACACS+ server and the client. This key must match the one configured on the server. This object may only be read or written when hpSwitchAuthenticationEncryptCredentialsMethod is set to a value other than none(0). At most one of hpSwitchTacacsAuthKey and hpSwitchTacacsAuthKeyEncrypted may be set in any transaction. This object should only be written with an encrypted key previously read from a compatible HP Networking device.
           hpSwitchTacacsDeadTime 1.3.6.1.4.1.11.2.14.11.5.1.16.3.4 integer32 read-write
This object specifies the TACACS+ server unavailability time. When a response is not received from a TACACS+ server, that server is then not contacted for Authentication, Authorization, or Accounting (AAA) requests for a period of dead-time defined. During this period, any AAA request received from the client is sent to the next available server. A value of zero indicates that all AAA requests are continuously sent to the unavailable server.
       hpSwitchTacacsServersTable 1.3.6.1.4.1.11.2.14.11.5.1.16.4 no-access
This table lists a maximum of 3 TACACS+ servers.
           hpSwitchTacacsServersEntry 1.3.6.1.4.1.11.2.14.11.5.1.16.4.1 no-access
A TACACS+ server table entry.
               hpSwitchTacacsServerIndex 1.3.6.1.4.1.11.2.14.11.5.1.16.4.1.1 integer32 no-access
The index value which uniquely identifies a row in the TACACS+ Servers Table.
               hpSwitchTacacsServerIpAddr 1.3.6.1.4.1.11.2.14.11.5.1.16.4.1.2 ipaddress read-only
The IP address of a TACACS+ Server.
               hpSwitchTacacsServerKey 1.3.6.1.4.1.11.2.14.11.5.1.16.4.1.3 octet string read-only
The key used in encrypting the packets passed between the TACACS+ server and the client. This key must match the one configured on the server.
               hpSwitchTacacsServerStatus 1.3.6.1.4.1.11.2.14.11.5.1.16.4.1.4 rowstatus read-only
Status of Servers Table row.
               hpSwitchTacacsServerIsOobm 1.3.6.1.4.1.11.2.14.11.5.1.16.4.1.5 truthvalue read-only
This object indicates whether this TACACS+ 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.
               hpSwitchTacacsServerKeyEncrypted 1.3.6.1.4.1.11.2.14.11.5.1.16.4.1.6 octet string read-only
An encrypted form of the key used in encrypting the packets passed between the TACACS+ server and the client. This key must match the one configured on the server. This object may only be read or written when hpSwitchAuthenticationEncryptCredentialsMethod is set to a value other than none(0). At most one of hpSwitchTacacsServerKey and hpSwitchTacacsServerKeyEncrypted may be set in any transaction. This object should only be written with an encrypted key previously read from a compatible HP Networking device.
       hpTacacsStatsServersTable 1.3.6.1.4.1.11.2.14.11.5.1.16.5 no-access
A table containing statistics for the configured TACACS+ servers.
           hpTacacsStatsServersEntry 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1 no-access
The information associated with each row in the TACACS+ servers table.
               hpTacacsStatsServerIndex 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.1 integer32 no-access
The index identifying the row in the table.
               hpTacacsStatsTacacsServerIpAddr 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.2 ipaddress read-only
The IP address of a TACACS+ Server.
               hpTacacsStatsNumSessOpened 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.3 counter32 read-only
The number of authentication, authorization and accounting sessions opened with the server.
               hpTacacsStatsNumSessClosed 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.4 counter32 read-only
The number of authentication, authorization and accounting sessions closed with the server.
               hpTacacsStatsNumSessAborted 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.5 counter32 read-only
The number of authentication, authorization and accounting sessions aborted with the server.
               hpTacacsStatsNumSessErrors 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.6 counter32 read-only
The number of authentication, authorization and accounting sessions with this server resulted in an error.
               hpTacacsStatsNumPktsIn 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.7 counter32 read-only
The number of responses received from the server.
               hpTacacsStatsNumPktsOut 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.8 counter32 read-only
The number of requests sent to the server.
               hpTacacsStatsNumAuthPktsIn 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.9 counter32 read-only
The number of authentication responses received from the server.
               hpTacacsStatsNumAuthPktsOut 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.10 counter32 read-only
The number of authentication requests sent to the server.
               hpTacacsStatsNumAuthPktsTimedOut 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.11 counter32 read-only
The number of authentication requests that timed out due to no response from the server.
               hpTacacsStatsNumAutzPktsIn 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.12 counter32 read-only
The number of authorization responses received from the server.
               hpTacacsStatsNumAutzPktsOut 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.13 counter32 read-only
The number of authorization requests sent to the server.
               hpTacacsStatsNumAutzPktsTimedOut 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.14 counter32 read-only
The number of authorization requests that timed out due to no response from the server.
               hpTacacsStatsNumAcctPktsIn 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.15 counter32 read-only
The number of accounting responses received from the server.
               hpTacacsStatsNumAcctPktsOut 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.16 counter32 read-only
The number of accounting requests sent to the server.
               hpTacacsStatsNumAcctPktsTimedOut 1.3.6.1.4.1.11.2.14.11.5.1.16.5.1.17 counter32 read-only
The number of accounting requests that timed out due to no response from the server.
       hpSwitchRadiusConfig 1.3.6.1.4.1.11.2.14.11.5.1.16.6
           hpSwitchRadiusDeadTime 1.3.6.1.4.1.11.2.14.11.5.1.16.6.1 integer32 read-write
The length of time in minutes a RADIUS server is skipped over by transaction requests (from 0 up to 24 hours). Used to improve RADIUS response times when some servers might be unavailable.
           hpSwitchRadiusTimeout 1.3.6.1.4.1.11.2.14.11.5.1.16.6.2 integer32 read-write
The duration in seconds to wait for a response from the RADIUS server host.
           hpSwitchRadiusRetransmitAttempts 1.3.6.1.4.1.11.2.14.11.5.1.16.6.3 integer32 read-write
Maximum number of retransmission attempts.
           hpSwitchRadiusAuthKey 1.3.6.1.4.1.11.2.14.11.5.1.16.6.4 octet string read-write
The key used in encrypting the packets passed between the RADIUS server and the client. This key must match the one configured on the server.
           hpSwitchRadiusDynAutzPortNumber 1.3.6.1.4.1.11.2.14.11.5.1.16.6.5 integer32 read-write
The UDP port number to listen for Disconnect and Change-of-Authorization messages.
           hpSwitchRadiusAuthKeyEncrypted 1.3.6.1.4.1.11.2.14.11.5.1.16.6.6 octet string read-write
An encrypted form of the key used in encrypting the packets passed between the RADIUS server and the client. This key must match the one configured on the server. This object may only be read or written when hpSwitchAuthenticationEncryptCredentialsMethod is set to a value other than none(0). At most one of hpSwitchRadiusAuthKey and hpSwitchRadiusAuthKeyEncrypted may be set in any transaction. This object should only be written with an encrypted key previously read from a compatible HP Networking device.
           hpSwitchRadiusTracking 1.3.6.1.4.1.11.2.14.11.5.1.16.6.10 truthvalue read-write
To enable or disable the RADIUS service tracking. If this feature is enabled, it is used to send access-request packets at regular intervals to track the availability of server.
           hpSwitchRadiusTrackingUserName 1.3.6.1.4.1.11.2.14.11.5.1.16.6.11 displaystring read-write
This user name will be used to send Access-Request packets to the RADIUS server to track it.
           hpSwitchRadiusCppmIdentity 1.3.6.1.4.1.11.2.14.11.5.1.16.6.12 displaystring read-write
The cppm identity value to be used during authentication with cppm server.
           hpSwitchRadiusCppmKey 1.3.6.1.4.1.11.2.14.11.5.1.16.6.13 displaystring read-write
The cppm key value to be used during authentication with cppm server.
           hpSwitchRadiusCppmEncryptedKey 1.3.6.1.4.1.11.2.14.11.5.1.16.6.14 displaystring read-write
The encrypted cppm key value to be used during authentication with cppm server.The key value used to set this object should be read from a compatible HPE netwokring device only.
           hpSwitchRadiusDeadTimeInfinite 1.3.6.1.4.1.11.2.14.11.5.1.16.6.15 truthvalue read-write
If this is set to true, a dead RADIUS server is skipped over by transaction requests until the RADIUS server is tracked up and alive by RADIUS tracking. The default value is set to FLASE.
           hpSwitchRadiusTrackingInterval 1.3.6.1.4.1.11.2.14.11.5.1.16.6.16 integer32 read-write
The regular time interval in seconds at which RADIUS access-request packets are sent to track the availability of RADIUS server. The default time interval is 5 minutes.
       hpSwitchRadiusServerTable 1.3.6.1.4.1.11.2.14.11.5.1.16.7 no-access
This table lists a maximum of 3 RADIUS servers.
           hpSwitchRadiusServerEntry 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1 no-access
A RADIUS server table entry.
               hpSwitchRadiusServerIndex 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1.1 integer32 no-access
The index value which uniquely identifies a row in the RADIUS Servers Table.
               hpSwitchRadiusServerIpAddr 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1.2 ipaddress read-only
The IP address of a RADIUS Server. When the RADIUS server has been configured with IPv6 address, the value of this object will be set to Null.
               hpSwitchRadiusServerKey 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1.3 octet string read-only
The key used in encrypting the packets passed between the RADIUS server and the client. This key must match the one configured on the server.
               hpSwitchRadiusServerAuthPortNumber 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1.4 integer32 read-only
The UDP destination port number to use for sending authentication requests to this RADIUS Server.
               hpSwitchRadiusServerAcctPortNumber 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1.5 integer32 read-only
The UDP destination port number to use for sending accounting requests to this RADIUS server.
               hpSwitchRadiusServerDynAutzEnabled 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1.6 truthvalue read-only
This object indicates whether Dynamic Authorization messages (Disconnect-Requests and CoA-Requests) are authorized for processing from this RADIUS Server.
               hpSwitchRadiusServerDynAutzTimeWindow 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1.7 integer32 read-only
A non-zero value indicates that the Event-Timestamp attribute must be used in the dynamic authorization communication exchange between the NAS and the RADIUS server. Such a value determines the time window (in seconds) within which RADIUS packets carrying the Event-Timestamp attribute will be considered as current and accepted for processing by the NAS and the RADIUS Server. Zero value disables checking for the Event-Timestamp attribute. The default time window is 300 seconds.
               hpSwitchRadiusServerStatus 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1.8 rowstatus read-only
Status of Servers Table row.
               hpSwitchRadiusServerIsOobm 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1.9 truthvalue read-only
This object indicates whether this RADIUS 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.
               hpSwitchRadiusServerKeyEncrypted 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1.10 octet string read-only
An encrypted form of the key used in encrypting the packets passed between the RADIUS server and the client. This key must match the one configured on the server. This object may only be read or written when hpSwitchAuthenticationEncryptCredentialsMethod is set to a value other than none(0). At most one of hpSwitchRadiusServerKey and hpSwitchRadiusServerKeyEncrypted may be set in any transaction. This object should only be written with an encrypted key previously read from a compatible HP Networking device.
               hpSwitchRadiusServerAddrType 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1.11 inetaddresstype read-only
Type of RADIUS Server IP Address stored in hpSwitchRadiusServerAddress.
               hpSwitchRadiusServerAddress 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1.12 inetaddress read-only
The IPv4 or IPv6 Address of the RADIUS server.
               hpSwitchRadiusServerDynAutzTimeWindowType 1.3.6.1.4.1.11.2.14.11.5.1.16.7.1.13 integer read-only
Window type indicates the acceptable window size for dynamic authorization messages. Positive window type will allow messages when time difference between sender Event-TimeStamp and receiver/switch timeStamp is between 0 to +hpSwitchRadiusServerDynAutzTimeWindow. plusorminus type will allow messages when time difference time difference between sender Event-TimeStamp and receiver/switch timeStamp is between 0 to +hpSwitchRadiusServerDynAutzTimeWindow.The default window type is positive. Enumeration: 'positive': 0, 'plusorminus': 1.
       hpSwitchAuthenticationMIBConformance 1.3.6.1.4.1.11.2.14.11.5.1.16.11
             hpSwitchAuthenticationMIBCompliances 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1
                 hpSwitchAuthenticationMIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.1
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchAuthenticationMIBCompliance1 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.2
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchAuthenticationMIBCompliance2 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.3
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchAuthenticationMIBComplianceOobm 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.4
The compliance statement for devices implementing the HP Authentication Mib with OOBM support
                 hpSwitchUserConfigMIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.5
The compliance statement for configuring user-name/password for operator/manager/port-access.
                 hpSwitchAAAServerMIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.6
The compliance statement for configuring RADIUS server groups.
                 hpSwitchAuthenMIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.7
The compliance statement for listing the authentication methods to be tried for granting different access levels through various access tasks
                 hpSwitchLocalMgmtPrivUserMIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.8
The compliance statement for listing the local management privilege methods to be tried for granting different access levels through various access tasks
                 hpSwitchAuthenticationMIBCompliance3 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.9
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchUserConfigMIBCompliance1 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.10
The compliance statement for configuring user-name/password for operator/manager/port-access.
                 hpSwitchLocalMgmtPrivUserMIBCompliance1 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.11
The compliance statement for configuring user-name/password for operator/manager/port-access.
                 hpSwitchAuthenticationMIBCompliance4 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.12
The compliance statement for devices implementing the HP Authentication MIB.
                 hpSwitchAuthenticationMIBCompliance5 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.13
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchAuthenticationMIBComplianceOobm1 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.14
The compliance statement for devices implementing the HP Authentication Mib with OOBM support
                 hpSwitchAuthenticationMIBCompliance6 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.15
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchAuthenticationMIBCompliance7 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.16
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchAuthenticationMIBCompliance8 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.17
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchAuthenticationMIBCompliance9 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.18
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchAuthenticationMIBCompliance10 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.19
The compliance statement for devices implementing the HP password Authentication MIB.
                 hpSwitchLocalMgmtPrivUserMIBCompliance2 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.20
The compliance statement for listing the local management privilege methods to be tried for granting different access levels through various access tasks
                 hpSwitchUserConfigMIBCompliance2 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.21
The compliance statement for configuring user-name/password for operator/manager/port-access.
                 hpSwitchAuthenticationMIBCompliance11 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.22
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchAuthenticationMIBCompliance12 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.23
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchUserConfigMIBCompliance3 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.24
The compliance statement for configuring username and password for operator, manager or port-access.
                 hpSwitchLocalMgmtPrivUserMIBCompliance3 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.25
The compliance statement for listing the local management privilege methods to be tried for granting different access levels through various access tasks
                 hpSwitchAuthenticationMIBCompliance13 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.26
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchAuthenticationMIBCompliance14 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.27
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchAuthenticationMIBCompliance15 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.28
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchAuthenticationMIBCompliance16 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.29
The compliance statement for devices implementing the HP Authentication Mib.
                 hpSwitchFrontPanelSecurityCompliance 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.30
The compliance statement for configuring front panel security commands.
                 hpSwitchAuthenticationMIBCompliance17 1.3.6.1.4.1.11.2.14.11.5.1.16.11.1.31
The compliance statement for devices implementing the HP Authentication Mib.
             hpSwitchAuthenticationMIBGroups 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2
                 hpSwitchAuthenticationConfigGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.1
A collection of objects for configuring the authentication features.
                 hpSwitchTacacsConfigGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.2
A collection of objects for configuring the state of the TACACS+ protocol.
                 hpSwitchTacacsStatsGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.3
A collection of objects for viewing the status information of the TACACS+ protocol.
                 hpSwitchRadiusConfigGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.4
A collection of objects for configuring the state of the RADIUS protocol.
                 hpSwitchKmsGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.6
A collection of objects for configuring KMS functionality.
                 hpSwitchOspfAuthGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.7
A collection of objects for configuring OSPF authentication.
                 hpSwitchAuthenticationConfigGroup1 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.8
A collection of objects for configuring the authentication features.
                 hpSwitchSslGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.9
A collection of objects for configuring SSL Servers.
                 hpSwitchCertGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.10
A collection of objects for configuring Certificates.
                 hpSwitchCertStatusGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.11
A collection of objects for configuring Certificate Status.
                 hpSwitchTacacsOobmGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.12
A collection of objects for configuring the TACACS+ server entry with support for OOBM (Out of Band Management) interface.
                 hpSwitchRadiusOobmGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.13
A collection of objects for configuring the RADIUS server entry with support for OOBM (Out of Band Management) interface.
                 hpSwitchCertStatusGroup2 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.14
A collection of objects for configuring Certificate Status.
                 hpSwitchUserConfigGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.15
A collection of objects for configuring user-name/password for operator/manager/port-access.
                 hpSwitchAAAServerGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.16
A collection of objects for configuring RADIUS server groups.
                 hpSwitchAuthenGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.17
A collection of objects for listing the authentication methods to be tried for granting different access levels through various access tasks.
                 hpSwitchAuthLocalMgmtPrivUserGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.18
A collection of objects for configuring Local Management Privilege Groups
                 hpSwitchTacacsConfigGroup1 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.19
A collection of objects for configuring the state of the TACACS+ protocol.
                 hpSwitchRadiusConfigGroup1 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.20
A collection of objects for configuring the state of the RADIUS protocol.
                 hpSwitchKmsGroup1 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.21
A collection of objects for configuring KMS functionality.
                 hpSwitchUserConfigGroup1 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.22
A collection of objects for configuring user-name/password for operator/manager/port-access.
                 hpSwitchAuthLocalMgmtPrivUserGroup1 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.23
Row Status of objects for configuring Local Management Privilege Groups
                 hpSwitchCertStatusGroup3 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.24
A collection of objects for configuring Certificate Keys.
                 hpSwitchAuthenticationConfigGroup2 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.25
A collection of objects for configuring the authentication features.
                 hpSwitchRadiusConfigGroup2 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.26
A collection of objects for configuring the state of the RADIUS protocol.
                 hpSwitchAuthenticationConfigGroup3 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.27
A collection of objects for configuring the authentication features.
                 hpSwitchAuthenticationConfigGroup4 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.28
A collection of objects which controls bypassing of the username during authentication to get Operator or Manager access.
                 hpSwitchRadiusConfigGroup3 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.29
A collection of objects for configuring the state of the RADIUS protocol.
                 hpSwitchRipAuthGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.31
A collection of objects for configuring RIP authentication.
                 hpSwitchAuthenticationPasswordConfigGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.32
A collection of objects for configuring the password authentication features as per UCR guidelines.
                 hpSwitchUserConfigGroup2 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.33
A collection of objects for configuring user-name/password for operator/manager/port-access.
                 hpSwitchAuthLocalMgmtPrivUserGroup2 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.34
A collection of objects for configuring Local Management Privilege Groups
                 hpSwitchAuthNotificationGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.35
A collection of objects that lists the authentication notifications.
                 hpSwitchRadiusConfigGroup4 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.36
A collection of objects for configuring the state of the RADIUS protocol.
                 hpSwitchAuthenticationConfigGroup5 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.37
A collection of objects for configuring the authentication features.
                 hpSwitchUserConfigGroup3 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.38
A collection of objects for configuring username and password for operator, manager or port-access.
                 hpSwitchAuthLocalMgmtPrivUserGroup3 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.39
A collection of objects for configuring Local Management Privilege Groups
                 hpSwitchOspfAuthGroup1 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.40
A collection of objects for configuring OSPF authentication.
                 hpSwitchRipAuthGroup1 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.41
A collection of objects for configuring RIP authentication.
                 hpSwitchAuthenticationConfigGroup6 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.42
A collection of objects for configuring the authentication features.
                 hpSwitchAuthenticationConfigGroup7 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.43
A collection of objects for configuring the authentication features.
                 hpSwitchRadiusConfigGroup5 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.44
A collection of objects for configuring the state of the RADIUS protocol.
                 hpSwitchFrontPanelSecurityGroup 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.45
A collection of objects for configuring front panel security commands.
                 hpSwitchRadiusConfigGroup6 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.46
A collection of objects for configuring the state of the RADIUS protocol.
                 hpSwitchAuthenticationConfigGroup8 1.3.6.1.4.1.11.2.14.11.5.1.16.11.2.47
A collection of objects for configuring the authentication features.
       hpSwitchSslConfig 1.3.6.1.4.1.11.2.14.11.5.1.16.12
             hpSwitchSslAdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.16.12.1 integer read-write
This objects specifies the desired operational status of SSL. Enumeration: 'disabled': 1, 'enabled': 2.
             hpSwitchSslPortNumber 1.3.6.1.4.1.11.2.14.11.5.1.16.12.2 integer32 read-write
The port number on which the SSL server should listen for connection requests.
       hpSwitchCertConfig 1.3.6.1.4.1.11.2.14.11.5.1.16.13
             hpSwitchServerCertificateOperation 1.3.6.1.4.1.11.2.14.11.5.1.16.13.1 integer read-write
When this object is read, it returns the last value that was written. If a value was not set previously, then the object value will be 'none'(1). The object supports the following values and actions: 'none' - no action is taken, null operation. 'useInstalled' - This causes the switch to use a previously installed server certificate, if one is present. 'createAndUseSelfSigned' - This causes the switch to create a new self-signed certificate based on the hpSwitchServerNewCertificate parameters and use it. 'createCACertReq' - This causes the switch to create a certificate request, which is to be signed by a CA authority, based on the hpSwitchServerNewCertificate parameters. The user must subsequently download the signed certificate to complete certificate creation process. 'applyCASignedCert' - This causes the switch to process the user's response to a signed certificate from a CA to complete the certificate creation process. 'abortCASignedRequest' - This causes the switch to abort the certificate request procedure, which was initiated on createAndUseCASigned set. Enumeration: 'none': 1, 'applyCASignedCert': 5, 'useInstalled': 2, 'createCACertReq': 4, 'createAndUseSelfSigned': 3, 'abortCASignedRequest': 6.
             hpSwitchServerNewRSAKeyOperation 1.3.6.1.4.1.11.2.14.11.5.1.16.13.2 integer read-write
This object when will returns a value either 'useInstalled'(1) or 'createBits1024'(4). The value 'useInstalled'(1) is returned when a certificate RSA key already exists on switch. The value 'createBits1024'(4) is returned when no certificate RSA key exists on switch. When user configuresthe values, the value triggers the following action: 'useInstalled' - The switch will use the currently configured RSA key that is already present on the switch. 'createBits512' - This value is deprecated and no longer supported. 'createBits768' - This value is deprecated and no longer supported. 'createBits1024' - This value specifies the creation of a new RSA key of length 1024-bit. 'createBits2048' - This value specifies the creation of a new RSA key of length 2048-bit. Enumeration: 'createBits768': 3, 'createBits512': 2, 'createBits2048': 5, 'useInstalled': 1, 'createBits1024': 4.
             hpSwitchServerNewCertificateStartDate 1.3.6.1.4.1.11.2.14.11.5.1.16.13.3 dateandtime read-write
Specifies the start date of validity for a new server certificate.
             hpSwitchServerNewCertificateEndDate 1.3.6.1.4.1.11.2.14.11.5.1.16.13.4 dateandtime read-write
Specifies the end date of validity for a new server certificate.
             hpSwitchServerNewCertificateCommonName 1.3.6.1.4.1.11.2.14.11.5.1.16.13.5 octet string read-write
Specifies the common name for a new server certificate.
             hpSwitchServerNewCertificateOrgUnit 1.3.6.1.4.1.11.2.14.11.5.1.16.13.6 octet string read-write
Specifies the organization for a new server certificate.
             hpSwitchServerNewCertificateOrgName 1.3.6.1.4.1.11.2.14.11.5.1.16.13.7 octet string read-write
Specifies the organization name for a new server certificate.
             hpSwitchServerNewCertificateCityName 1.3.6.1.4.1.11.2.14.11.5.1.16.13.8 octet string read-write
Specifies the city for a new server certificate.
             hpSwitchServerNewCertificateStateName 1.3.6.1.4.1.11.2.14.11.5.1.16.13.9 octet string read-write
Specifies the state for a new server certificate.
             hpSwitchServerNewCertificateCountryCode 1.3.6.1.4.1.11.2.14.11.5.1.16.13.10 octet string read-write
Specifies the 2-letter ISO country code of the server certificate.
             hpSwitchServerNewCertCommonName 1.3.6.1.4.1.11.2.14.11.5.1.16.13.11 octet string read-write
Specifies the common name for a new server certificate.
             hpSwitchServerNewCertOrgUnit 1.3.6.1.4.1.11.2.14.11.5.1.16.13.12 octet string read-write
Specifies the organization for a new server certificate.
             hpSwitchServerNewCertOrgName 1.3.6.1.4.1.11.2.14.11.5.1.16.13.13 octet string read-write
Specifies the organization name for a new server certificate.
             hpSwitchServerNewCertCityName 1.3.6.1.4.1.11.2.14.11.5.1.16.13.14 octet string read-write
Specifies the city for a new server certificate.
             hpSwitchServerNewCertStateName 1.3.6.1.4.1.11.2.14.11.5.1.16.13.15 octet string read-write
Specifies the state for a new server certificate.
             hpSwitchServerNewCertKeySizeExists 1.3.6.1.4.1.11.2.14.11.5.1.16.13.16 truthvalue read-write
Specifies whether the given key size already exist.
       hpSwitchCertStatus 1.3.6.1.4.1.11.2.14.11.5.1.16.14
             hpSwitchServerCertificateType 1.3.6.1.4.1.11.2.14.11.5.1.16.14.1 integer read-only
Specifies the type of server certificate the switch is currently using as follows: 'none' - no server certificate is present. 'pendCaSigned' - switch is waiting for user to offer CA-signed certificate request. 'selfSigned' - a self-signed server certificate is being used. 'caSigned' - a CA-signed server certificate is being used. Enumeration: 'selfSigned': 3, 'caSigned': 4, 'none': 1, 'pendCaSigned': 2.
             hpSwitchServerCertificateRSAKeySize 1.3.6.1.4.1.11.2.14.11.5.1.16.14.2 integer read-only
Specifies the RSA key length of the public key contained in the certificate as follows: 'none' - no certificate is present 'Bits512' - certificate has a 512-bit public key 'Bits768' - certificate has a 768-bit public key 'Bits1024' - certificate has a 1024-bit public key 'Bits2048' - certificate has a 2048-bit public key Enumeration: 'bits2048': 4, 'none': 0, 'bits1024': 3, 'bits768': 2, 'bits512': 1.
             hpSwitchServerCertificateSerialNumber 1.3.6.1.4.1.11.2.14.11.5.1.16.14.3 octet string read-only
Specifies the serial number of installed server certificate.
             hpSwitchServerCertificateStartDate 1.3.6.1.4.1.11.2.14.11.5.1.16.14.4 dateandtime read-only
Specifies the start date of validity of installed server certificate.
             hpSwitchServerCertificateEndDate 1.3.6.1.4.1.11.2.14.11.5.1.16.14.5 dateandtime read-only
Specifies the end date of validity of installed server server certificate.
             hpSwitchServerCertificateCommonName 1.3.6.1.4.1.11.2.14.11.5.1.16.14.6 octet string read-only
Specifies the common name of installed server certificate.
             hpSwitchServerCertificateOrgUnit 1.3.6.1.4.1.11.2.14.11.5.1.16.14.7 octet string read-only
Specifies the organization of installed server certificate.
             hpSwitchServerCertificateOrgName 1.3.6.1.4.1.11.2.14.11.5.1.16.14.8 octet string read-only
Specifies the organization name of installed server certificate.
             hpSwitchServerCertificateCityName 1.3.6.1.4.1.11.2.14.11.5.1.16.14.9 octet string read-only
Specifies the city of installed server certificate.
             hpSwitchServerCertificateStateName 1.3.6.1.4.1.11.2.14.11.5.1.16.14.10 octet string read-only
Specifies the state of installed server certificate.
             hpSwitchServerCertificateCountryCode 1.3.6.1.4.1.11.2.14.11.5.1.16.14.11 octet string read-only
Specifies the 2-letter ISO country code of installed server certificate.
             hpSwitchServerCertificateFingerprintMD5 1.3.6.1.4.1.11.2.14.11.5.1.16.14.12 octet string read-only
Specifies the MD5 fingerprint of installed server certificate.
             hpSwitchServerCertificateFingerprintSHA1 1.3.6.1.4.1.11.2.14.11.5.1.16.14.13 octet string read-only
Specifies the SHA1 fingerprint of installed server certificate.
       hpSwitchKmsChainConfigTable 1.3.6.1.4.1.11.2.14.11.5.1.16.15 no-access
This table contains configuration objects for Key Management Subsystem chains.
             hpSwitchKmsChainConfigEntry 1.3.6.1.4.1.11.2.14.11.5.1.16.15.1 no-access
KMS chain configuration table entry.
                 hpSwitchKmsChainId 1.3.6.1.4.1.11.2.14.11.5.1.16.15.1.1 integer32 no-access
This object is the KMS chain index. Do not rely on it since it may be removed in the future, when it is possible to use the object hpSwitchKmsChainName as the index.
                 hpSwitchKmsChainName 1.3.6.1.4.1.11.2.14.11.5.1.16.15.1.2 displaystring read-only
This object configures the KMS chain name.
                 hpSwitchKmsChainKeys 1.3.6.1.4.1.11.2.14.11.5.1.16.15.1.4 gauge32 read-only
Returns the number of keys in the KMS chain.
                 hpSwitchKmsChainActiveKeys 1.3.6.1.4.1.11.2.14.11.5.1.16.15.1.5 gauge32 read-only
Returns the number of active keys in the KMS chain.
                 hpSwitchKmsChainExpKeys 1.3.6.1.4.1.11.2.14.11.5.1.16.15.1.6 gauge32 read-only
Returns the number of expired keys in the KMS chain.
                 hpSwitchKmsChainStatus 1.3.6.1.4.1.11.2.14.11.5.1.16.15.1.7 rowstatus read-only
The status of the row in the KMS chain configuration table.
       hpSwitchKmsKeyConfigTable 1.3.6.1.4.1.11.2.14.11.5.1.16.16 no-access
This table contains the configuration objects for the Key Management Subsystem.
             hpSwitchKmsKeyConfigEntry 1.3.6.1.4.1.11.2.14.11.5.1.16.16.1 no-access
KMS configuration table entry.
                 hpSwitchKmsKeyChainId 1.3.6.1.4.1.11.2.14.11.5.1.16.16.1.1 integer32 no-access
This object is the KMS chain index. Do not rely on it since it may be removed in the future, when it is possible to use the object hpSwitchKmsChainName as the index.
                 hpSwitchKmsKeyId 1.3.6.1.4.1.11.2.14.11.5.1.16.16.1.2 integer32 no-access
This object is the KMS key index.
                 hpSwitchKmsKeyStr 1.3.6.1.4.1.11.2.14.11.5.1.16.16.1.3 octet string read-only
This object configures the KMS key chain name.
                 hpSwitchKmsKeyStartTime 1.3.6.1.4.1.11.2.14.11.5.1.16.16.1.4 unsigned32 read-only
Start time of the KMS key.
                 hpSwitchKmsKeyStopTime 1.3.6.1.4.1.11.2.14.11.5.1.16.16.1.5 unsigned32 read-only
Stop time of the KMS key.
                 hpSwitchKmsKeyTxStartTime 1.3.6.1.4.1.11.2.14.11.5.1.16.16.1.6 unsigned32 read-only
Start time of the transmission for the KMS key.
                 hpSwitchKmsKeyTxStopTime 1.3.6.1.4.1.11.2.14.11.5.1.16.16.1.7 unsigned32 read-only
Stop time of the transmission for the KMS key.
                 hpSwitchKmsKeyStatus 1.3.6.1.4.1.11.2.14.11.5.1.16.16.1.8 rowstatus read-only
Row Status of the KMS chain configuration table.
                 hpSwitchKmsKeyEncrypted 1.3.6.1.4.1.11.2.14.11.5.1.16.16.1.9 octet string read-only
An encrypted form of the KMS key. This object may only be read or written when hpSwitchAuthenticationEncryptCredentialsMethod is set to a value other than none(0). At most one of hpSwitchKmsKeyStr and hpSwitchKmsKeyEncrypted may be set in any transaction. This object should only be written with an encrypted key previously read from a compatible HP Networking device.
       hpSwitchOspfIfAuthTable 1.3.6.1.4.1.11.2.14.11.5.1.16.17 no-access
This table supplements the OSPF interface configuration table.
             hpSwitchOspfIfAuthEntry 1.3.6.1.4.1.11.2.14.11.5.1.16.17.1 no-access
OSPF interface authentication configuration table entry.
                 hpSwitchOspfIfAuthChain 1.3.6.1.4.1.11.2.14.11.5.1.16.17.1.1 displaystring read-only
This object configures the KMS chain name for OSPF interfaces.
                 hpSwitchOspfIfAuthKeyEncrypted 1.3.6.1.4.1.11.2.14.11.5.1.16.17.1.2 octet string read-only
The object represents the encrypted format of authentication key stored in the object ospfIfAuthKey. This object may only be read or written when hpSwitchAuthenticationEncryptCredentialsMethod is set to a value other than none(0). This object should only be written with an encrypted key.
       hpSwitchOspfVirtIfAuthTable 1.3.6.1.4.1.11.2.14.11.5.1.16.18 no-access
This table supplements the OSPF virtual interface configuration table.
             hpSwitchOspfVirtIfAuthEntry 1.3.6.1.4.1.11.2.14.11.5.1.16.18.1 no-access
OSPF virtual interface authentication configuration table entry.
                 hpSwitchOspfVirtIfAuthChain 1.3.6.1.4.1.11.2.14.11.5.1.16.18.1.1 displaystring read-only
This object configures the KMS chain name for OSPF virtual interfaces.
                 hpSwitchOspfVirtIfAuthKeyEncrypted 1.3.6.1.4.1.11.2.14.11.5.1.16.18.1.2 octet string read-only
This object represents the encrypted format of authentication key stored in the object ospfVirtIfAuthKey. This object may only be read or written when hpSwitchAuthenticationEncryptCredentialsMethod is set to a value other than none(0). This object should only be written with an encrypted key.
       hpicfSwitchUserConfigTable 1.3.6.1.4.1.11.2.14.11.5.1.16.19 no-access
This table supplements the manager/operator name/password. The manager/operator password are limited to the CLI interface through Console and Menu interface, and web.
             hpicfSwitchUserConfigEntry 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1 no-access
Manager/operator name/password table entry.
                 hpicfSwitchUserConfigIndex 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.1 integer32 no-access
The index value uniquely identifies a row in the User Config table, currently limited to a value of 1.
                 hpicfSwitchUserName 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.2 octet string read-only
The User Name, in ASCII format. The exact size of this object is implementation dependent; consult the product documentation to determine the supported size for a specific product.
                 hpicfSwitchOperatorName 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.3 octet string read-only
The Operator Name, in ASCII format. The exact size of this object is implementation dependent; consult the product documentation to determine the supported size for a specific product.
                 hpicfSwitchUserPassword 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.4 octet string read-only
The User Password, in ASCII format. The exact size of this object is implementation dependent; consult the product documentation to determine the supported size for a specific product.
                 hpicfSwitchOperatorPassword 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.5 octet string read-only
The Operator Password, in ASCII format. The exact size of this object is implementation dependent; consult the product documentation to determine the supported size for a specific product.
                 hpicfSwitchUserConfigStatus 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.6 rowstatus read-only
Status of User Config Table row.
                 hpicfSwitchPortAccessName 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.7 octet string read-only
The Port-Access Name, ASCII format. The exact size of this object is implementation dependent; consult the product documentation to determine the supported size for a specific product.
                 hpicfSwitchPortAccessPassword 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.8 octet string read-only
The Port-Access Password, in ASCII format. The exact size of this object is implementation dependent; consult the product documentation to determine the supported size for a specific product.
                 hpicfSwitchUserPasswordHashType 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.9 integer read-only
The hash-type of the User Password. Enumeration: 'plainText': 1, 'unknown': 0, 'sha1': 3, 'sha256': 4.
                 hpicfSwitchOperatorPasswordHashType 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.10 integer read-only
The hash-type of the Operator Password. Enumeration: 'plainText': 1, 'unknown': 0, 'sha1': 3, 'sha256': 4.
                 hpicfSwitchPortAccessPasswordHashType 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.11 integer read-only
The hash-type of the Port-Access Password. Enumeration: 'plainText': 1, 'unknown': 0.
                 hpicfSwitchUserPasswordEncrypted 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.12 octet string read-only
An encrypted form of the user password. The exact size of this object is implementation dependent; consult the product documentation to determine the supported size for a specific product. This object may only be read or written when hpSwitchAuthenticationEncryptCredentialsMethod is set to a value other than none(0). At most one of hpicfSwitchUserPassword and hpicfSwitchUserPasswordEncrypted may be set in any transaction. This object should only be written with an encrypted password previously read from a compatible HP Networking device.
                 hpicfSwitchOperatorPasswordEncrypted 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.13 octet string read-only
An encrypted form of the operator password. The exact size of this object is implementation dependent; consult the product documentation to determine the supported size for a specific product. This object may only be read or written when hpSwitchAuthenticationEncryptCredentialsMethod is set to a value other than none(0). At most one of hpicfSwitchOperatorPassword and hpicfSwitchOperatorPasswordEncrypted may be set in any transaction. This object should only be written with an encrypted password previously read from a compatible HP Networking device.
                 hpicfSwitchPortAccessPasswordEncrypted 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.14 octet string read-only
An encrypted form of the port-access password. The exact size of this object is implementation dependent; consult the product documentation to determine the supported size for a specific product. This object may only be read or written when hpSwitchAuthenticationEncryptCredentialsMethod is set to a value other than none(0). At most one of hpicfSwitchPortAccessPassword and hpicfSwitchPortAccessPasswordEncrypted may be set in any transaction. This object should only be written with an encrypted password previously read from a compatible HP Networking device.
                 hpicfSwitchBypassUsername 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.15 integer read-only
This object controls bypassing of the username while accessing the switch to get Operator or Manager access. When enabled, the Manager level and Operator level usernames are bypassed and authentication based on password takes place. If custom usernames are configured, this configuration is ignored and authentication based on both username and password takes place. The default value is 'disable' and user is authenticated based on both username and password. Enumeration: 'enable': 1, 'disable': 2.
                 hpicfSwitchUserPwdAgingInterval 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.16 integer32 read-only
This object holds the manager password aging value.
                 hpicfSwitchOperatorPwdAgingInterval 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.17 integer32 read-only
This object holds the operator password aging value.
                 hpicfSwitchUserPwdLengthValue 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.18 integer32 read-only
This object holds length of the manager password.
                 hpicfSwitchOperatorPwdLengthValue 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.19 integer32 read-only
This object holds length of the operator password.
                 hpicfSwitchNonPlaintextSha256 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.20 integer read-only
This object enables storing the password in SHA-256 form. Enumeration: 'enable': 1, 'disable': 2.
                 hpicfSwitchUserPasswordHashSha256 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.21 octet string read-only
The SHA256 hash-type of the Manager Password.
                 hpicfSwitchOperatorPasswordHashSha256 1.3.6.1.4.1.11.2.14.11.5.1.16.19.1.22 octet string read-only
The SHA256 hash-type of the Operator Password.
       hpSwitchAAAServerGroupTable 1.3.6.1.4.1.11.2.14.11.5.1.16.20 no-access
This table lists the RADIUS server groups.
             hpSwitchAAAServerGroupEntry 1.3.6.1.4.1.11.2.14.11.5.1.16.20.1 no-access
RADIUS server group entry.
                 hpSwitchAAAServerGroupProtocolType 1.3.6.1.4.1.11.2.14.11.5.1.16.20.1.1 integer no-access
This part of the index indicates which protocol server the server group is for. See the documentation protocols supported. Enumeration: 'tacacs': 2, 'radius': 1.
                 hpSwitchAAAServerGroupIndex 1.3.6.1.4.1.11.2.14.11.5.1.16.20.1.2 integer32 no-access
This index indicates the server group in the AAA server group table.
                 hpSwitchAAAServerGroupServerIndex 1.3.6.1.4.1.11.2.14.11.5.1.16.20.1.3 integer32 no-access
The index value which identifies the server in the server group.
                 hpSwitchAAAServerGroupName 1.3.6.1.4.1.11.2.14.11.5.1.16.20.1.4 displaystring read-only
The name of a given AAA server group. The current maximum length is 12.
                 hpSwitchAAAServerGroupServerInetType 1.3.6.1.4.1.11.2.14.11.5.1.16.20.1.5 inetaddresstype read-only
The IP Address type of the server. Currently only Ipv4 is supported.
                 hpSwitchAAAServerGroupServerInetAddr 1.3.6.1.4.1.11.2.14.11.5.1.16.20.1.6 inetaddress read-only
The IP Address of the server.
                 hpSwitchAAAServerGroupStatus 1.3.6.1.4.1.11.2.14.11.5.1.16.20.1.7 rowstatus read-only
The status of the AAA server group row. Supported values are createAndGo, destroy, and active.
       hpSwitchLocalMgmtPrivUsernamesTable 1.3.6.1.4.1.11.2.14.11.5.1.16.21 no-access
This table lists the Local Management Privilege user names.
             hpSwitchLocalMgmtPrivUsernamesEntry 1.3.6.1.4.1.11.2.14.11.5.1.16.21.1 no-access
Local Management Usernames entry.
                 hpSwitchLocalMgmtPrivUsernameIndex 1.3.6.1.4.1.11.2.14.11.5.1.16.21.1.1 integer32 no-access
The index value uniquely identifies a row in the command table.
                 hpSwitchLocalMgmtPrivUsernameStr 1.3.6.1.4.1.11.2.14.11.5.1.16.21.1.2 octet string read-only
The username .
                 hpSwitchLocalMgmtPrivUsernamePasswdType 1.3.6.1.4.1.11.2.14.11.5.1.16.21.1.3 integer read-only
The type of encryption used for this Conceptual row password object. Enumeration: 'unknown': 0, 'sha1': 3, 'sha256': 4.
                 hpSwitchLocalMgmtPrivUsernamePasswd 1.3.6.1.4.1.11.2.14.11.5.1.16.21.1.4 octet string read-only
Storage location for the password associated with this Username. Always returns a NULL string.
                 hpSwitchLocalMgmtPrivUsernameGrpIndex 1.3.6.1.4.1.11.2.14.11.5.1.16.21.1.5 integer32 read-only
The index that represents which group this user is a member of.
                 hpSwitchLocalMgmtPrivUsernameStatus 1.3.6.1.4.1.11.2.14.11.5.1.16.21.1.6 rowstatus read-only
The status of the Local Management Privilege username row.
                 hpSwitchLocalMgmtPwdUserAgingInterval 1.3.6.1.4.1.11.2.14.11.5.1.16.21.1.7 integer32 read-only
This object holds the user password aging value.
                 hpSwitchLocalMgmtPwdUserPasswdLengthValue 1.3.6.1.4.1.11.2.14.11.5.1.16.21.1.8 integer32 read-only
This object holds length of local user password.
                 hpSwitchLocalMgmtPrivUsernamePasswdSha256 1.3.6.1.4.1.11.2.14.11.5.1.16.21.1.9 octet string read-only
Storage location for the sha256 password associated with this Username. Always returns a NULL string.
       hpSwitchRipIfAuthTable 1.3.6.1.4.1.11.2.14.11.5.1.16.23 no-access
This table supplements the RIP interface configuration table.
             hpSwitchRipIfAuthEntry 1.3.6.1.4.1.11.2.14.11.5.1.16.23.1 no-access
RIP interface authentication configuration table entry.
                 hpSwitchRipIfAuthChain 1.3.6.1.4.1.11.2.14.11.5.1.16.23.1.1 displaystring read-only
This object configures the KMS chain name for RIP interfaces.
                 hpSwitchRip2IfConfAuthKeyEncrypted 1.3.6.1.4.1.11.2.14.11.5.1.16.23.1.2 octet string read-only
This object represents the encrypted format of the authentication key stored in the object rip2IfConfAuthKey. This object may only be read or written when hpSwitchAuthenticationEncryptCredentialsMethod is set to a value other than none(0). This object should only be written with an encrypted key.
       hpSwitchAuthenPwdCompositionTable 1.3.6.1.4.1.11.2.14.11.5.1.16.24 no-access
This table lists different type of charaters required to create a password as per UCR guidelines.
             hpSwitchAuthenPwdCompositionEntry 1.3.6.1.4.1.11.2.14.11.5.1.16.24.1 no-access
An Authentication Method Table Entry.
                 hpSwitchAuthenCompositionIndex 1.3.6.1.4.1.11.2.14.11.5.1.16.24.1.1 integer no-access
This object indicates the different types of charaters required to create a password. Enumeration: 'upperCase': 2, 'lowerCase': 1, 'number': 4, 'specialCharacter': 3.
                 hpSwitchAuthenCompositionValue 1.3.6.1.4.1.11.2.14.11.5.1.16.24.1.2 integer32 read-write
This object indicates number of characters allow for password compostion
       hpSwitchAuthenticationPasswordConfig 1.3.6.1.4.1.11.2.14.11.5.1.16.25
             hpSwitchAuthPwdControlCheck 1.3.6.1.4.1.11.2.14.11.5.1.16.25.1 integer read-write
This object enables the password configuration feature. Enumeration: 'enable': 1, 'disable': 2.
             hpSwitchAuthPwdUserNameCheck 1.3.6.1.4.1.11.2.14.11.5.1.16.25.2 integer read-write
This object enables the check to ensure that the password does not contain repeat or reverse characters of the associated username. Enumeration: 'enable': 1, 'disable': 2.
             hpSwitchAuthPwdRepeatCharactersCheck 1.3.6.1.4.1.11.2.14.11.5.1.16.25.3 integer read-write
This object enables the check that the password does not contain at least three of the same characters used consecutively. Enumeration: 'enable': 1, 'disable': 2.
             hpSwitchAuthPwdRepeatPasswordCheck 1.3.6.1.4.1.11.2.14.11.5.1.16.25.4 integer read-write
This object enables the check that the new password differs from the previous password by at least four characters. Enumeration: 'enable': 1, 'disable': 2.
             hpSwitchAuthPwdAgingCheck 1.3.6.1.4.1.11.2.14.11.5.1.16.25.5 integer read-write
This object enables the check for the password expiry check. Enumeration: 'enable': 1, 'disable': 2.
             hpSwitchAuthPwdLogonDetailsCheck 1.3.6.1.4.1.11.2.14.11.5.1.16.25.6 integer read-write
This object enables the previous login details. Enumeration: 'enable': 1, 'disable': 2.
             hpSwitchAuthPwdAgingValue 1.3.6.1.4.1.11.2.14.11.5.1.16.25.7 integer32 read-write
This object provides the global aging value.
             hpSwitchAuthPwdHistoryCheck 1.3.6.1.4.1.11.2.14.11.5.1.16.25.8 integer read-write
This object enables the password history check. Enumeration: 'enable': 1, 'disable': 2.
             hpSwitchAuthPwdHistoryRecordsRange 1.3.6.1.4.1.11.2.14.11.5.1.16.25.9 integer32 read-write
This object indicates the number of password history records.
             hpSwitchAuthPwdAlertBeforeExpiry 1.3.6.1.4.1.11.2.14.11.5.1.16.25.10 integer32 read-write
This object indicates the period, in days, by which the user needs to be alerted before the password expiry.
             hpSwitchAuthPwdExpiredUserLoginDays 1.3.6.1.4.1.11.2.14.11.5.1.16.25.11 integer32 read-write
This object indicates the period, in days, for which the user will be allowed to login after password expiry.
             hpSwitchAuthPwdExpiredUserLoginAttempts 1.3.6.1.4.1.11.2.14.11.5.1.16.25.12 integer32 read-write
This object indicates the number of times the user will be allowed to login to the switch after the expiry of the password.
             hpSwitchAuthPwdUpdateInterval 1.3.6.1.4.1.11.2.14.11.5.1.16.25.13 integer32 read-write
This object indicates the minimum time, in hours, before which the user is not allowed to change the password.
       hpSwitchFrontPanelSecurity 1.3.6.1.4.1.11.2.14.11.5.1.16.26
             hpSwitchFpsPasswordClear 1.3.6.1.4.1.11.2.14.11.5.1.16.26.1 integer read-write
This object enables or disables the front panel security password clear command. Enumeration: 'enable': 0, 'enablewithreset': 1, 'disable': 2.
             hpSwitchFpsFactoryReset 1.3.6.1.4.1.11.2.14.11.5.1.16.26.2 integer read-write
This object enables or disables the front panel security factory reset command. Enumeration: 'enable': 0, 'disable': 1.
             hpSwitchFpsPasswordRecovery 1.3.6.1.4.1.11.2.14.11.5.1.16.26.3 integer read-write
This object enables or disables the front panel security password recovery command. Enumeration: 'strong': 2, 'off': 0, 'normal': 1.
             hpSwitchFpsDiagnosticResetClearButton 1.3.6.1.4.1.11.2.14.11.5.1.16.26.4 integer read-write
This object enables or disables the front panel security diagnostic reset clear button command. Enumeration: 'enable': 0, 'disable': 1.
             hpSwitchFpsDiagnosticResetSerialConsole 1.3.6.1.4.1.11.2.14.11.5.1.16.26.5 integer read-write
This object enables or disables the front panel security diagnostic reset serial console command. Enumeration: 'enable': 0, 'disable': 1.
             hpSwitchFpsDisplayInConfig 1.3.6.1.4.1.11.2.14.11.5.1.16.26.6 integer read-write
This object enables or disables the front panel security display in config command. Enumeration: 'enable': 0, 'disable': 1.