HH3C-WEB-AUTHENTICATION-MIB: View SNMP OID List / Download MIB
VENDOR: H3C
Home | MIB: HH3C-WEB-AUTHENTICATION-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 |
hh3cWebAuthentication | 1.3.6.1.4.1.25506.2.93 |
The MIB module is used for web authentication to send traps. |
||
hh3cWaTrapObjects | 1.3.6.1.4.1.25506.2.93.1 | |||
hh3cWaVlanID | 1.3.6.1.4.1.25506.2.93.1.1 | integer32 | no-access |
The Vlan ID associate with the port and the MAC address. |
hh3cWaReasonCode | 1.3.6.1.4.1.25506.2.93.1.2 | integer | no-access |
The code indicates the reason for the action of this trap. globalNumberMax: The global number of connections is up to max. configNumberMax: The global number of connections is up to configured max value. portNumberMax: The interface number of connections is up to max. invalidUsername: The username or password is too long or username is empty. authFail: Wrong username or password. setACLFail: Failed to set ACL. changeVlanFail: Failed to set VLAN. other: Other reasons. onlineOverTime: The online time is over the max value. noTransferData: There was no data flow for the connection. cutOperation: There was a cut operation. portDisabled: Web authentication was disabled on interface. portDown: The interface turned down. userLogout: The client required to logout. vlanChanged: The interface VLAN value was changed. vlanDelted: The interface VLAN was deleted. Enumeration: 'changeVlanFail': 7, 'onlineOverTime': 9, 'globalNumberMax': 1, 'authFail': 5, 'configNumberMax': 2, 'setACLFail': 6, 'other': 8, 'portDown': 13, 'invalidUsername': 4, 'portDisabled': 12, 'portNumberMax': 3, 'noTransferData': 10, 'vlanDelted': 16, 'vlanChanged': 15, 'userLogout': 14, 'cutOperation': 11. |
hh3cWaActionCode | 1.3.6.1.4.1.25506.2.93.1.3 | integer | no-access |
The code indicates the system action. enabled: Web authentication turns enabled. disabled: Web authentication turns disabled. Enumeration: 'disabled': 2, 'enabled': 1. |
hh3cWaClientMacAddr | 1.3.6.1.4.1.25506.2.93.1.4 | macaddress | no-access |
The MAC address of the client. |
hh3cWaTrap | 1.3.6.1.4.1.25506.2.93.2 | |||
hh3cWaTrapPrefix | 1.3.6.1.4.1.25506.2.93.2.0 | |||
hh3cWaClientLogon | 1.3.6.1.4.1.25506.2.93.2.0.1 |
It is generated when a client succeeded to logon. |
||
hh3cWaClientLogonFail | 1.3.6.1.4.1.25506.2.93.2.0.2 |
It is generated when a client failed to logon, the hh3cWaReasonCode shows the failure reason. |
||
hh3cWaClientLogout | 1.3.6.1.4.1.25506.2.93.2.0.3 |
It is generated when a client logout, the hh3cWaReasonCode shows the logout reason. |
||
hh3cWaSysAction | 1.3.6.1.4.1.25506.2.93.2.0.4 |
It is generated when a system action was occurred, the hh3cWaActionCode shows the action information. |