A3COM-HUAWEI-WEB-AUTHENTICATION-MIB: View SNMP OID List / Download MIB

VENDOR: 3COM


 Home MIB: A3COM-HUAWEI-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).
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
 h3cWebAuthentication 1.3.6.1.4.1.43.45.1.10.2.93
The MIB module is used for web authentication to send traps.
       h3cWaTrapObjects 1.3.6.1.4.1.43.45.1.10.2.93.1
           h3cWaVlanID 1.3.6.1.4.1.43.45.1.10.2.93.1.1 integer32 no-access
The Vlan ID associate with the port and the MAC address.
           h3cWaReasonCode 1.3.6.1.4.1.43.45.1.10.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.
           h3cWaActionCode 1.3.6.1.4.1.43.45.1.10.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.
           h3cWaClientMacAddr 1.3.6.1.4.1.43.45.1.10.2.93.1.4 macaddress no-access
The MAC address of the client.
       h3cWaTrap 1.3.6.1.4.1.43.45.1.10.2.93.2
           h3cWaTrapPrefix 1.3.6.1.4.1.43.45.1.10.2.93.2.0
               h3cWaClientLogon 1.3.6.1.4.1.43.45.1.10.2.93.2.0.1
It is generated when a client succeeded to logon.
               h3cWaClientLogonFail 1.3.6.1.4.1.43.45.1.10.2.93.2.0.2
It is generated when a client failed to logon, the h3cWaReasonCode shows the failure reason.
               h3cWaClientLogout 1.3.6.1.4.1.43.45.1.10.2.93.2.0.3
It is generated when a client logout, the h3cWaReasonCode shows the logout reason.
               h3cWaSysAction 1.3.6.1.4.1.43.45.1.10.2.93.2.0.4
It is generated when a system action was occurred, the h3cWaActionCode shows the action information.