HUAWEI-AAA-MIB
- Functions Overview
- Relationships Between Tables
- Description of Single Objects
- Description of MIB Tables
- hwAuthenSchemeTable
- hwAcctSchemeTable
- hwAcctSchemeExtTable
- hwAAAOfflineRecordTable
- hwAAASetting
- hwAAAState
- hwDomainTable
- hwDomainExtTable
- hwAuthorSchemeTable
- hwLocalUserTable
- hwLocalUserExtTable
- hwRecordSchemeTable
- hwServiceSchemeTable
- hwUserGroupTable
- hwAccessTable
- hwAccessExtTable
- hwCutAccessUserTable
- hwAuthEventCfgTable
- hwAuthorCmdTable
- hwOfflineReasonStatTable
- hwLocalUserPwPolicyAdmin
- hwLocalUserPwPolicyAcc
- userAuthenProfileTable
- userAuthenticationFreeRuleTable
- hwDot1xAccessProfileTable
- hwMACAuthenAccessProfileTable
- hwPortalAccessProfileTable
- userAuthenticationFreeRuleExtTable
- hwReAuthenUserTable
- hwAccessUserNumberTable
- hwWlanVlanPoolTable
- Description of Alarm Objects
- hwMacMovedQuietMaxUserAlarm
- hwMacMovedQuietUserClearAlarm
- hwIpStaticUserMixedInsertAlarm
- hwNacUserClearAlarm
- hwNacMaxUserAlarm
- hwChangePasswordAlarm
- hwPPPMaxUserAlarm
- hwPPPMaxUserClearAlarm
- hwMacQuietMaxUserAlarm
- hwMacQuietUserClearAlarm
- hwQuietUserClearAlarm
- hwQuietUserMaxAlarm
- hwQuietPortClearAlarm
- hwQuietPortMaxAlarm
- hwMaxUclGroupIpNumAlarm
- hwMaxUclGroupIpNumClearAlarm
- hwIPGroupChannelUp
- hwIPGroupChannelDown
- hwHacaChannelUp
- hwHacaChannelDown
- Unsupported Objects
Functions Overview
The HUAWEI-AAA-MIB is used to configure and query information about authentication, accounting, and authorization of users on the device.
Root directory:
iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).huawei(2011).huaweiMgmt(5).hwAaa(2)
Description of MIB Tables
hwAuthenSchemeTable
hwAuthenSchemeTable is an authentication scheme table. You can use this table to add, delete, query, and modify configurations of authentication schemes. The device provides a default authentication scheme default, which can be modified but cannot be deleted.
The index of this table is hwAuthenSchemeName.
OID |
Object |
Syntax |
Maximum Access |
Description |
Status |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.1.1.1 |
hwAuthenSchemeName |
DisplayString (SIZE (1..32)) |
read-only |
This object indicates the name of an authentication scheme. |
current |
1.3.6.1.4.1.2011.5.2.1.1.1.2 |
hwAuthenMethod |
INTEGER |
read-create |
This object indicates the authentication method. The values and meanings are as follows: NOTE:
local: indicates that the user names used for local authentication are case-insensitive; localcase: indicates that the user names used for local authentication are case-sensitive.
|
current |
1.3.6.1.4.1.2011.5.2.1.1.1.3 |
hwAuthenRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the row status. |
current |
1.3.6.1.4.1.2011.5.2.1.1.1.6 |
hwAuthenMethodNew |
DisplayString (SIZE (1..16)) |
read-write |
This object indicates the authentication mode. The value is a string of 16 bytes and can contain Arabic numerals and letters. The first digit of the string indicates the first sequential authentication mode, the second digit indicates the second sequential authentication mode, and the rest is deduced by analogy. The values of each authentication mode are as follows:
For example, if the authentication mode is RADIUS+HWTACACS+Local, the value of the object is 4520000000000000. |
current |
1.3.6.1.4.1.2011.5.2.1.1.1.7 |
hwAuthenTypeAdminChap |
Unsigned32 (0..4294967295) |
read-write |
This object indicates the access type of the administrator for which PAP authentication is replaced with CHAP authentication in RADIUS authentication. The value can be Telnet, Terminal, SSH, FTP, or HTTP.
If multiple values are specified, all the access modes specified by the values are supported. |
current |
1.3.6.1.4.1.2011.5.2.1.1.1.8 |
hwServerNoRespAcct |
INTEGER {true(1), false(2)} |
read-write |
Whether the device continues sending accounting packets when the accounting function is configured and a user is authenticated using the local authentication mode after the server does not respond to the user's authentication request. The value can be:
|
current |
Creation Restriction
None
Modification Restriction
The hwAuthenMethod and hwAuthenMethodNew objects cannot be used together. That is, if the hwAuthenMethodNew object is used when authentication is configuration, this object must also be used when authentication is modified or read.
Deletion Restriction
When an authentication scheme is being used by a domain, you cannot delete the authentication scheme.
To delete the authentication scheme, unbind it from the domain first.
Access Restriction
The hwAuthenMethod and hwAuthenMethodNew objects cannot be used together. That is, if the hwAuthenMethodNew object is used when authentication is configuration, this object must also be used when authentication is modified or read.
hwAcctSchemeTable
hwAcctSchemeTable is an accounting scheme table. You can use this table to configure basic attributes of an accounting scheme. The device provides a default accounting scheme named default. The default scheme can be modified but cannot be deleted.
The index of this table is hwAcctSchemeName.
OID |
Object Name |
Syntax |
Max Access |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.2.1.1 |
hwAcctSchemeName |
DisplayString (SIZE (1..32)) |
read-only |
This object indicates the name of an accounting scheme. |
current |
1.3.6.1.4.1.2011.5.2.1.2.1.2 |
hwAccMethod |
INTEGER{noacct(2),radius(3),hwtacacs(5),haca(6)} |
read-create |
This object indicates the accounting method:
|
current |
1.3.6.1.4.1.2011.5.2.1.2.1.3 |
hwAcctStartFail |
INTEGER {none(1),offline(2)} |
read-create |
This object indicates the policy for accounting-start failures:
|
current |
1.3.6.1.4.1.2011.5.2.1.2.1.4 |
hwAcctOnlineFail |
INTEGER {none(1),offline(2)} |
read-create |
This object indicates the policy for other abnormalities after a user gets online:
|
current |
1.3.6.1.4.1.2011.5.2.1.2.1.5 |
hwAccRealTimeInter |
Integer32 |
read-create |
This object indicates the real-time accounting interval. The value is an integer ranging from 0 to 65535, in seconds. The default value is 0, indicating that real-time accounting is not performed. |
current |
1.3.6.1.4.1.2011.5.2.1.2.1.6 |
hwAcctRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the row status, which can be added or deleted. |
current |
Creation Restriction
The entries in this table can be read without restriction.
Modification Restriction
hwAcctRowStatus can be created and deleted but cannot be modified.
Deletion Restriction
The accounting scheme being used by a domain cannot be deleted.
To delete the accounting scheme, unbind it from the domain first.
Access Restriction
The entries in this table can be read without restriction.
hwAcctSchemeExtTable
The hwAcctSchemeExtTable is an extended accounting scheme table. You can use this table to configure extended attributes of an accounting scheme.
The index of this table is hwAcctSchemeName.
OID |
Object |
Syntax |
Maximum Access |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.19.1.1 |
hwIfRealtimeAcct |
INTEGER{true(1),false(2)} |
read-write |
This object indicates whether real-time accounting is required. The values and meanings are as follows:
|
current |
1.3.6.1.4.1.2011.5.2.1.19.1.2 |
hwRealtimeFailMaxnum |
Integer(32) |
read-write |
This object indicates the maximum number of real-time accounting failures. The value ranges from 1 to 255 The default value is 3. |
current |
Creation Restriction
None.
Modification Restriction
If you use the hwIfRealtimeAcct object to disable real-time accounting, the value of hwAcctRealTimeInter in the hwAcctSchemeTable is invalid.
Deletion Restriction
When an accounting scheme is being used by a domain, you cannot delete the accounting scheme.
To delete the accounting scheme, unbind it from the domain first.
Access Restriction
None.
hwAAAOfflineRecordTable
hwAAAOfflineRecordTable records information about offline AAA users.
OID |
Object |
Syntax |
Maximum Access |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.52.1.1 |
hwAAAOfflineIndex |
Integer32 |
read-only |
Indicates the sequence in which a user who goes offline. |
current |
1.3.6.1.4.1.2011.5.2.1.52.1.2 |
hwOfflineRecordUserName |
DisplayString (SIZE(1..253)) |
read-only |
This object indicates the name of the offline user. The value is a string of 1 to 253 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.52.1.3 |
hwOfflineRecordDomainName |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates a domain name. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.52.1.4 |
hwOfflineRecordUserMAC |
OCTET STRING (SIZE (6)) |
read-only |
This object indicates the MAC address of the offline user. |
current |
1.3.6.1.4.1.2011.5.2.1.52.1.5 |
hwOfflineRecordAccessType |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates the access type of the offline user. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.52.1.6 |
hwOfflineRecordInterface |
DisplayString (SIZE(1..63)) |
read-only |
This object indicates the interface on which the user goes offline. The value is a string of 1 to 63 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.52.1.7 |
hwOfflineRecordAccessPeVlan |
Integer32 |
read-only |
This object indicates information about the outer VLAN of the offline user. |
current |
1.3.6.1.4.1.2011.5.2.1.52.1.8 |
hwOfflineRecordAccessCeVlan |
Integer32 |
read-only |
This object indicates information about the inner VLAN of the offline user |
current |
1.3.6.1.4.1.2011.5.2.1.52.1.9 |
hwOfflineRecordIPAddress |
IpAddress |
read-only |
This object indicates the IP address of the offline user. |
current |
1.3.6.1.4.1.2011.5.2.1.52.1.10 |
hwOfflineRecordUserID |
Integer32 |
read-only |
This object indicates the ID of the offline user. |
current |
1.3.6.1.4.1.2011.5.2.1.52.1.11 |
hwOfflineRecordUserLoginTime |
OCTET STRING (SIZE (8 | 11)) |
read-only |
This object indicates the time when the user goes online. |
current |
1.3.6.1.4.1.2011.5.2.1.52.1.12 |
hwOfflineRecordUserLogoutTime |
OCTET STRING (SIZE (8 | 11)) |
read-only |
This object indicates the time when the user goes offline. |
current |
1.3.6.1.4.1.2011.5.2.1.52.1.13 |
hwOfflineRecordOfflineReason |
DisplayString (SIZE(1..80)) |
read-only |
This object indicates the reason why the user goes offline. |
current |
Creation Restriction
No entry can be created in this table.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
None
hwAAASetting
hwAAASetting is a global configuration table. You can use this table to set the domain name delimiter, delimiter between the domain name and security code, parsing direction of the domain name, and location of the domain name.
The table does not support multi-node combination settings.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.13.1.7 |
hwDomainNameParseDirection |
INTEGER{lefttoright(0),righttoleft(1)} |
read-write |
This object indicates the parsing direction of a domain name. A domain name can be parsed from the left to right or from the right to left.
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.8 |
hwDomainNameLocation |
INTEGER{beforedelimiter(0),afterdelimiter(1)} |
read-write |
This object indicates the location of a domain name. A domain name can be placed behind or before the domain name delimiter.
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.35 |
hwDomainNameDelimiter |
DisplayString (SIZE (1..1)) |
read-write |
This object indicates a domain name delimiter. The value can be one of the following: \ / : < > | @ ' % |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.36 |
hwDomainNameSecurityDelimiter |
DisplayString (SIZE (1..1)) |
read-write |
This object indicates a delimiter between the domain name and security code. The value can be one of the following: \ / : < > | @ ' % |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.37 |
hwGlobalAuthEventAuthFailResponseFail |
INTEGER {enable(1), disable(2)} |
read-write |
This object indicates whether the device returns an authentication failure packet if a user fails in authentication.
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.38 |
hwGlobalAuthEventAuthFailVlan |
Integer32 (0..4094) |
read-write |
This object indicates that a user failing in authentication is added to the corresponding VLAN. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.39 |
hwGlobalAuthEventAuthenServerDownResponseFail |
INTEGER {enable(1), disable(2)} |
read-write |
This object indicates whether the device returns authentication failure packets when the authentication server does not respond.
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.40 |
hwGlobalAuthEventAuthenServerDownVlan |
Integer32 (0..4094) |
read-write |
This object indicates that the device adds a user to the corresponding VLAN if the authentication server does not respond. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.41 |
hwGlobalAuthEventClientNoResponseVlan |
Integer32 (0..4094) |
read-write |
This object indicates that the device adds a user to the corresponding VLAN if the client does not respond. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.42 |
hwGlobalAuthEventPreAuthVlan |
Integer32 (0..4094) |
read-write |
This object indicates that the device adds a user to the corresponding VLAN before the client is authenticated. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.43 |
hwGlobalAuthEventAuthFailUserGroup |
OCTET STRING (SIZE (0..64)) |
read-write |
This object indicates that a user failing in authentication is added to the corresponding user group. NOTE:
This object is supported only in NAC common mode. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.44 |
hwGlobalAuthEventAuthenServerDownUserGroup |
OCTET STRING (SIZE (0..64)) |
read-write |
This object indicates that the device adds a user to the corresponding user group if the authentication server does not respond. NOTE:
This object is supported only in NAC common mode. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.45 |
hwGlobalAuthEventClientNoResponseUserGroup |
OCTET STRING (SIZE (0..64)) |
read-write |
This object indicates that the device adds a user to a user group if the client does not respond.
NOTE:
This object is supported only in NAC common mode. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.46 |
hwGlobalAuthEventPreAuthUserGroup |
OCTET STRING (SIZE (0..64)) |
read-write |
This object indicates that the device adds a user to the corresponding user group before the client is authenticated. NOTE:
This object is supported only in NAC common mode. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.47 |
hwAuthorModifyMode |
INTEGER {overlay(0), modify(1)} |
read-write |
This object indicates the validation mode of user authorization information delivered by the authorization server.
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.48 |
hwLocalRetryInterval |
Integer32 (5..65535) |
read-write |
This object indicates the authentication retry interval of a local account. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.49 |
hwLocalRetryTime |
Integer32 (3..65535) |
read-write |
This object indicates the maximum number of consecutive incorrect attempts of a local user. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.50 |
hwLocalBlockTime |
Integer32 (5..65535) |
read-write |
This object indicates the locking time of a local account. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.54 |
hwBlockDisable |
INTEGER {localuser(0), remoteuser(1), localremoteuser(2)} |
read-write |
This object indicates whether locking of an account is disabled.
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.55 |
hwTotalAuthReqNumPortal |
INTEGER (0..4294967295) |
read-write |
This object indicates the number of Portal authentication users. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.56 |
hwTotalAuthReqNumMac |
INTEGER (0..4294967295) |
read-write |
This object indicates the number of MAC address authentication users. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.57 |
hwTotalAuthReqNumDot1x |
INTEGER (0..4294967295) |
read-write |
This object indicates the number of 802.1X authentication users. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.58 |
hwChgPswVertifyFlag |
INTEGER {enable(1), disable(2)} |
read-write |
This object indicates whether the function of verifying the original password when local administrators change their own passwords is enabled.
By default, this function is enabled. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.59 |
hwLamPswComplexityCheckMethod |
INTEGER {standard(0), threeofkinds(1), nocheck(2)} |
read-write |
This object indicates whether password complexity check is enabled for local accounts.
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.60 |
hwRemoteAccessRetryInterval |
Integer32 (5..65535) |
read-write |
This object indicates the authentication retry interval after access users fail remote authentication. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.61 |
hwRemoteAccessRetryTime |
Integer32 (3..65535) |
read-write |
This object indicates the maximum number of consecutive remote authentication failures for access users. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.62 |
hwRemoteAccessBlockTime |
Integer32 (5..65535) |
read-write |
This object indicates the account locking period of access users. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.63 |
hwRemoteAdminRetryInterval |
Integer32 (5..65535) |
read-write |
This object indicates the authentication retry interval after administrators fail remote authentication. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.64 |
hwRemoteAdminRetryTime |
Integer32 (3..65535) |
read-write |
This object indicates the maximum number of consecutive remote authentication failures for administrators. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.2.1.13.1.65 |
hwRemoteAdminBlockTime |
Integer32 (5..65535) |
read-write |
This object indicates the account locking period of administrators. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
The hwDomainNameDelimiter must be different from the hwDomainNameSecurityDelimiter.
Modification Restriction
The hwDomainNameDelimiter must be different from the hwDomainNameSecurityDelimiter.
Deletion Restriction
None
Access Restriction
None
hwAAAState
This table displays the number of online users on a device.
OID |
Object Name |
Syntax |
Max Access |
Description |
Status |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.14.1.32 |
hwTotalWlsOnlineNum |
INTEGER (0..4294967295) |
read-only |
This object indicates the total number of online wireless users. |
current |
1.3.6.1.4.1.2011.5.2.1.14.1.33 |
hwTotalWrdOnlineNum |
INTEGER (0..4294967295) |
read-only |
This object indicates the total number of online wired users. |
current |
Creation Restriction
No entry can be created in this table.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
The entries in this table can be read with restriction.
hwDomainTable
The hwDomainTable is a domain information table. You can use this table to configure basic attributes of a domain. The device provides two default domains, namely, default and default_admin. The default domains can be modified but cannot be deleted.
The index of this table is hwDomainName.
OID |
Object Name |
Syntax |
Max Access |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.4.1.1 |
hwDomainName |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates the domain name. The value is a string of 1 to 64 characters. No asterisk (*), question mark (?) and quotation mark (") are contained. The character string is case-insensitive. |
current |
1.3.6.1.4.1.2011.5.2.1.4.1.2 |
hwDomainAuthenSchemeName |
DisplayString (SIZE (1..32)) |
read-create |
This object indicates the name of the authentication scheme used by the domain. The value is a string of 1 to 32 characters. The default authentication scheme used by a domain is default. |
current |
1.3.6.1.4.1.2011.5.2.1.4.1.3 |
hwDomainAcctSchemeName |
DisplayString (SIZE (1..32)) |
read-create |
This object indicates the name of the accounting scheme used by the domain. The value is a string of 1 to 32 characters. The default accounting scheme used by a domain is default. |
current |
1.3.6.1.4.1.2011.5.2.1.4.1.4 |
hwDomainRadiusGroupName |
DisplayString (SIZE (0..32)) |
read-create |
This object indicates the name of the RADIUS server group used by the domain. The value is a string of 1 to 32 characters. The RADIUS server group must already exist. |
current |
1.3.6.1.4.1.2011.5.2.1.4.1.11 |
hwDomainRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the row status, which can be created or deleted. |
current |
1.3.6.1.4.1.2011.5.2.1.4.1.13 |
hwDomainServiceSchemeName |
DisplayString (SIZE (1..32)) |
read-create |
This object indicates the name of the service scheme used by the domain. The value is a string of 1 to 32 characters. The service scheme must already exist. |
current |
1.3.6.1.4.1.2011.5.2.1.4.1.16 |
hwDomainForcePushUrl |
DisplayString (SIZE (1..200)) |
read-create |
This object indicates the forcibly pushed URL in the domain. |
current |
1.3.6.1.4.1.2011.5.2.1.4.1.17 |
hwDomainForcePushUrlTemplate |
DisplayString (SIZE (1..31)) |
read-create |
This object indicates the name of the forcibly pushed URL template in the domain. |
current |
1.3.6.1.4.1.2011.5.2.1.4.1.18 |
hwStateBlockFirstTimeRangeName |
DisplayString (SIZE (1..32)) |
read-create |
This object indicates the first blocking time segment in the domain. NOTE:
|
current |
1.3.6.1.4.1.2011.5.2.1.4.1.19 |
hwStateBlockSecondTimeRangeName |
DisplayString (SIZE (1..32)) |
read-create |
This object indicates the second blocking time segment in the domain. NOTE:
To configure this object, configure the hwStateBlockFirstTimeRangeName object first. |
current |
1.3.6.1.4.1.2011.5.2.1.4.1.20 |
hwStateBlockThirdTimeRangeName |
DisplayString (SIZE (1..32)) |
read-create |
This object indicates the third blocking time segment in the domain. NOTE:
To configure this object, configure the hwStateBlockFirstTimeRangeName and hwStateBlockSecondTimeRangeName objects first. |
current |
1.3.6.1.4.1.2011.5.2.1.4.1.21 |
hwStateBlockForthTimeRangeName |
DisplayString (SIZE (1..32)) |
read-create |
This object indicates the fourth blocking time segment in the domain. NOTE:
To configure this object, configure the hwStateBlockFirstTimeRangeName, hwStateBlockSecondTimeRangeName, and hwStateBlockThirdTimeRangeName objects first. |
current |
1.3.6.1.4.1.2011.5.2.1.4.1.23 |
hwDomainAcctCopyRdsServerName |
DisplayString (SIZE (1..32)) |
read-create |
This object indicates the name of the RADIUS server template for level-2 accounting in the domain. |
current |
Creation Restriction
None
Modification Restriction
The authentication scheme specified for a domain must already exist; otherwise, the configuration fails.
The accounting scheme specified for a domain must already exist; otherwise, the configuration fails.
The RADIUS server group specified for user authentication and accounting in a domain must already exist; otherwise, the configuration fails.
The service scheme specified for a domain must already exist; otherwise, the configuration fails.
Deletion Restriction
A domain cannot be deleted in the following situations:
There are users in the domain.
The domain is referenced by the service configuration on a sub-interface.
The domain is the default domain of the system.
Access Restriction
None
hwDomainExtTable
hwDomainExtTable configures extended attributes of a domain, including the domain status and the HWTACACS server template and authorization template bound to the domain.
The index of this table is hwDomainName.
OID |
Object |
Syntax |
Maximum Access |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.5.1.2 |
hwIfDomainActive |
INTEGER{true(1),false(2)} |
read-write |
This object indicates the status of a domain. The values are as follows:
NOTE:
If a domain is blocked, all the offline users in the domain cannot go online. The online users, however, can still keep online. |
current |
1.3.6.1.4.1.2011.5.2.1.5.1.26 |
hwTacGroupName |
OCTET STRING (SIZE (1..64)) |
read-create |
This object indicates the name of the TACACS server group used by the domain. |
current |
1.3.6.1.4.1.2011.5.2.1.5.1.29 |
hwDomainAuthorSchemeName |
OCTET STRING (SIZE (1..64)) |
read-create |
This object indicates the authorization template bound to the domain. |
current |
Creation Restriction
None.
Modification Restriction
The modification restrictions are as follows:
The authentication scheme specified for the domain must exist; otherwise, the configuration fails.
The accounting scheme specified for the domain must exist; otherwise, the configuration fails.
The authorization scheme specified for the domain must exist; otherwise, the configuration fails.
The TACACS server group specified for the domain must exist; otherwise, the configuration fails.
Deletion Restriction
A domain cannot be deleted in the following situations:
The domain contains users.
The domain is referenced by the service configured on a sub-interface.
The domain is a default domain.
Access Restriction
None.
hwAuthorSchemeTable
hwAuthorSchemeTable is an authorization scheme table. You can use this table to create an authorization scheme. The device provides a default authorization scheme default. The default authorization scheme can be modified but cannot be deleted.
The index of this table is hwAuthorSchemeName.
OID |
Object |
Syntax |
Maximum Access |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.8.1.1 |
hwAuthorSchemeName |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates the name of an authorization scheme. |
current |
1.3.6.1.4.1.2011.5.2.1.8.1.2 |
hwAuthorMethod |
Integer |
read-create |
This object indicates the authorization method. The value is an integer. The values are as follows: NOTE:
local: indicates that the user names used for local authorization are
case-insensitive; localcase: indicates that the
user names used for local authorization are case-sensitive.
|
current |
1.3.6.1.4.1.2011.5.2.1.8.1.3 |
hwAuthorRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the row status, which can be added or deleted. |
current |
1.3.6.1.4.1.2011.5.2.1.8.1.4 |
hwAuthorMethodNew |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the authorization mode. The value is a string of 16 bytes and can contain Arabic numerals
and letters. The first digit of the string indicates the first sequential
authorization mode, the second digit indicates the second sequential
authorization mode, and the rest is deduced by analogy. The values
of each authorization mode are as follows:
For example, if the authorization mode is HWTACACS+Local, the value of the object is 5200000000000000. |
current |
Creation Restriction
None
Modification Restriction
The hwAuthorMethod and hwAuthorMethodNew objects cannot be used together. That is, if the hwAuthorMethodNew object is used when authorization is configuration, this object must also be used when authorization is modified or read.
Deletion Restriction
An object cannot be deleted when it is referenced by a domain that is being used.
Access Restriction
The hwAuthorMethod and hwAuthorMethodNew objects cannot be used together. That is, if the hwAuthorMethodNew object is used when authorization is configuration, this object must also be used when authorization is modified or read.
hwLocalUserTable
The hwLocalUserTable is used to create, configure, and delete local users.
The index of this table is hwLocalUserName.
OID |
Object |
Syntax |
Maximum Access |
Description |
Status |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.10.1.1 |
hwLocalUserName |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates the name of a local user. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.10.1.2 |
hwLocalUserPassword |
OCTET STRING |
read-create |
This object indicates the password of a local user. |
Only the Get operation is supported, but Set operation is not supported. The return value of Get operation is ******. |
1.3.6.1.4.1.2011.5.2.1.10.1.3 |
hwLocalUserAccessType |
INTEGER (0..4294967295) |
read-create |
This object indicates the access type of a local user. The values and meanings are as follows: This object indicates the access type allowed by a local user. The values and meanings are as follows:
|
current |
1.3.6.1.4.1.2011.5.2.1.10.1.4 |
hwLocalUserPriority |
Integer32 |
read-create |
This object indicates the priority of a local user. The value is an integer ranges from 0 to 16. The value 16 indicates that the user priority is deleted. |
current |
1.3.6.1.4.1.2011.5.2.1.10.1.5 |
hwftpDirction |
OCTET STRING (SIZE (1..64)) |
read-create |
This object indicates the FTP directory. The value is a string of 1 to 64 characters. This object is valid only FTP users. |
current |
1.3.6.1.4.1.2011.5.2.1.10.1.12 |
hwLocalUserRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the row status. A local user can be created and deleted. |
current |
1.3.6.1.4.1.2011.5.2.1.10.1.15 |
HwLocalUserAccessLimitNum |
Integer32 |
read-create |
This object indicates the maximum number of access users. |
current |
1.3.6.1.4.1.2011.5.2.1.10.1.19 |
hwLocalUserPasswordSetTime |
OCTET STRING |
read-only |
This object indicates when the password of a local user is created. |
current |
1.3.6.1.4.1.2011.5.2.1.10.1.20 |
hwLocalUserPasswordExpireTime |
OCTET STRING |
read-only |
This object indicates the validity period of a local user's password. |
current |
1.3.6.1.4.1.2011.5.2.1.10.1.21 |
hwLocalUserPasswordIsExpired |
INTEGER |
read-only |
This object indicates whether a local user's password has expired:
|
current |
1.3.6.1.4.1.2011.5.2.1.10.1.22 |
hwLocalUserPasswordIsOrginal |
INTEGER |
read-only |
This object indicates whether the password of a local user is the initial password:
|
current |
1.3.6.1.4.1.2011.5.2.1.10.1.23 |
hwhttpdirectory |
OCTET STRING (SIZE (1..64)) |
read-create |
This object indicates the directory that HTTP users can access. |
current |
Creation Restriction
The entries in this table can be created without restriction.
Modification Restriction
The entries in this table can be modified without restriction.
Deletion Restriction
The entries in this table can be deleted without restriction.
Access Restriction
The entries in this table can be read without restriction.
hwLocalUserExtTable
hwLocalUserExtTable is an AAA user information extension table.
OID |
Object Name |
Syntax |
Maximum Access |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.11.1.2 |
hwLocalUserState |
INTEGER |
read-write |
This object indicates the status of a local user. |
current |
1.3.6.1.4.1.2011.5.2.1.11.1.7 |
hwLocalUserUserGroup |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates information about the user group to which the local user belongs. The value is a string of 1 to 64 characters. NOTE:
This object is supported only in NAC common mode. |
current |
1.3.6.1.4.1.2011.5.2.1.11.1.8 |
hwLocalUserDeviceType |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the type of the local user's device. The value is a string of 1 to 256 characters. NOTE:
This object is supported only in the NAC common mode. |
current |
1.3.6.1.4.1.2011.5.2.1.11.1.9 |
hwLocalUserExpireDate |
OCTET STRING (SIZE (1..64)) |
read-write |
Indicates the expiry date of a local account. The value is in YYYY/MM/DD format. YYYY specifies the year, MM specifies the month, and DD specifies the day. The value ranges from 2000/1/1 to 2099/12/31. |
current |
1.3.6.1.4.1.2011.5.2.1.11.1.10 |
hwLocalUserIdleTimeoutSecond |
INTEGER (0..4294967295) |
read-write |
Indicates the idle timeout interval of a local account. |
current |
1.3.6.1.4.1.2011.5.2.1.11.1.11 |
hwLocalUserTimeRange |
OCTET STRING (SIZE (1..64)) |
read-write |
Indicates the period at which access of the local account is allowed. |
current |
1.3.6.1.4.1.2011.5.2.1.11.1.12 |
hwLocalUserIsExpired |
INTEGER |
read-only |
Indicates the local account is expired. |
current |
1.3.6.1.4.1.2011.5.2.1.11.1.15 |
hwLocalUserBlockTimestamp |
DisplayString |
read-only |
Remaining time of locked local users. (Local users are locked because the entered password is incorrect consecutively.) |
current |
Creation Restriction
None
Modification Restriction
None
Deletion Restriction
None
Access Restriction
None
hwRecordSchemeTable
hwRecordSchemeTable is a table of a recording scheme, including the recording scheme name and a TAC template name. You can add, delete, modify, or query the recording scheme.
The index of this table is hwRecordSchemeName.
OID |
Object Name |
Syntax |
Maximum Access |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.30.1.1 |
hwRecordSchemeName |
OCTET STRING (SIZE (1..64)) |
read-only |
This object specifies the name of the recording scheme. |
current |
1.3.6.1.4.1.2011.5.2.1.30.1.2 |
hwRecordTacGroupName |
OCTET STRING (SIZE (1..64)) |
read-create |
This object indicates the name of the HWTACACS group referenced in the recording scheme. |
current |
1.3.6.1.4.1.2011.5.2.1.30.1.3 |
hwRecordRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the row status. |
current |
Creation Restriction
hwRecordSchemeName cannot be created.
Modification Restriction
- hwRecordSchemeName cannot be modified.
- hwRecordRowStatus can be created and deleted but cannot be modified.
Access Restriction
None.
hwServiceSchemeTable
The hwServiceSchemeTable is a service scheme table. You can use this table to configure authorization information in a service scheme.
The index of this table is hwServiceSchemeName.
OID |
Object |
Syntax |
Maximum Access |
Description |
Status |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.38.1.1 |
hwServiceSchemeName |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates the name of a service scheme. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.13 |
hwServiceSchemeIdleCutTime |
Integer32 |
read-write |
This object specifies the period in which an idle user can stay online. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.14 |
hwServiceSchemeIdleCutFlow |
INTEGER (0..4294967295) |
read-write |
This object specifies the traffic threshold for idle-cut function. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.15 |
hwServiceSchemeDnsFirst |
OCTET STRING (SIZE (4)) |
read-write |
This object indicates the IP address of the primary DNS server in a service scheme. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.16 |
hwServiceSchemeDnsSecond |
OCTET STRING (SIZE (4)) |
read-write |
This object indicates the IP address of the secondary DNS server in a service scheme. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.17 |
hwSrvSchemeAdminUserPriority |
Integer32 |
read-write |
This object indicates the privilege level of the administrator. The value ranges from -1 to 15. The value -1 is invalid. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.18 |
hwSrvSchemeIpPoolOneName |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the name of the first IP address pool bound to a service scheme. The value is a string of 0 to 255 characters. The specified IP address pool must exist on the device. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.19 |
hwSrvSchemeIpPoolTwoName |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the name of the second IP address pool bound to a service scheme. The value is a string of 0 to 255 characters. The specified IP address pool must exist on the device. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.20 |
hwSrvSchemeIpPoolThreeName |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the name of the third IP address pool bound to a service scheme. The value is a string of 0 to 255 characters. The specified IP address pool must exist on the device. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.51 |
hwServiceSchemeRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the status of a service scheme, which can be added and deleted. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.52 |
hwServiceSchemeIdleCutType |
INTEGER |
read-write |
This object indicates the idle-cut mode:
|
current |
1.3.6.1.4.1.2011.5.2.1.38.1.53 |
hwServiceSchemeIdleCutFlowValue |
INTEGER (0..4294967295) |
read-write |
This object indicates the traffic volume threshold for idle-cut function. When the traffic volume of a user is below this threshold, the device considers that the user is in idle state. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.54 |
hwLocalAuthorize |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the user authorization information to be delivered to a control device. NOTE:
Only control devices in the Policy Association solutions support this object. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.55 |
hwRemoteAuthorize |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the user authorization information to be delivered to an access device. NOTE:
Only control devices in the Policy Association solutions support this object. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.56 |
hwServiceSchemeRedirectACL |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the IPv4 ACL used for redirection in a service scheme. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.57 |
hwServiceSchemePriority |
Integer32 |
read-write |
This object indicates the user priority configured in the service scheme. |
current |
1.3.6.1.4.1.2011.5.2.1.38.1.58 |
hwServiceSchemeRedirectIPv6ACL |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the IPv6 ACL used for redirection in a service scheme. |
current |
Creation Restriction
None
Modification Restriction
The address pool specified for a service scheme must exist; otherwise, the configuration fails.
Deletion Restriction
A service scheme cannot be deleted when it is being referenced by a domain.
Access Restriction
None
hwUserGroupTable
hwUserGroupTable is a user group configuration table. You can use this table to configure user authorization information in a user group.
The index of this table is hwUserGroupIndex.
The functions provided by this MIB only apply to the NAC common mode.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.51.1.1 |
hwUserGroupIndex |
Integer32 |
read-only |
This object indicates the user group index. The value ranges from 1 to 128. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.2 |
hwUserGroupName |
OCTET STRING (SIZE (1..64)) |
read-create |
This object indicates the user group name. The value ranges from 1 to 64. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.3 |
hwAclId |
OCTET STRING (SIZE (1..64)) |
read-create |
This object indicates the ID of an ACL configured in a user group. A maximum of eight ACLs can be configured. Two ACLs are separated by a space and each ACL must exist on the device. When this table takes effect, ACLs in the original user group are deleted. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.7 |
hwUserGroupRowStatus |
Integer32 |
read-create |
This object indicates the row status of a user group. The row status can be created and deleted. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.8 |
hwUserVlan |
Integer32 |
read-create |
This object indicates the VLAN to which the user group belongs to. The value ranges from 1 to 4094. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.9 |
hw8021pRemark |
Integer32 |
read-create |
This object indicates the priority for processing Ethernet Layer 2 packets. The value ranges from 0 to 7. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.10 |
hwDscpRemark |
Integer32 |
read-create |
This object indicates the priority for processing IP packets. The value ranges from 0 to 63. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.13 |
hwUserGroupCarCir |
INTEGER (0..4294967295) |
read-write |
This object indicates the CIR of the user group. The value is 0 or ranges from 64 to 4294967295. The default value is 0. 0 indicates that the CIR is not configured for the user group. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.14 |
hwUserGroupCarPir |
INTEGER (0..4294967295) |
read-write |
This object indicates the PIR of the user group. The value is 0 or ranges from 64 to 4294967295. The default value is 0. 0 indicates that the PIR is not configured for the user group. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.15 |
hwUserGroupCarCbs |
INTEGER (0..4294967295) |
read-write |
This object indicates the CBS of the user group. The value is 0 or ranges from 10000 to 4294967295. The default value is 0. 0 indicates that the CBS is not configured for the user group. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.16 |
hwUserGroupCarPbs |
INTEGER (0..4294967295) |
read-write |
This object indicates the PBS of the user group. The value is 0 or ranges from 10000 to 4294967295. The default value is 0. 0 indicates that the PBS is not configured for the user group. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.17 |
hwUserGroupEnable |
INTEGER |
read-write |
This object indicates whether the user group function is enabled.
|
current |
1.3.6.1.4.1.2011.5.2.1.51.1.18 |
hwUserGroupCarInBoundCir |
INTEGER (0..4294967295) |
read-write |
This object indicates the CIR value of incoming packets in the user group. The value is 0 or ranges from 64 to 4294967295. The default value is 0. 0 indicates that the CIR is not configured for the user group. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.19 |
hwUserGroupCarInBoundPir |
INTEGER (0..4294967295) |
read-write |
This object indicates the PIR value of incoming packets in the user group. The value is 0 or ranges from 64 to 4294967295. The default value is 0. 0 indicates that the PIR is not configured for the user group. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.20 |
hwUserGroupCarInBoundCbs |
INTEGER (0..4294967295) |
read-write |
This object indicates the CBS value of incoming packets in the user group. The value is 0 or ranges from 10000 to 4294967295. The default value is 0. 0 indicates that the CBS is not configured for the user group. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.21 |
hwUserGroupCarInBoundPbs |
INTEGER (0..4294967295) |
read-write |
This object indicates the PBS value of incoming packets in the user group. The value is 0 or ranges from 10000 to 4294967295. The default value is 0. 0 indicates that the PBS is not configured for the user group. |
current |
1.3.6.1.4.1.2011.5.2.1.51.1.22 |
hwUserGroupUserVlanPool |
OCTET STRING |
read-create |
This object indicates the VLAN pool bound to the user group. |
current |
Creation Restriction
Before configuring a VLAN or an ACL, ensure that the VLAN or ACL has been created.
Modification Restriction
The bound user group cannot be modified. You cannot modify the configuration of the user group that has been enabled.
Deletion Restriction
This table cannot be deleted when any user exists in the user group.
Access Restriction
None
hwAccessTable
This table displays information about access users.
The index of this table is hwAccessIndex.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.15.1.1 |
hwAccessIndex |
Integer32 |
read-only |
This object indicates the CIB index. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.3 |
hwAccessUserName |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates the access user name. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.8 |
hwAccessSlotNo |
Integer32 |
read-only |
This object indicates the number of the slot where the user connected to the device. The value of this object is meaningless for management users. NOTE:
The slot ID is 1 for Eth-Trunk access users. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.11 |
hwAccessVLANID |
Integer32 |
read-only |
This object indicates the VLAN that access users belong to. The value is an integer that ranges from 1 to 4094. The value 0 indicates no VLAN ID exists. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.13 |
hwAccessAuthenMethod |
INTEGER |
read-only |
This object indicates the authentication method. The value is an integer. The values are as follows:
|
current |
1.3.6.1.4.1.2011.5.2.1.15.1.15 |
hwAccessIPAddress |
OCTET STRING (SIZE (4)) |
read-only |
This object indicates the IP address of an access user. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.17 |
hwAccessMACAddress |
OCTET STRING (SIZE (6)) |
read-only |
This object indicates the MAC address of an access user. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.25 |
hwAccessStartTime |
OCTET STRING (SIZE (8 | 11)) |
read-only |
This object indicates the user access time. For example, 2012-12-13,22:8:39.0,+0:0. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.36 |
hwAccessUpFlow64 |
INTEGER (0..18446744073709551615) |
read-only |
This object indicates data traffic (number of bytes) from users to the device. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.37 |
hwAccessDnFlow64 |
INTEGER (0..18446744073709551615) |
read-only |
This object indicates data traffic (number of bytes) from the device to users. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.38 |
hwAccessUpPacket64 |
INTEGER (0..18446744073709551615) |
read-only |
This object indicates data traffic (number of packets) from users to the device. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.39 |
hwAccessDnPacket64 |
INTEGER (0..18446744073709551615) |
read-only |
This object indicates data traffic (number of packets) from the device to users. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.45 |
hwAccessCARUpCIR |
INTEGER (0..4294967295) |
read-only |
This object indicates the CIR value of incoming packets. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.46 |
hwAccessCARUpPIR |
INTEGER (0..4294967295) |
read-only |
This object indicates the PIR value of incoming packets. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.47 |
hwAccessCARUpCBS |
INTEGER (0..4294967295) |
read-only |
This object indicates the CBS value of incoming packets. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.48 |
hwAccessCARUpPBS |
INTEGER (0..4294967295) |
read-only |
This object indicates the PBS value of incoming packets. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.49 |
hwAccessCARDnCIR |
INTEGER (0..4294967295) |
read-only |
This object indicates the CIR value of outbound packets. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.50 |
hwAccessCARDnPIR |
INTEGER (0..4294967295) |
read-only |
This object indicates the PIR value of outbound packets. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.51 |
hwAccessCARDnCBS |
INTEGER (0..4294967295) |
read-only |
This object indicates the CBS value of outbound packets. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.52 |
hwAccessCARDnPBS |
INTEGER (0..4294967295) |
read-only |
This object indicates the PBS value of outbound packets. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.57 |
hwAccessInterface |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates the access interface. The value is a string of 1 to 63 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.74 |
hwAccessDeviceName |
OCTET STRING |
read-only |
This object indicates the AP name for a wireless user or indicates the name of the device to which an access user connects in a policy association scenario. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.75 |
hwAccessDeviceMACAddress |
OCTET STRING (SIZE (6)) |
read-only |
This object displays an invalid MAC address that is all 0s for a wireless user or displays the MAC address of the device to which an access user connects in a policy association scenario. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.76 |
hwAccessDevicePortName |
OCTET STRING |
read-only |
This object indicates the port name of the device to which an access user connects in a policy association scenario. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.77 |
hwAccessAPID |
INTEGER (0..4294967295) |
read-only |
This object displays the AP ID for a wireless user or 0x0FFFF for a wired user. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.78 |
hwAccessQinQVLANID |
Integer32 |
read-only |
This object indicates the outer VLAN ID of QinQ packets. The value is an integer that ranges from 1 to 4094. The value 0 indicates no VLAN ID. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.79 |
hwAccessOption82CircuitID |
OCTET STRING |
read-only |
This object indicates the circuit ID of Option 82. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.80 |
hwAccessOption82RemoteID |
OCTET STRING |
read-only |
This object indicates the remote ID of Option 82. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.81 |
hwAccessSessionTimeout |
Integer32 |
read-only |
This object indicates the session timeout interval. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.82 |
hwAccessISPVLAN |
Integer32 |
read-only |
This object indicates the ISP VLAN of access users. |
current |
1.3.6.1.4.1.2011.5.2.1.15.1.83 |
hwAccessISPInterface |
Integer32 |
read-only |
This object indicates the ISP interface of access users. |
current |
Creation Restriction
No entry can be created in this table.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
None
hwAccessExtTable
This table is the access user extension table and displays information about access users.
The index of this table is hwAccessIndex.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.16.1.14 |
hwAccessCurAuthenPlace |
INTEGER |
read-only |
This object indicates the authentication mode. The value can be none(0), local(1), radius(2), or tacacs(3). |
current |
1.3.6.1.4.1.2011.5.2.1.16.1.16 |
hwAccessAuthtype |
INTEGER |
read-only |
This object indicates the authentication type. The value can be none(0), ppp(1), dot1x(2), web(3), wlan(6), or admin(7). |
current |
1.3.6.1.4.1.2011.5.2.1.16.1.17 |
hwAccessType |
INTEGER |
read-only |
This object indicates the access type. The value can be telnet(1), 2:terminal(2), 3:ssh(3), 4:ftp(4), 5:x25pad(5), 6:ppp(6), 7:pppoe(7), 8:pppoeovlan(8), 9:pppoa(9), 10:pppoeoa(10), 11:pppolns(11), 12:ordinaryvlan(12), 13:eap(13), 14:pnp(14), 15:ip(15), 16:staticvlan(16), 17:layer2leasedline(17), 18:layer2leasedlineuser(18), 19:layer3leasedline(19), 20:pppoeleasedline(20), 21:nmsleasedline(21), 22:proxyleasedline(22), 23:relayleasedline(23), 24:e1pos(24), 25:lactunnel(25), 26:lnstunnel(26), 27:mip(27), 28:deviceuser(28), 29:pppoeor(29), 30:pppoeovlanor(30), 31:ordinaryvlanor(31), 32:http(32), 33:web(33), 34:wlan(34), 35:mac(35), or 36:vm(36). |
current |
1.3.6.1.4.1.2011.5.2.1.16.1.18 |
hwAccessOnlineTime |
INTEGER (0..4294967295) |
read-only |
This object indicates the online duration, in seconds. |
current |
1.3.6.1.4.1.2011.5.2.1.16.1.19 |
hwAccessDomain |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the domain that an access user belongs to. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.16.1.20 |
hwAccessGateway |
OCTET STRING (SIZE (4)) |
read-only |
This object indicates the gateway IP address. |
current |
1.3.6.1.4.1.2011.5.2.1.16.1.21 |
hwAccessSSID |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the SSID of an access user. The value is a string of 1 to 32 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.16.1.22 |
hwAccessAPMAC |
OCTET STRING (SIZE (6)) |
read-only |
This object indicates the MAC address of an AP. |
current |
1.3.6.1.4.1.2011.5.2.1.16.1.23 |
hwAccessCurAccountingPlace |
INTEGER |
read-only |
This object indicates the accounting mode. The value can be none(1), radius(2), or tacacs(3). |
current |
1.3.6.1.4.1.2011.5.2.1.16.1.24 |
hwAccessCurAuthorPlace |
INTEGER |
read-only |
This object indicates the authorization mode. The value can be none(1), local(2), ifauthen(3), or tacacs(4). |
current |
1.3.6.1.4.1.2011.5.2.1.16.1.25 |
hwAccessUserGroup |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the name of a user group. The value is a string of 1 to 64 characters. NOTE:
This object is supported only in NAC common mode. |
current |
1.3.6.1.4.1.2011.5.2.1.16.1.28 |
hwAccessAuthorizetype |
INTEGER |
read-only |
This object indicates the authorization status of an access user.
|
current |
1.3.6.1.4.1.2011.5.2.1.16.1.30 |
hwAccessDeviceType |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates the access terminal type. |
current |
1.3.6.1.4.1.2011.5.2.1.16.1.30 |
hwAccessDeviceType |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates the access terminal type. |
current |
Creation Restriction
No entry can be created in this table.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
None
hwCutAccessUserTable
This table disconnects access users.
The index of this table is hwAccessIndex.
The table does not support multi-node combination settings.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.28.1 |
hwCutStartUserID |
Integer32 |
read-write |
This object indicates the user ID. |
current |
1.3.6.1.4.1.2011.5.2.1.28.3 |
hwCutIPaddress |
OCTET STRING (SIZE (4)) |
read-write |
This object indicates the IP address of a user who is to be disconnected. |
current |
1.3.6.1.4.1.2011.5.2.1.28.4 |
hwCutMacAddres |
OCTET STRING (SIZE (6)) |
read-write |
This object indicates the MAC address of a user who is to be disconnected. If the MAC address is XX:XX:XX:XX:XX:XX, enter it in the format # 0xXX 0xXX 0xXX 0xXX 0xXX 0xXX. |
current |
1.3.6.1.4.1.2011.5.2.1.28.7 |
hwCutDomain |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the domain that a user who is to be disconnected belongs to. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.28.14 |
hwCutAccessInterface |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the access interface of a user who is to be disconnected. The value is a string of 1 to 63 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.28.15 |
hwCutUserSSID |
Octet String |
read-write |
This object indicates the SSID of a user who is to be disconnected. The value is a string of 1 to 32 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.28.16 |
hwCutAccessSlot |
Integer32 |
read-write |
This object indicates the access slot of a user who is to be disconnected. The value is an integer. |
current |
1.3.6.1.4.1.2011.5.2.1.28.17 |
hwCutUserGroup |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates the user group that a user who is to be disconnected belongs to. The value is a string of 1 to 64 characters. NOTE:
This object is supported only in NAC common mode. |
current |
Creation Restriction
No entry can be created in this table.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
This table does not support multi-node combination configuration.
hwAuthEventCfgTable
The hwAuthEventCfgTable configures authentication events on interfaces. If authentication events are configured in both the system view and interface view, the configuration in the interface view takes effect.
The index of this table is hwAuthEventPortIndex.
This MIB table is supported only in the NAC common mode.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.55.1.1 |
hwAuthEventPortIndex |
INTEGER (0..4294967295) |
read-only |
This object specifies the user interface index. |
current |
1.3.6.1.4.1.2011.5.2.1.55.1.2 |
hwAuthEventAuthFailResponseFail |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates that whether the device returns an authentication failure packet if a user fails in authentication.
|
current |
1.3.6.1.4.1.2011.5.2.1.55.1.3 |
hwAuthEventAuthFailVlan |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates that a user failing in authentication is added to the corresponding VLAN. |
current |
1.3.6.1.4.1.2011.5.2.1.55.1.4 |
hwAuthEventAuthenServerDownResponseFail |
OCTET STRING (SIZE (1..64)) |
read-write |
This object indicates that whether the device returns authentication failure packets when the authentication server does not respond.
|
current |
1.3.6.1.4.1.2011.5.2.1.55.1.5 |
hwAuthEventAuthenServerDownVlan |
Integer32 |
read-write |
This object indicates that the device adds a user to the corresponding VLAN if the authentication server does not respond. |
current |
1.3.6.1.4.1.2011.5.2.1.55.1.6 |
hwAuthEventClientNoResponseVlan |
Integer32 |
read-write |
This object indicates that the device adds a user to the corresponding VLAN if the client does not respond. |
current |
1.3.6.1.4.1.2011.5.2.1.55.1.7 |
hwAuthEventPreAuthVlan |
Integer32 |
read-write |
This object indicates that the device adds a user to the corresponding VLAN before the client is authenticated. |
current |
1.3.6.1.4.1.2011.5.2.1.55.1.8 |
hwAuthEventAuthFailUserGroup |
OCTET STRING |
read-write |
This object indicates that a user failing in authentication is added to a user group. |
current |
1.3.6.1.4.1.2011.5.2.1.55.1.9 |
hwAuthEventAuthenServerDownUserGroup |
OCTET STRING |
read-write |
This object indicates that the device adds a user to a user group if the authentication server does not respond. |
current |
1.3.6.1.4.1.2011.5.2.1.55.1.10 |
hwAuthEventClientNoResponseUserGroup |
OCTET STRING |
read-write |
This object indicates that the device adds a user to a user group if the client does not respond. |
current |
1.3.6.1.4.1.2011.5.2.1.55.1.11 |
hwAuthEventPreAuthUserGroup |
OCTET STRING |
read-write |
This object indicates that the device adds a client to a user group before the client is authenticated. |
current |
Creation Restriction
None
Modification Restriction
None
Deletion Restriction
None
Access Restriction
None
hwAuthorCmdTable
hwAuthorCmdTable is a command line authorization information table including the user level and command line authorization mode.
The index of this table is hwAuthorCmdLevel.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.57.1.1 |
hwAuthorCmdLevel |
Integer32 |
read-only |
This object indicates the user level of commands with command line authorization enabled. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.5.2.1.57.1.2 |
hwAuthorCmdMode |
INTEGER |
read-create |
This object indicates the command line authorization
mode.
|
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.5.2.1.57.1.3 |
hwAuthorCmdRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the row status. |
This object is implemented as defined in the corresponding MIB file. |
Creation Restriction
You can create entries in this table.
Modification Restriction
The entries in this table can be modified.
Deletion Restriction
The entries in this table can be deleted.
Access Restriction
The entries in this table can be read without restriction.
hwOfflineReasonStatTable
This table describes user login failure and offline reasons and statistics on the reasons.
The index of this table is hwOfflineReason.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.34.1.1 |
hwOfflineReason |
Integer32 |
read-only |
This object indicates reasons why a user goes offline. |
current |
1.3.6.1.4.1.2011.5.2.1.34.1.2 |
hwOfflineReasonStatistic |
Integer32 |
read-only |
This object indicates statistics on user offline reasons. |
current |
1.3.6.1.4.1.2011.5.2.1.34.1.3 |
hwOnlineFailReasonStatistic |
Integer32 |
read-only |
This object indicates statistics on user login failure reasons. |
current |
Creation Restriction
You can create entries in this table.
Modification Restriction
The entries in this table can be modified.
Deletion Restriction
The entries in this table can be deleted.
Access Restriction
The entries in this table can be read without restriction.
hwLocalUserPwPolicyAdmin
The hwLocalUserPwPolicyAdmin is used to create, set, and delete the password policy of the local administrator.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.59.1.1 |
hwAdminEnable |
INTEGER |
read-write |
Indicates whether the password control function is enabled:
|
current |
1.3.6.1.4.1.2011.5.2.1.59.1.2 |
hwAdminExpire |
Integer32 |
read-write |
Indicates the number of days after which the password expires. |
current |
1.3.6.1.4.1.2011.5.2.1.59.1.3 |
hwAdminPwHistoryRecordNum |
Integer32 |
read-write |
Indicates the maximum number of historical passwords recorded on the device. |
current |
1.3.6.1.4.1.2011.5.2.1.59.1.4 |
hwAdminAlertBefore |
Integer32 |
read-write |
Indicates how long the system displays a prompt before the password expires. |
current |
1.3.6.1.4.1.2011.5.2.1.59.1.5 |
hwAdminAlertOrginal |
INTEGER |
read-write |
Indicates whether the device prompts users to change the initial passwords:
|
current |
Creation Restriction
None
Modification Restriction
None
Deletion Restriction
None
Access Restriction
None
hwLocalUserPwPolicyAcc
The hwLocalUserPwPolicyAcc is used to create, set, and delete the password policy of the local access users.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.60.1.1 |
hwAccEnable |
INTEGER |
read-write |
Indicates whether the password control function is enabled:
|
current |
1.3.6.1.4.1.2011.5.2.1.60.1.2 |
hwAccPwHistoryRecordNum |
Integer32 |
read-write |
Indicates the maximum number of historical passwords recorded on the device. |
current |
Creation Restriction
None
Modification Restriction
None
Deletion Restriction
None
Access Restriction
None
userAuthenProfileTable
The userAuthenProfileTable is used by the administrator to perform operations on the user authentication profile.
The index of this table is userAuthenProfileName.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.62.1.1 |
userAuthenProfileName |
OCTET STRING |
read-only |
This object indicates the name of a user authentication profile. The value is a string of 1 to 31 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.2 |
userAuthenProfileDot1xAccessProfileName |
OCTET STRING |
read-create |
This object indicates the name of the 802.1X access profile bound to the user authentication profile. The value is a string of 1 to 31 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.3 |
userAuthenProfileMacAuthenAccessProfileName |
OCTET STRING |
read-create |
This object indicates the name of the MAC access profile bound to the user authentication profile. The value is a string of 1 to 31 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.4 |
userAuthenProfilePortalAccessProfileName |
OCTET STRING |
read-create |
This object indicates the name of the Portal access profile bound to the user authentication profile. The value is a string of 1 to 31 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.5 |
userAuthenProfileSingleAccess |
INTEGER{true(1),false(2)} |
read-create |
This object indicates the single-user access mode. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.6 |
userAuthenProfilePreAuthenServiceSchemeName |
OCTET STRING |
read-create |
This object indicates the name of the service scheme based on which the device assigns network access rights to pre-connection users. The value is a string of 1 to 32 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.8 |
userAuthenProfilePreAuthenVLAN |
Integer32 |
read-create |
This object indicates the VLAN based on which the device assigns network access rights to pre-authenticated users. The value is an integer ranging from 1 to 4094. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.9 |
userAuthenProfileAuthenFailAuthorServiceSchemeName |
OCTET STRING |
read-create |
This object indicates the name of the service scheme based on which the device assigns network access rights to users who fail to be authenticated. The value is a string of 1 to 32 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.11 |
userAuthenProfileAuthenFailAuthorVLAN |
Integer32 |
read-create |
This object indicates the VLAN based on which the device assigns network access rights to users who fail to be authenticated. The value is an integer ranging from 1 to 4094. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.12 |
userAuthenProfileAuthenServerDownServiceSchemeName |
OCTET STRING |
read-create |
This object indicates the name of the service scheme based on which the device assigns network access rights to users when the authentication server is Down. The value is a string of 1 to 32 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.14 |
userAuthenProfileAuthenServerDownVLAN |
Integer32 |
read-create |
This object indicates the VLAN based on which the device assigns network access rights to users when the authentication server is Down. The value is an integer ranging from 1 to 4094. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.15 |
userAuthenProfileAuthenServerDownResponseSuccess |
INTEGER{true(1),false(2)} |
read-create |
This object indicates that the device sends authentication failure packets to users when the authentication server is Down. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.16 |
userAuthenProfileAuthenServerUpReauthen |
INTEGER{true(1),false(2)} |
read-create |
This object indicates that the device re-authenticates users when the authentication server changes from Down to Up. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.18 |
userAuthenProfileMACBypass |
INTEGER{true(1),false(2)} |
read-create |
This object indicates MAC address bypass authentication. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.19 |
userAuthenProfileDot1xForceDomain |
OCTET STRING |
read-create |
This object indicates a forcible 802.1X authentication domain. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.20 |
userAuthenProfileMACAuthenForceDomain |
OCTET STRING |
read-create |
This object indicates a forcible MAC address authentication domain. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.21 |
userAuthenProfilePortalForceDomain |
OCTET STRING |
read-create |
This object indicates a forcible Portal authentication domain. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.22 |
userAuthenProfileDot1xDefaultDomain |
OCTET STRING |
read-create |
This object indicates a default 802.1X authentication domain. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.23 |
userAuthenProfileMACAuthenDefaultDomain |
OCTET STRING |
read-create |
This object indicates a default MAC address authentication domain. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.24 |
userAuthenProfilePortalDefaultDomain |
OCTET STRING |
read-create |
This object indicates a default Portal authentication domain. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.25 |
userAuthenProfileDefaultDomain |
OCTET STRING |
read-create |
This object indicates a default user domain that is valid for all access authentication users. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.26 |
userAuthenProfileForceDomain |
OCTET STRING |
read-create |
This object indicates a forcible user domain that is valid for all access authentication users. The value is a string of 1 to 64 characters. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.27 |
userAuthenProfileDomainNameDelimiter |
OCTET STRING |
read-create |
This object indicates a domain name delimiter. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.28 |
userAuthenProfileDomainNameLocation |
INTEGER |
read-create |
This object indicates a domain name location.
|
current |
1.3.6.1.4.1.2011.5.2.1.62.1.29 |
userAuthenProfileDomainNameParseDirection |
INTEGER |
read-create |
This object indicates the domain name resolution direction.
|
current |
1.3.6.1.4.1.2011.5.2.1.62.1.30 |
userAuthenProfileSecurityNameDelimiter |
OCTET STRING |
read-create |
This object indicates the security string delimiter. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.31 |
userAuthenProfilePreAuthenReAuthenTimer |
Integer32 |
read-create |
This object indicates the interval for re-authenticating pre-connection users. The value can be 0 or any integer in the range from 30 to 7200, in seconds. The value 0 indicates that the re-authentication function is disabled for pre-connection users. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.32 |
userAuthenProfileAuthenFailReAuthenTimer |
Integer32 |
read-create |
This object indicates the interval for re-authenticating users who fail to be authenticated. The value can be 0 or any integer in the range from 30 to 7200, in seconds. The value 0 indicates that the re-authentication function is disabled for who fail to be authenticated. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.33 |
userAuthenProfilePreAuthenAgingTime |
Integer32 |
read-create |
This object indicates the aging time for pre-connection user entries. The value can be 0 or any integer in the range from 60 to 4294860, in seconds. The value 0 indicates that the entry is not aged. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.34 |
userAuthenProfileAuthenFailAgingTime |
Integer32 |
read-create |
This object indicates the aging time for entries of the users who fail to be authenticated. The value can be 0 or any integer in the range from 60 to 4294860, in seconds. The value 0 indicates that the entry is not aged. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.35 |
userAuthenProfileFreeRuleName |
OCTET STRING |
read-create |
This object indicates the name of an authentication-free rule. Currently, the device supports only one authentication-free rule profile, that is, the built-in profile default_free_rule. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.43 |
userAuthenProfileAuthenticationMode |
INTEGER |
read-create |
This object indicates the user access mode. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.44 |
userAuthenProfileMaxUser |
Integer32 |
read-create |
This object indicates the maximum number of access users. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.45 |
userAuthenProfileArpDetect |
INTEGER{true(1),false(2)} |
read-create |
This object indicates that the device handshakes with pre-connection users and authorized users. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.46 |
userAuthenProfileArpDetectTimer |
Integer32 |
read-create |
This object indicates the interval at which the device handshakes with pre-connection users and authorized users. The value is an integer in the range from 5 to 7200, in seconds. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.47 |
userAuthenProfileRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the row status. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.48 |
userAuthenProfilePermitDomain |
OCTET STRING |
read-create |
This object indicates the domain that allows users to access. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.49 |
userAuthenProfileAuthenticationMaxUser |
Integer32 |
read-create |
This object indicates the maximum number of authenticated users allowed in a VAP profile. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.50 |
userAuthenProfileAuthenFailAuthorResponseSuccess |
INTEGER{true(1),false(2)} |
read-create |
This object indicates that the device sends authentication failure packets to users when the authentication fails. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.51 |
userAuthenProfileIpAddrInAcctStart |
INTEGER{true(1),false(2)} |
read-create |
This object indicates that Accounting-Start packets carry users' IP addresses. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.58 |
userAuthenProfileAccountingOfUpdateIP |
INTEGER{true(1),false(2)} |
read-create |
This object indicates whether a device sends an accounting packet immediately when the IP address of a user is updated. The value can be:
The default value is 1. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.59 |
userAuthenProfileAccountingOfUpdateInfo |
INTEGER{true(1),false(2)} |
read-create |
This object indicates whether a device sends an accounting packet immediately when terminal information of a user is updated. The value can be:
The default value is 1. |
current |
1.3.6.1.4.1.2011.5.2.1.62.1.64 |
userAuthenProfileMacFirstForce |
INTEGER{true(1),false(2)} |
read-create |
This object indicates whether the function of performing forcible MAC address authentication before 802.1X authentication is enabled.
|
current |
Creation Restriction
None
Modification Restriction
User authentication profiles can only be added or deleted, but cannot be modified.
Deletion Restriction
None
Access Restriction
None
userAuthenticationFreeRuleTable
userAuthenticationFreeRuleTable is used to create and delete authentication-free rule profiles.
The index of this table is userAuthenticationFreeRuleName.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.63.1.1 |
userAuthenticationFreeRuleName |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates the name of an authentication-free rule profile. |
current |
1.3.6.1.4.1.2011.5.2.1.63.1.2 |
userAuthenticationFreeRuleACLNumber |
Integer32 |
read-create |
This object indicates the ID of an IPv4 authentication-free rule. |
current |
1.3.6.1.4.1.2011.5.2.1.63.1.4 |
userAuthenticationFreeRuleRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the row status. |
current |
Creation Restriction
None
Modification Restriction
Authentication-free rule profiles can only be added or deleted but cannot be modified.
Deletion Restriction
None
Access Restriction
None
hwDot1xAccessProfileTable
hwDot1xAccessProfileTable is used by the administrator to perform operations on an 802.1X access profile.
The index of this table is hwDot1xAccessProfileName.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.64.1.1 |
hwDot1xAccessProfileName |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates the name of an 802.1X access profile. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.2 |
hwDot1xAccessProfileGuestAuthorServiceSchemeName |
OCTET STRING (SIZE (1..64)) |
read-create |
This object indicates the name of the service scheme based on which the device assigns network access rights to users when 802.1X clients do not respond. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.3 |
hwDot1xAccessProfileGuestAuthorUserGroupName |
OCTET STRING (SIZE (1..64)) |
read-create |
This object indicates the name of the UCL group based on which the device assigns network access rights to users when 802.1X clients do not respond. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.4 |
hwDot1xAccessProfileGuestAuthorVLAN |
Integer32 |
read-create |
This object indicates the VLAN based on which the device assigns network access rights to users when 802.1X clients do not respond. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.5 |
hwDot1xAccessProfileHandshakeSwitch |
INTEGER{true(1),false(2)} |
read-create |
This object indicates whether handshake with online 802.1X users is enabled.
The default value is 2. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.6 |
hwDot1xAccessProfileHandShakePktType |
INTEGER |
read-create |
This object indicates the type of 802.1X authentication handshake packets. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.7 |
hwDot1xAccessProfileHandshakeInterval |
Integer32 |
read-create |
This object indicates the interval at which the device handshakes with an 802.1X authentication user on a non-Eth-Trunk interface. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.8 |
hwDot1xAccessProfileIfEAPEnd |
INTEGER{true(1),false(2)} |
read-only |
This object indicates whether EAP termination authentication is enabled.
The default value is 2. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.9 |
hwDot1xAccessProfileEAPEndMethod |
INTEGER |
read-create |
This object indicates 802.1X authentication.
|
current |
1.3.6.1.4.1.2011.5.2.1.64.1.10 |
hwDot1xAccessProfileEAPNotifyPktEAPCode |
Integer32 |
read-create |
This object indicates the code number in EAP packets sent in response to user requests. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.11 |
hwDot1xAccessProfileEAPNotifyPktEAPType |
Integer32 |
read-create |
This object indicates the data type in EAP packets sent in response to user requests. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.12 |
hwDot1xAccessProfileReAuthenEnable |
INTEGER{true(1),false(2)} |
read-create |
This object indicates whether re-authentication of online 802.1X users is enabled.
The default value is 2. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.13 |
hwDot1xAccessProfileReauthenticationTimeout |
Integer32 |
read-create |
This object indicates the interval for re-authenticating online 802.1X authentication users. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.14 |
hwDot1xAccessProfileClientTimeout |
Integer32 |
read-create |
This object indicates the client authentication timeout timer. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.15 |
hwDot1xAccessProfileServerTimeout |
Integer32 |
read-create |
This object indicates the server authentication timeout timer. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.17 |
hwDot1xAccessProfileMaxRetryValue |
Integer32 |
read-create |
This object indicates the maximum number of times that an authentication request packet can be sent. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.18 |
hwDot1xAccessProfileSpeedLimitAuto |
INTEGER{true(1),false(2)} |
read-create |
This object indicates whether the function of dynamically adjusting the packet processing rate is enabled.
The default value is 2. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.19 |
hwDot1xAccessProfileTriggerPktType |
INTEGER |
read-create |
This object indicates the packet type that can trigger 802.1X authentication.
The default value is 0. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.20 |
hwDot1xAccessProfileUnicastTrigger |
INTEGER{true(1),false(2)} |
read-create |
This object indicates whether the function 802.1X authentication triggered by unicast packets is enabled.
The default value is 2. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.22 |
hwDot1xAccessProfileEthTrunkHandShakePeriod |
Integer32 |
read-create |
This object indicates the interval at which the device handshakes with an 802.1X authentication user on an Eth-Trunk. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.23 |
hwDot1xAccessProfileRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the row status. |
current |
1.3.6.1.4.1.2011.5.2.1.64.1.24 |
hwDot1xAccessProfileDot1xNoResponse |
INTEGER{true(1),false(2)} |
read-create |
This object indicates whether the function of not responding to the EAPoL-Start packets sent by clients when the AAA server is Down is enabled.
The default value is 2. |
current |
Creation Restriction
None
Modification Restriction
802.1X access profiles can only be modified or deleted but cannot be added.
Deletion Restriction
None
Access Restriction
None
hwMACAuthenAccessProfileTable
hwMACAuthenAccessProfileTable is used by the administrator to perform operations on a MAC access profile.
The index of this table is hwMACAuthenAccessProfileName.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
Status. |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.65.1.1 |
hwMACAuthenAccessProfileName |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates the name of a MAC access profile. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.2 |
hwMACAuthenAccessProfileReAuthenEnable |
INTEGER{true(1),false(2)} |
read-create |
This object indicates that MAC address re-authentication is enabled. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.3 |
hwMACAuthenAccessProfileReauthenticationTimeout |
Integer32 |
read-create |
This object indicates the MAC address re-authentication interval. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.5 |
hwMACAuthenAccessProfileUserNameFixedUserName |
OCTET STRING |
read-create |
This object indicates the fixed user name format for MAC address authentication. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.6 |
hwMACAuthenAccessProfileFixedPassword |
OCTET STRING |
read-create |
This object indicates the fixed password for MAC address authentication. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.7 |
hwMACAuthenAccessProfileMACAddressFormat |
INTEGER |
read-create |
This object indicates the MAC address format for MAC address authentication. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.8 |
hwMACAuthenAccessProfileMACAddressPassword |
OCTET STRING |
read-create |
This object indicates the MAC address password for MAC address authentication. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.11 |
hwMACAuthenAccessProfileTriggerPktType |
Integer32 |
read-create NOTE:
When the function
of triggering MAC address authentication through any packet is configured,
this object cannot be read or modified. |
This object indicates the packet type that can trigger MAC address authentication. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.12 |
hwMACAuthenAccessProfileTriggerDHCPOptionType |
INTEGER |
read-create |
This object indicates that the device sends DHCP option information to the authentication server when receiving DHCP packets that trigger MAC address authentication. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.13 |
hwMACAuthenAccessProfileDHCPRelaseOffline |
INTEGER{true(1),false(2)} |
read-create |
This object indicates that the device clears user entries when receiving DHCP release packets from MAC address authentication users. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.14 |
hwMACAuthenAccessProfileDHCPRenewReAuthen |
INTEGER{true(1),false(2)} |
read-create |
This object indicates that the device re-authenticates MAC address authentication users when receiving DHCP lease renewal packets from the users. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.15 |
hwMACAuthenAccessProfilePermitAuthenMAC |
OCTET STRING |
read-create |
This object indicates the MAC address allowed for MAC address authentication. Different MAC addresses are separated by ?. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.16 |
hwMACAuthenAccessProfilePermitAuthenMACMask |
OCTET STRING |
read-create |
This object indicates the MAC address mask allowed for MAC address authentication. Different masks are separated by ?. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.17 |
hwMACAuthenAccessProfileRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the row status. |
current |
1.3.6.1.4.1.2011.5.2.1.65.1.18 | hwMACAuthenAccessProfileAuthMethod | INTEGER | read-create |
This object indicates the authentication mode for MAC address authentication. |
current |
Creation Restriction
None
Modification Restriction
MAC access profiles can only be modified or deleter, but cannot be added.
Deletion Restriction
None
Access Restriction
None
hwPortalAccessProfileTable
hwPortalAccessProfileTable is used by the administrator to perform operations on a Portal access profile.
The index of this table is hwPortalAccessProfileName.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.66.1.1 |
hwPortalAccessProfileName |
OCTET STRING (SIZE (1..64)) |
read-only |
This object indicates the name of a Portal access profile. |
current |
1.3.6.1.4.1.2011.5.2.1.66.1.2 |
hwPortalAccessProfileDetectPeriod |
Integer32 |
read-create |
This object indicates the offline detection interval for Portal authentication users. The value is an integer that ranges from 0 or 30 to 7200, in seconds. |
current |
1.3.6.1.4.1.2011.5.2.1.66.1.3 |
hwPortalAccessProfilePortalServerDownServiceSchemeName |
OCTET STRING |
read-create |
This object indicates the name of the service scheme based on which the device assigns network access rights to users when the Portal server is Down. |
current |
1.3.6.1.4.1.2011.5.2.1.66.1.4 |
hwPortalAccessProfilePortalServerDownUserGroupName |
OCTET STRING |
read-create |
This object indicates the name of the UCL group based on which the device assigns network access rights to users when the Portal server is Down. |
current |
1.3.6.1.4.1.2011.5.2.1.66.1.5 |
hwPortalAccessProfilePortalServerUpReAuthen |
INTEGER{true(1),false(2)} |
read-create |
This object indicates that the device sets the status of users who fail to be authenticated to pre-connection when the Portal server changes from Down to Up. |
current |
1.3.6.1.4.1.2011.5.2.1.66.1.8 |
hwPortalAccessProfileAuthenNetWork |
OCTET STRING |
read-create |
This object indicates the source subnet for Portal authentication. When multiple network segments exist, different network segments are divided using ?. For example, 10.1.2.0?10.1.3.0?10.1.5.0. |
current |
1.3.6.1.4.1.2011.5.2.1.66.1.9 |
hwPortalAccessProfileAuthenNetWorkMask |
OCTET STRING |
read-create |
This object indicates the source subnet mask for Portal authentication. |
current |
1.3.6.1.4.1.2011.5.2.1.66.1.10 |
hwPortalAccessProfilePortalServerName |
OCTET STRING (SIZE (1..64)) |
read-create |
This object indicates the name of a Portal server template. |
current |
1.3.6.1.4.1.2011.5.2.1.66.1.11 |
hwPortalAccessProfilePortalAccessDirect |
INTEGER |
read-create |
This object indicates that the Portal authentication mode.
|
current |
1.3.6.1.4.1.2011.5.2.1.66.1.14 |
hwPortalAccessProfileRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This object indicates the row status. |
current |
Creation Restriction
None
Modification Restriction
Portal access profiles can only be modified or deleted but cannot be added.
Deletion Restriction
None
Access Restriction
None
userAuthenticationFreeRuleExtTable
userAuthenticationFreeRuleExtTable is used by the administrator to configure authentication-free rules.
The index of this table is userAuthenticationFreeRuleNumber.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.68.1.1 |
userAuthenticationFreeRuleNumber |
Integer32 |
read-only |
This object indicates the ID of an authentication-free rule. |
current |
1.3.6.1.4.1.2011.5.2.1.68.1.2 |
userAuthenticationFreeRuleSourceMode |
Integer32 |
read-only |
This object indicates the source mode in an authentication-free rule. |
current |
1.3.6.1.4.1.2011.5.2.1.68.1.3 |
userAuthenticationFreeRuleSourceVlan |
Integer32 |
read-only |
This object indicates the VLAN ID of source packets in an authentication-free rule. |
current |
1.3.6.1.4.1.2011.5.2.1.68.1.4 |
userAuthenticationFreeRuleSourceInterface |
OCTET STRING |
read-only |
This object indicates the interface of source packets in an authentication-free rule. |
current |
1.3.6.1.4.1.2011.5.2.1.68.1.5 |
userAuthenticationFreeRuleSourceIP |
OCTET STRING (SIZE (4)) |
read-only |
This object indicates the source IP address in an authentication-free rule. |
current |
1.3.6.1.4.1.2011.5.2.1.68.1.6 |
userAuthenticationFreeRuleSourceIPMask |
OCTET STRING (SIZE (4)) |
read-only |
This object indicates the source IP address mask in an authentication-free rule. |
current |
1.3.6.1.4.1.2011.5.2.1.68.1.7 |
userAuthenticationFreeRuleSourceMac |
OCTET STRING (SIZE (6)) |
read-only |
This object indicates the source MAC address in an authentication-free rule. |
current |
1.3.6.1.4.1.2011.5.2.1.68.1.8 |
userAuthenticationFreeRuleDestinationMode |
Integer32 |
read-only |
This object indicates the destination mode in an authentication-free rule. |
current |
1.3.6.1.4.1.2011.5.2.1.68.1.9 |
userAuthenticationFreeRuleDestinationIP |
OCTET STRING (SIZE (4)) |
read-only |
This object indicates the destination IP address in an authentication-free rule. |
current |
1.3.6.1.4.1.2011.5.2.1.68.1.10 |
userAuthenticationFreeRuleDestinationIPMask |
OCTET STRING (SIZE (4)) |
read-only |
This object indicates the destination IP address mask in an authentication-free rule. |
current |
1.3.6.1.4.1.2011.5.2.1.68.1.11 |
userAuthenticationFreeRuleDestinationProtocol |
INTEGER |
read-only |
This object indicates the destination protocol type in an authentication-free rule.
|
current |
1.3.6.1.4.1.2011.5.2.1.68.1.12 |
userAuthenticationFreeRuleDestinationPort |
Integer32 |
read-only |
This object indicates the destination port number in an authentication-free rule. NOTE:
The return value -1 is an invalid value. |
current |
1.3.6.1.4.1.2011.5.2.1.68.1.14 |
userAuthenticationFreeRuleExtRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-only |
This object indicates the status of an authentication-free rule expansion table. |
current |
Creation Restriction
None
Modification Restriction
None
Deletion Restriction
None
Access Restriction
None
hwReAuthenUserTable
This table describes re-authentication information of a MAC address user or 802.1X user who has a specified MAC address.
OID |
Object Name |
Syntax |
Implemented Specifications |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.73.1 |
hwReAuthenMacAddress |
OCTET STRING (SIZE (6)) |
read-write NOTE:
Currently, only write is supported. |
This object indicates the MAC address of a MAC user or 802.1X user who is re-authenticated. If the MAC address is XX:XX:XX:XX:XX:XX, enter it in the format # 0xXX 0xXX 0xXX 0xXX 0xXX 0xXX. |
current |
Creation Restriction
You can create entries in this table.
Modification Restriction
The entries in this table can be modified.
Deletion Restriction
The entries in this table can be deleted.
Access Restriction
Currently, only write is supported.
hwAccessUserNumberTable
This table displays information related to the number of access users.
OID |
Object Name |
Syntax |
Maximum Access |
Description |
INTEGER { enabled (1), disabled (2) } |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.1.74.1.1 |
hwAccessUserNumberDot1x |
Integer32 |
read-only |
This object indicates the number of 802.1X authentication users. |
current |
1.3.6.1.4.1.2011.5.2.1.74.1.2 |
hwAccessUserNumberMAC |
Integer32 |
read-only |
This object indicates the number of MAC authentication users. |
current |
1.3.6.1.4.1.2011.5.2.1.74.1.3 |
hwAccessUserNumberPortal |
Integer32 |
read-only |
This object indicates the number of Portal authentication users. |
current |
1.3.6.1.4.1.2011.5.2.1.74.1.4 |
hwAccessUserNumberPPP |
Integer32 |
read-only |
This object indicates the number of PPP authentication users. |
current |
1.3.6.1.4.1.2011.5.2.1.74.1.5 |
hwAccessUserNumberNone | Integer32 |
read-only |
This object indicates the number of pre-connection users. |
current |
1.3.6.1.4.1.2011.5.2.1.74.1.6 |
hwAccessUserNumberStatic |
Integer32 |
read-only |
This object indicates the number of static users. |
current |
1.3.6.1.4.1.2011.5.2.1.74.1.7 |
hwAccessUserNumberAdmin |
Integer32 |
read-only |
This object indicates the number of management users. |
current |
Creation Restriction
No entry can be created in this table.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
None.
hwWlanVlanPoolTable
This table is used to configure VLAN pools.
The index of this table is hwVlanPoolName.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.6.139.11.1.25.1.1 |
hwVlanPoolName |
OCTET STRING(1–31) |
not-accessible |
This object indicates the VLAN pool name. It is the index of the table. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.11.1.25.1.2 |
hwVlanPoolVlanlist |
OCTET STRING(1–640) |
read-write |
VLAN list in a VLAN pool. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.11.1.25.1.3 |
hwVlanPoolAssignMethod |
INTEGER{hash(1),even(2)} |
read-write |
VLAN assignment algorithm in a VLAN pool. The default value is 1. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.6.139.11.1.25.1.4 |
hwVlanPoolRowStatus |
RowStatus{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-write |
This object indicates the row status. createAndGo(4) and destroy(6) are mainly used. |
This object is implemented as defined in the corresponding MIB file. |
Creation Restriction
When creating entries, you must set hwVlanPoolName, hwVlanPoolRowStatus, and hwVlanPoolRowStatus to createAndGo(4).
Modification Restriction
The entries in this table can be modified.
Deletion Restriction
The entries in this table can be deleted.
Access Restriction
The entries in this table can be read without restriction.
Description of Alarm Objects
hwMacMovedQuietMaxUserAlarm
OID |
Object Name |
Binding Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.53 |
hwMacMovedQuietMaxUserAlarm |
|
The percentage of MAC address migration users in quiet state against the maximum number of users reaches the upper alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwMacMovedQuietUserClearAlarm
OID |
Object Name |
Binding Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.54 |
hwMacMovedQuietUserClearAlarm |
|
The percentage of MAC address migration users in quiet state against the maximum number of users decreases to be equal to or smaller than the lower alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwIpStaticUserMixedInsertAlarm
OID |
Object Name |
Binding Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.99 |
hwIpStaticUserMixedInsertAlarm |
|
An alarm is generated when the Eth-Trunk of IP static users contains member ports on different types of cards. |
This object is implemented as defined in the corresponding MIB files. |
hwNacUserClearAlarm
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.106 |
hwNacUserClearAlarm |
|
The percentage of successfully authenticated NAC users reached or falls below the lower alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwNacMaxUserAlarm
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.107 |
hwNacMaxUserAlarm |
|
The percentage of successfully authenticated NAC users reaches the upper alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwChangePasswordAlarm
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.112 |
hwChangePasswordAlarm |
|
This object indicates that the password of a local user is changed. |
This object is implemented as defined in the corresponding MIB files. |
hwPPPMaxUserAlarm
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.116 |
hwPPPMaxUserAlarm |
|
The number of PPP users reaches the upper alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwPPPMaxUserClearAlarm
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.117 |
hwPPPMaxUserClearAlarm |
|
The number of PPP users falls below the lower alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwMacQuietMaxUserAlarm
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.118 |
hwMacQuietMaxUserAlarm |
|
The number of MAC address migration users in quiet state reaches the upper alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwMacQuietUserClearAlarm
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.119 |
hwMacQuietUserClearAlarm |
|
The number of MAC address users in quiet state falls below the lower alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwQuietUserClearAlarm
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.120 |
hwQuietUserClearAlarm |
|
The number of 802.1X or Portal authentication users in quiet state falls below the lower alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwQuietUserMaxAlarm
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.121 |
hwQuietUserMaxAlarm |
|
The number of 802.1X or Portal authentication users in quiet state reaches the upper alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwQuietPortClearAlarm
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.122 |
hwQuietPortClearAlarm |
|
The number of authentication users in quiet state on an interface falls below the lower alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwQuietPortMaxAlarm
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.123 |
hwQuietPortMaxAlarm |
|
The number of authentication users in quiet state on an interface reaches the upper alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwMaxUclGroupIpNumAlarm
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.124 |
hwMaxUclGroupIpNumAlarm |
|
The number of UCL groups reaches the upper alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwMaxUclGroupIpNumClearAlarm
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.125 |
hwMaxUclGroupIpNumClearAlarm |
|
The number of UCL groups falls equal to or below the lower alarm threshold. |
This object is implemented as defined in the corresponding MIB files. |
hwIPGroupChannelUp
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.126 |
hwIPGroupChannelUp |
|
IP-Group channel state is Up. |
This object is implemented as defined in the corresponding MIB files. |
hwIPGroupChannelDown
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.127 |
hwIPGroupChannelDown |
|
IP-Group channel state is Down. |
This object is implemented as defined in the corresponding MIB files. |
hwHacaChannelUp
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.128 |
hwHacaChannelUp |
|
The HACA server channel goes Up. |
This object is implemented as defined in the corresponding MIB files. |
hwHacaChannelDown
OID |
Object Name |
Bound Variable |
Description |
Implemented Specifications |
---|---|---|---|---|
1.3.6.1.4.1.2011.5.2.2.2.0.129 |
hwHacaChannelDown |
|
The HACA server channel goes Down. |
This object is implemented as defined in the corresponding MIB files. |
Unsupported Objects
The functions corresponding to the following objects are not supported on the device. Do not use these MIB objects to maintain the device.
Object ID |
Object Name |
Table |
---|---|---|
1.3.6.1.4.1.2011.5.2.1.13.1.37 |
hwGlobalAuthEventAuthFailResponseFail |
hwAAASetting |
1.3.6.1.4.1.2011.5.2.1.13.1.38 |
hwGlobalAuthEventAuthFailVlan |
hwAAASetting |
1.3.6.1.4.1.2011.5.2.1.13.1.39 |
hwGlobalAuthEventAuthenServerDownResponseFail |
hwAAASetting |
1.3.6.1.4.1.2011.5.2.1.13.1.40 |
hwGlobalAuthEventAuthenServerDownVlan |
hwAAASetting |
1.3.6.1.4.1.2011.5.2.1.13.1.41 |
hwGlobalAuthEventClientNoResponseVlan |
hwAAASetting |
1.3.6.1.4.1.2011.5.2.1.13.1.42 |
hwGlobalAuthEventPreAuthVlan |
hwAAASetting |
1.3.6.1.4.1.2011.5.2.1.13.1.43 |
hwGlobalAuthEventAuthFailUserGroup |
hwAAASetting |
1.3.6.1.4.1.2011.5.2.1.13.1.44 |
hwGlobalAuthEventAuthenServerDownUserGroup |
hwAAASetting |
1.3.6.1.4.1.2011.5.2.1.13.1.45 |
hwGlobalAuthEventClientNoResponseUserGroup |
hwAAASetting |
1.3.6.1.4.1.2011.5.2.1.13.1.46 |
hwGlobalAuthEventPreAuthUserGroup |
hwAAASetting |
1.3.6.1.4.1.2011.5.2.1.1.1.4 |
hwAuthenFailPolicy |
hwAuthenSchemeTable |
1.3.6.1.4.1.2011.5.2.1.1.1.5 |
hwAuthenFailDomain |
hwAuthenSchemeTable |
1.3.6.1.4.1.2011.5.2.1.4.1.6 |
hwDomainAccessLimitNum |
hwDomainTable |
1.3.6.1.4.1.2011.5.2.1.4.1.7 |
hwDomainIfSrcRoute |
hwDomainTable |
1.3.6.1.4.1.2011.5.2.1.4.1.8 |
hwDomainNextHopIP |
hwDomainTable |
1.3.6.1.4.1.2011.5.2.1.4.1.9 |
hwDomainIdleCutTime |
hwDomainTable |
1.3.6.1.4.1.2011.5.2.1.4.1.10 |
hwDomainIdleCutFlow |
hwDomainTable |
1.3.6.1.4.1.2011.5.2.1.4.1.12 |
hwDomainType |
hwDomainTable |
1.3.6.1.4.1.2011.5.2.1.5.1.1 |
hwDomainPPPURL |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.3 |
hwPriority |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.4 |
hwWebServerURL |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.5 |
hwIPPoolOneName |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.6 |
hwIPPoolTwoName |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.7 |
hwIPPoolThreeName |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.9 |
hwTwoLevelAcctRadiusGroupName |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.10 |
hwVPDNGroupIndex |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.11 |
hwUclIndex |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.12 |
hwIfPPPoeURL |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.13 |
hwUclGroupName |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.15 |
hwVpdnGroupName |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.16 |
hwDomainVrf |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.17 |
hwDomainGre |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.18 |
hwDomainRenewIPTag |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.19 |
hwPortalURL |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.20 |
hwPortalServerIP |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.21 |
hwRedirectTimesLimit |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.22 |
hwDot1xTemplate |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.23 |
hwWebServerIP |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.24 |
hwWebServerMode |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.25 |
hwPoolWarningThreshold |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.27 |
hwServicePolicyName |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.28 |
hwCopsGroupSSGType |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.30 |
hwNtvUserProfileName |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.31 |
hwDomainQoSProfile |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.32 |
hwDomainZone |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.33 |
hwIfL2tpRadiusForce |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.34 |
hwDownPriority |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.35 |
hwPPPForceAuthtype |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.36 |
hwDnsIPAddress |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.37 |
hwAdminUserPriority |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.38 |
hwShapingTemplate |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.39 |
hwDomainDPIPolicyName |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.40 |
hwCopsGroupSIGType |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.41 |
hwCopsGroupCIPNType |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.43 |
hwPCReduceCir |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.44 |
hwValAcctType |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.45 |
hwValRadiusServer |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.46 |
hwValCopsServer |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.47 |
hwPCReducePir |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.48 |
hwDomainInboundL2tpQoSProfile |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.49 |
hwDomainOutboundL2tpQoSProfile |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.50 |
hwIfMulticastForward |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.51 |
hwMulticastVirtualSchedulRezCir |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.52 |
hwMulticastVirtualSchedulRezPir |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.53 |
hwMaxMulticastListNum |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.54 |
hwMultiProfile |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.5.1.55 |
hwDomainServiceType |
hwDomainExtTable |
1.3.6.1.4.1.2011.5.2.1.6.1.1 |
hwDomainAccessedNum |
hwDomainStatTable |
1.3.6.1.4.1.2011.5.2.1.6.1.2 |
hwDomainOnlineNum |
hwDomainStatTable |
1.3.6.1.4.1.2011.5.2.1.6.1.3 |
hwDomainOnlinePPPUser |
hwDomainStatTable |
1.3.6.1.4.1.2011.5.2.1.6.1.4 |
hwDomainFlowDnByte |
hwDomainStatTable |
1.3.6.1.4.1.2011.5.2.1.6.1.5 |
hwDomainFlowDnPkt |
hwDomainStatTable |
1.3.6.1.4.1.2011.5.2.1.6.1.6 |
hwDomainFlowUpByte |
hwDomainStatTable |
1.3.6.1.4.1.2011.5.2.1.6.1.7 |
hwDomainFlowUpPkt |
hwDomainStatTable |
1.3.6.1.4.1.2011.5.2.1.6.1.8 |
hwDomainIPTotalNum |
hwDomainStatTable |
1.3.6.1.4.1.2011.5.2.1.6.1.9 |
hwDomainIPUsedNum |
hwDomainStatTable |
1.3.6.1.4.1.2011.5.2.1.6.1.10 |
hwDomainIPConflictNum |
hwDomainStatTable |
1.3.6.1.4.1.2011.5.2.1.6.1.11 |
hwDomainIPExcludeNum |
hwDomainStatTable |
1.3.6.1.4.1.2011.5.2.1.6.1.12 |
hwDomainIPIdleNum |
hwDomainStatTable |
1.3.6.1.4.1.2011.5.2.1.6.1.13 |
hwDomainIPUsedPercent |
hwDomainStatTable |
1.3.6.1.4.1.2011.5.2.1.10.1.6 |
hwQosProfileName |
hwLocalUserTable |
1.3.6.1.4.1.2011.5.2.1.10.1.13 |
hwLocalUserIpAddress |
hwLocalUserTable |
1.3.6.1.4.1.2011.5.2.1.10.1.14 |
hwLocalUserVpnInstance |
hwLocalUserTable |
1.3.6.1.4.1.2011.5.2.1.10.1.16 |
hwLocalUserPasswordLifetimeMin |
hwLocalUserTable |
1.3.6.1.4.1.2011.5.2.1.10.1.17 |
hwLocalUserPasswordLifetimeMax |
hwLocalUserTable |
1.3.6.1.4.1.2011.5.2.1.11.1.3 |
hwLocalUserNoCallBackVerify |
hwLocalUserExtTable |
1.3.6.1.4.1.2011.5.2.1.11.1.4 |
hwLocalUserCallBackDialStr |
hwLocalUserExtTable |
1.3.6.1.4.1.2011.5.2.1.11.1.5 |
hwLocalUserBlockFailTimes |
hwLocalUserExtTable |
1.3.6.1.4.1.2011.5.2.1.11.1.6 |
hwLocalUserBlockInterval |
hwLocalUserExtTable |
1.3.6.1.4.1.2011.5.2.1.11.1.14 |
hwLocalUserRole |
hwLocalUserExtTable |
1.3.6.1.4.1.2011.5.2.1.13.1.1 |
hwRoamChar |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.2 |
hwGlobalControl |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.3 |
hwSystemRecord |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.4 |
hwOutboundRecord |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.5 |
hwCmdRecord |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.6 |
hwPPPUserOfflineStandardize |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.9 |
hwAccessSpeedNumber |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.10 |
hwAccessSpeedPeriod |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.11 |
hwRealmNameChar |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.12 |
hwRealmParseDirection |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.14 |
hwIPOXpassword |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.16 |
hwAccessDelayTransitionStep |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.17 |
hwAccessDelayTime |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.18 |
hwAccessDelayMinTime |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.19 |
hwParsePriority |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.20 |
hwRealmNameLocation |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.21 |
hwIPOXUsernameOption82 |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.22 |
hwIPOXUsernameIP |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.23 |
hwIPOXUsernameSysname |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.24 |
hwIPOXUsernameMAC |
Single object |
1.3.6.1.4.1.2011.5.2.1.13.1.25 |
hwDefaultUserName |
Single object |
1.3.6.1.4.1.2011.5.2.1.14.1.1 |
hwTotalOnlineNum |
hwAAAStat |
1.3.6.1.4.1.2011.5.2.1.14.1.2 |
hwTotalPPPoeOnlineNum |
hwAAAStat |
1.3.6.1.4.1.2011.5.2.1.14.1.3 |
hwTotalPPPoAOnlineNum |
hwAAAStat |
1.3.6.1.4.1.2011.5.2.1.14.1.4 |
hwTotalftpOnlineNum |
hwAAAStat |
1.3.6.1.4.1.2011.5.2.1.14.1.5 |
hwTotalsshOnlineNum |
hwAAAStat |
1.3.6.1.4.1.2011.5.2.1.14.1.6 |
hwTotaltelnetOnlineNum |
hwAAAStat |
1.3.6.1.4.1.2011.5.2.1.14.1.7 |
hwTotalVLANOnlineNum |
hwAAAStat |
1.3.6.1.4.1.2011.5.2.1.14.1.8 |
hwHistoricMaxOnlineNum |
hwAAAStat |
1.3.6.1.4.1.2011.5.2.1.14.1.9 |
hwResetHistoricMaxOnlineNum |
hwAAAStat |
1.3.6.1.4.1.2011.5.2.1.14.1.10 |
hwResetOfflineReasonStatistic |
hwAAAStat |
1.3.6.1.4.1.2011.5.2.1.14.1.11 |
hwResetOnlineFailReasonStatistic |
hwAAAStat |
1.3.6.1.4.1.2011.5.2.1.15.1.5 |
hwAccessPortType |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.6 |
hwAccessPriority |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.9 |
hwAccessSubSlotNo |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.10 |
hwAccessPortNo |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.12 |
hwAccessPVC |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.14 |
hwAccessAcctMethod |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.16 |
hwAccessVRF |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.18 |
hwAccessIfIdleCut |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.19 |
hwAccessIdleCutTime |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.20 |
hwAccessIdleCutFlow |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.21 |
hwAccessTimeLimit |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.22 |
hwAccessTotalFlow64Limit |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.27 |
hwAccessCARIfUpActive |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.31 |
hwAccessCARIfDnActive |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.53 |
hwAccessDownPriority |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.56 |
hwAccessQosProfile |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.58 |
hwAccessIPv6IFID |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.59 |
hwAccessIPv6WanAddress |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.60 |
hwAccessIPv6WanPrefix |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.61 |
hwAccessIPv6LanPrefix |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.62 |
hwAccessIPv6LanPrefixLen |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.63 |
hwAccessBasicIPType |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.64 |
hwAccessIPv6WaitDelay |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.65 |
hwAccessIPv6ManagedAddressFlag |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.66 |
hwAccessIPv6CPIFIDAvailable |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.67 |
hwAccessIPv6OtherFlag |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.68 |
hwAccessIPv6CPAssignIFID |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.69 |
hwAccessLineID |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.70 |
hwAccessIPv6UpFlow64 |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.71 |
hwAccessIPv6DnFlow64 |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.72 |
hwAccessIPv6UpPacket64 |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.15.1.73 |
hwAccessIPv6DnPacket64 |
hwAccessTable |
1.3.6.1.4.1.2011.5.2.1.16.1.2 |
hwAccessUCLGroup |
hwAccessExtTable |
1.3.6.1.4.1.2011.5.2.1.16.1.4 |
hwAuthenticationState |
hwAccessExtTable |
1.3.6.1.4.1.2011.5.2.1.16.1.5 |
hwAuthorizationState |
hwAccessExtTable |
1.3.6.1.4.1.2011.5.2.1.16.1.6 |
hwAccountingState |
hwAccessExtTable |
1.3.6.1.4.1.2011.5.2.1.16.1.7 |
hwAccessDomainName |
hwAccessExtTable |
1.3.6.1.4.1.2011.5.2.1.16.1.8 |
hwIdleTimeLength |
hwAccessExtTable |
1.3.6.1.4.1.2011.5.2.1.16.1.9 |
hwAcctSessionID |
hwAccessExtTable |
1.3.6.1.4.1.2011.5.2.1.16.1.10 |
hwAccessStartAcctTime |
hwAccessExtTable |
1.3.6.1.4.1.2011.5.2.1.16.1.11 |
hwAccessNormalServerGroup |
hwAccessExtTable |
1.3.6.1.4.1.2011.5.2.1.16.1.12 |
hwAccessDomainAcctCopySeverGroup |
hwAccessExtTable |
1.3.6.1.4.1.2011.5.2.1.16.1.13 |
hwAccessPVlanAcctCopyServerGroup |
hwAccessExtTable |
1.3.6.1.4.1.2011.5.2.1.16.1.15 |
hwAccessActionFlag |
hwAccessExtTable |
1.3.6.1.4.1.2011.5.2.1.19.1.4 |
hwStartFailOnlineIfSendInterim |
hwAcctSchemeExtTable |
1.3.6.1.4.1.2011.5.2.1.21 |
hwBillPoolTable |
Single object |
1.3.6.1.4.1.2011.5.2.1.21.1 |
hwBillsPoolVolume |
Single object |
1.3.6.1.4.1.2011.5.2.1.21.2 |
hwBillsPoolNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.21.3 |
hwBillsPoolAlarmThreshold |
Single object |
1.3.6.1.4.1.2011.5.2.1.21.4 |
hwBillsPoolBackupMode |
Single object |
1.3.6.1.4.1.2011.5.2.1.21.5 |
hwBillsPoolBackupInterval |
Single object |
1.3.6.1.4.1.2011.5.2.1.21.6 |
hwBillsPoolBackupNow |
Single object |
1.3.6.1.4.1.2011.5.2.1.21.7 |
hwBillsPoolReset |
Single object |
1.3.6.1.4.1.2011.5.2.1.22 |
hwBillTFTPTable |
Single object |
1.3.6.1.4.1.2011.5.2.1.22.1 |
hwBillsTFTPSrvIP |
Single object |
1.3.6.1.4.1.2011.5.2.1.22.2 |
hwBillsTFTPMainFileName |
Single object |
1.3.6.1.4.1.2011.5.2.1.25 |
hwUclGrpTable |
hwUclGrpTable |
1.3.6.1.4.1.2011.5.2.1.25.1.1 |
hwUclGrpName |
hwUclGrpTable |
1.3.6.1.4.1.2011.5.2.1.25.1.2 |
hwUclGrpRowStatus |
hwUclGrpTable |
1.3.6.1.4.1.2011.5.2.1.27 |
hwIPAccessTable |
hwIPAccessTable |
1.3.6.1.4.1.2011.5.2.1.27.1.1 |
hwIPAccessIPaddress |
hwIPAccessTable |
1.3.6.1.4.1.2011.5.2.1.27.1.2 |
hwIPAccessCID |
hwIPAccessTable |
1.3.6.1.4.1.2011.5.2.1.27.1.3 |
hwIPAccessVRF |
hwIPAccessTable |
1.3.6.1.4.1.2011.5.2.1.28.5 |
hwCutUserName |
Single object |
1.3.6.1.4.1.2011.5.2.1.28.6 |
hwCutUserAttri |
Single object |
1.3.6.1.4.1.2011.5.2.1.28.8 |
hwCutIPPoolName |
Single object |
1.3.6.1.4.1.2011.5.2.1.28.9 |
hwCutIfIndex |
Single object |
1.3.6.1.4.1.2011.5.2.1.28.10 |
hwCutVlanID |
Single object |
1.3.6.1.4.1.2011.5.2.1.28.11 |
hwCutVPI |
Single object |
1.3.6.1.4.1.2011.5.2.1.28.12 |
hwCutVCI |
Single object |
1.3.6.1.4.1.2011.5.2.1.28.13 |
hwCutVRF |
Single object |
1.3.6.1.4.1.2011.5.2.1.29 |
hwAAACallRate |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.1 |
hwAAAUserPPP |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.1.1 |
hwTotalConnectNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.1.2 |
hwTotalSuccessNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.1.3 |
hwTotalLCPFailNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.1.4 |
hwTotalAuthenFailNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.1.5 |
hwTotalNCPFailNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.1.6 |
hwTotalIPAllocFailNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.1.7 |
hwTotalOtherPPPFailNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.2 |
hwAAAUserWebandFast |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.2.1 |
hwTotalWebConnectNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.2.2 |
hwTotalSuccessWebConnectNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.3 |
hwAAAUserDot1X |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.3.1 |
hwTotalDot1XConnectNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.3.2 |
hwTotalSuccessDot1XConnectNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.4 |
hwAAAUserBind |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.4.1 |
hwTotalBindConnectNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.29.4.2 |
hwTotalSuccessBindConnectNum |
Single object |
1.3.6.1.4.1.2011.5.2.1.31 |
hwMACAccessTable |
table |
1.3.6.1.4.1.2011.5.2.1.31.1.1 |
hwMACAccessMACAddress |
hwMACAccessTable |
1.3.6.1.4.1.2011.5.2.1.31.1.2 |
hwMACAccessCID |
hwMACAccessTable |
1.3.6.1.4.1.2011.5.2.1.32 |
hwSlotConnectNumTable |
table |
1.3.6.1.4.1.2011.5.2.1.32.1.1 |
hwSlotConnectNumSlot |
hwSlotConnectNumTable |
1.3.6.1.4.1.2011.5.2.1.32.1.2 |
hwSlotConnectNumOnlineNum |
hwSlotConnectNumTable |
1.3.6.1.4.1.2011.5.2.1.35 |
hwMulticastListTable |
table |
1.3.6.1.4.1.2011.5.2.1.35.1.1 |
hwMulticastListIndex |
hwMulticastListTable |
1.3.6.1.4.1.2011.5.2.1.35.1.2 |
hwMulticastListName |
hwMulticastListTable |
1.3.6.1.4.1.2011.5.2.1.35.1.3 |
hwMulticastListSourceIp |
hwMulticastListTable |
1.3.6.1.4.1.2011.5.2.1.35.1.4 |
hwMulticastListSourceIpMask |
hwMulticastListTable |
1.3.6.1.4.1.2011.5.2.1.35.1.5 |
hwMulticastListGroupIp |
hwMulticastListTable |
1.3.6.1.4.1.2011.5.2.1.35.1.6 |
hwMulticastListGroupIpMask |
hwMulticastListTable |
1.3.6.1.4.1.2011.5.2.1.35.1.7 |
hwMulticastListVpnInstance |
hwMulticastListTable |
1.3.6.1.4.1.2011.5.2.1.35.1.8 |
hwMulticastListRowStatus |
hwMulticastListTable |
1.3.6.1.4.1.2011.5.2.1.36 |
hwMulticastProfileTable |
table |
1.3.6.1.4.1.2011.5.2.1.36.1.1 |
hwMulticastProfileIndex |
hwMulticastProfileTable |
1.3.6.1.4.1.2011.5.2.1.36.1.2 |
hwMulticastProfileName |
hwMulticastProfileTable |
1.3.6.1.4.1.2011.5.2.1.36.1.3 |
hwMulticastProfileRowStatus |
hwMulticastProfileTable |
1.3.6.1.4.1.2011.5.2.1.37 |
hwMulticastProfileExtTable |
table |
1.3.6.1.4.1.2011.5.2.1.37.1.1 |
hwMulticastListBindName |
hwMulticastProfileExtTable |
1.3.6.1.4.1.2011.5.2.1.37.1.2 |
hwMulticastProfileExtRowStatus |
hwMulticastProfileExtTable |
1.3.6.1.4.1.2011.5.2.1.38.1.11 |
hwServiceSchemeNextHopIp |
hwServiceSchemeTable |
1.3.6.1.4.1.2011.5.2.1.38.1.12 |
hwServiceSchemeUserPriority |
hwServiceSchemeTable |
1.3.6.1.4.1.2011.5.2.1.51.1.4 |
hwQoSProfileName |
hwUserGroupTable |
1.3.6.1.4.1.2011.5.2.1.51.1.5 |
hwInterIsolateFlag |
hwUserGroupTable |
1.3.6.1.4.1.2011.5.2.1.51.1.6 |
hwInnerIsolateFlag |
hwUserGroupTable |
1.3.6.1.4.1.2011.5.2.1.51.1.11 |
hwExpRemark |
hwUserGroupTable |
1.3.6.1.4.1.2011.5.2.1.51.1.12 |
hwLpRemark |
hwUserGroupTable |
1.3.6.1.4.1.2011.5.2.1.51.1.22 |
hwUserGroupUserVlanPool |
hwUserGroupTable |
1.3.6.1.4.1.2011.5.2.1.51.1.23 |
hwAcl6Id |
hwUserGroupTable |
1.3.6.1.4.1.2011.5.2.1.51.1.24 |
hwUserGroupPriority |
hwUserGroupTable |
1.3.6.1.4.1.2011.5.2.1.62.1.7 |
userAuthenProfilePreAuthenUserGroupName |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.10 |
userAuthenProfileAuthenFailAuthorUserGroupName |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.13 |
userAuthenProfileAuthenServerDownUserGroupName |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.17 |
userAuthenProfileMacAuthenFirst |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.36 |
userAuthenProfileAuthenSchemeName |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.37 |
userAuthenProfileAuthorSchemeName |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.38 |
userAuthenProfileAcctSchemeName |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.39 |
userAuthenProfileServiceSchemeName |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.40 |
userAuthenProfileUserGroupName |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.41 |
userAuthenProfileRadiusServerName |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.42 |
userAuthenProfileHwtacacsServerName |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.52 |
userAuthenProfileAccoutingStartAckPermitArp |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.53 |
userAuthenProfileWebDescription |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.54 |
userAuthenProfileIpTrigger |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.55 |
userAuthenProfileForcePushUrlTemplate |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.56 |
userAuthenProfileForcePushUrl |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.57 |
userAuthenProfileAccountingOfRoam |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.61 |
userAuthenProfileLdapServerName |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.62 |
userAuthenProfileAdServerName |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.62.1.65 |
userAuthenProfileHacaServerName |
userAuthenProfileTable |
1.3.6.1.4.1.2011.5.2.1.63.1.3 |
userAuthenticationFreeRuleIPv6ACLNumber |
userAuthenticationFreeRuleTable |
1.3.6.1.4.1.2011.5.2.1.64.1.16 |
hwDot1xAccessProfileTxPeriod |
hwDot1xAccessProfileTable |
1.3.6.1.4.1.2011.5.2.1.64.1.21 |
hwDot1xAccessProfileURL |
hwDot1xAccessProfileTable |
1.3.6.1.4.1.2011.5.2.1.65.1.4 |
hwMACAuthenAccessProfileServerTimeout |
hwMACAuthenAccessProfileTable |
1.3.6.1.4.1.2011.5.2.1.65.1.9 |
hwMACAuthenAccessProfileUserNameDHCPOption |
hwMACAuthenAccessProfileTable |
1.3.6.1.4.1.2011.5.2.1.65.1.10 |
hwMACAuthenAccessProfileUserNameDHCPOSubOption |
hwMACAuthenAccessProfileTable |
1.3.6.1.4.1.2011.5.2.1.66.1.6 |
hwPortalAccessProfileAlarmUserLowNum |
hwPortalAccessProfileTable |
1.3.6.1.4.1.2011.5.2.1.66.1.7 |
hwPortalAccessProfileAlarmUserHighNum |
hwPortalAccessProfileTable |
1.3.6.1.4.1.2011.5.2.1.66.1.16 |
hwPortalAccessProfileLocalServerAnonymousUrl |
hwPortalAccessProfileTable |
1.3.6.1.4.1.2011.5.2.1.66.1.19 |
hwPortalAccessProfileLocalServerAccessCode |
hwPortalAccessProfileTable |
1.3.6.1.4.1.2011.5.2.1.68.1.13 |
userAuthenticationFreeRuleDestinationUserGroup |
userAuthenticationFreeRuleExtTable |
1.3.6.1.4.1.2011.5.2.2 |
hwAAAMibTrap |
Single object |
1.3.6.1.4.1.2011.5.2.2.1 |
hwAAATrapOid |
Single object |
1.3.6.1.4.1.2011.5.2.2.1.1 |
hwDomainIndex |
Single object |
1.3.6.1.4.1.2011.5.2.2.1.2 |
hwHdFreeamount |
Single object |
1.3.6.1.4.1.2011.5.2.2.1.3 |
hwHdWarningThreshold |
Single object |
1.3.6.1.4.1.2011.5.2.2.1.4 |
hwUserSlot |
Single object |
1.3.6.1.4.1.2011.5.2.2.1.5 |
hwUserSlotMaxNumThreshold |
Single object |
1.3.6.1.4.1.2011.5.2.2.1.6 |
hwOnlineUserNumThreshold |
Single object |
1.3.6.1.4.1.2011.5.2.2.1.32 |
hwMacMovedQuietUserSpec |
Alarm object |
1.3.6.1.4.1.2011.5.2.2.1.33 |
hwMacMovedUserPercentage |
Alarm object |
1.3.6.1.4.1.2011.5.2.2.1.34 |
hwLowerMacMovedUserPercentage |
Alarm object |
1.3.6.1.4.1.2011.5.2.2.1.35 |
hwUpperMacMovedUserPercentage |
Alarm object |
1.3.6.1.4.1.2011.5.2.2.2 |
hwAAATrapsDefine |
Single object |
1.3.6.1.4.1.2011.5.2.2.2.0 |
hwAAATraps |
Single object |
1.3.6.1.4.1.2011.5.2.2.2.0.1 |
hwUserIPAllocAlarm |
Alarm object |
1.3.6.1.4.1.2011.5.2.2.2.0.2 |
hwUserSlotMaxNum |
Alarm object |
1.3.6.1.4.1.2011.5.2.2.2.0.3 |
hwOnlineUserNumAlarm |
Alarm object |
1.3.6.1.4.1.2011.5.2.2.2.0.4 |
hwSetUserQosProfileFail |
Alarm object |
1.3.6.1.4.1.2011.5.2.2.3 |
hwLAMTrapsDefine |
Single object |
1.3.6.1.4.1.2011.5.2.2.3.0 |
hwLAMTraps |
Single object |
1.3.6.1.4.1.2011.5.2.2.3.0.1 |
hwHarddiskoverflow |
Alarm object |
1.3.6.1.4.1.2011.5.2.2.3.0.2 |
hwHarddiskReachThreshold |
Alarm object |
1.3.6.1.4.1.2011.5.2.2.3.0.3 |
hwHarddiskOK |
Alarm object |
1.3.6.1.4.1.2011.5.2.2.3.0.4 |
hwCachetoFTPFail |
Alarm object |
1.3.6.1.4.1.2011.5.2.2.3.0.5 |
hwHDtoFTPFail |
Alarm object |
1.3.6.1.4.1.2011.5.2.5 |
hwAaaConformance |
Single object |
1.3.6.1.4.1.2011.5.2.5.1 |
hwAaaCompliances |
Single object |
1.3.6.1.4.1.2011.5.2.5.2 |
hwAaaObjectGroups |
Single object |
1.3.6.1.4.1.2011.5.2.1.56 |
hwWlanInterfaceTable |
hwWlanInterfaceTable |
1.3.6.1.4.1.2011.5.2.1.56.1 |
hwWlanInterfaceEntry |
hwWlanInterfaceTable |
1.3.6.1.4.1.2011.5.2.1.56.1.1 |
hwWlanInterfaceIndex |
hwWlanInterfaceTable |
1.3.6.1.4.1.2011.5.2.1.56.1.2 |
hwWlanInterfaceName |
hwWlanInterfaceTable |
1.3.6.1.4.1.2011.5.2.1.56.1.3 |
hwWlanInterfaceDomainNameDelimiter |
hwWlanInterfaceTable |
1.3.6.1.4.1.2011.5.2.1.56.1.4 |
hwWlanInterfaceDomainNameSecurityDelimiter |
hwWlanInterfaceTable |
1.3.6.1.4.1.2011.5.2.1.56.1.5 |
hwWlanInterfaceDomainNameParseDirection |
hwWlanInterfaceTable |
1.3.6.1.4.1.2011.5.2.1.56.1.6 |
hwWlanInterfaceDomainNameLocation |
hwWlanInterfaceTable |
1.3.6.1.4.1.2011.5.25.40.15.1.18 |
hwRadiusGlobalSettingTable |
hwRadiusGlobalSettingTable |
1.3.6.1.4.1.2011.5.2.1.66.1.17 |
hwPortalAccessProfileWebProxyEnable |
hwPortalAccessProfileTable |
1.3.6.1.4.1.2011.5.2.1.66.1.18 |
hwPortalAccessProfileWebProxyPort |
hwPortalAccessProfileTable |
1.3.6.1.4.1.2011.5.2.1.51.1.24 |
hwUserGroupPriority |
hwUserGroupTable |
1.3.6.1.4.1.2011.5.2.2.1.66 |
hwNACMaxUserSlot |
Single object |
1.3.6.1.4.1.2011.5.2.2.1.67 |
hwNACMaxUserNum |
Single object |
1.3.6.1.4.1.2011.5.2.2.1.68 |
hwNACMaxPercentage |
Single object |
1.3.6.1.4.1.2011.5.2.1.79 |
hwLocalEapServerTable |
hwLocalEapServerTable |
1.3.6.1.4.1.2011.5.2.1.79.1 |
hwLocalEapServerEntry |
hwLocalEapServerTable |
1.3.6.1.4.1.2011.5.2.1.79.1.1 |
hwEapSvrTemplateName |
hwLocalEapServerTable |
1.3.6.1.4.1.2011.5.2.1.79.1.2 |
hwEapAuthenMethod |
hwLocalEapServerTable |
1.3.6.1.4.1.2011.5.2.1.79.1.3 |
hwEapAuthenPhaseOneFlag |
hwLocalEapServerTable |
1.3.6.1.4.1.2011.5.2.1.79.1.4 |
hwEapAuthenLocalCertFormat |
hwLocalEapServerTable |
1.3.6.1.4.1.2011.5.2.1.79.1.5 |
hwEapAuthenLocalCertFileName |
hwLocalEapServerTable |
1.3.6.1.4.1.2011.5.2.1.79.1.6 |
hwEapAuthenCaCertFormat |
hwLocalEapServerTable |
1.3.6.1.4.1.2011.5.2.1.79.1.7 |
hwEapAuthenCaCertFileName |
hwLocalEapServerTable |
1.3.6.1.4.1.2011.5.2.1.79.1.8 |
hwEapAuthenPrivateKeyFormat |
hwLocalEapServerTable |
1.3.6.1.4.1.2011.5.2.1.79.1.9 |
hwEapAuthenPrivateKeyFileName |
hwLocalEapServerTable |
1.3.6.1.4.1.2011.5.2.1.79.1.10 |
hwEapAuthenPrivateKeyFilePsw |
hwLocalEapServerTable |
1.3.6.1.4.1.2011.5.2.1.79.1.11 |
hwLocalEapServerRowStatus |
hwLocalEapServerTable |
1.3.6.1.4.1.2011.5.2.1.80 |
hwLocalEapServerSetting |
hwLocalEapServerSetting |
1.3.6.1.4.1.2011.5.2.1.80.1 |
hwEapSvrTemplateNameEnabled |
hwLocalEapServerSetting |
- Functions Overview
- Relationships Between Tables
- Description of Single Objects
- Description of MIB Tables
- hwAuthenSchemeTable
- hwAcctSchemeTable
- hwAcctSchemeExtTable
- hwAAAOfflineRecordTable
- hwAAASetting
- hwAAAState
- hwDomainTable
- hwDomainExtTable
- hwAuthorSchemeTable
- hwLocalUserTable
- hwLocalUserExtTable
- hwRecordSchemeTable
- hwServiceSchemeTable
- hwUserGroupTable
- hwAccessTable
- hwAccessExtTable
- hwCutAccessUserTable
- hwAuthEventCfgTable
- hwAuthorCmdTable
- hwOfflineReasonStatTable
- hwLocalUserPwPolicyAdmin
- hwLocalUserPwPolicyAcc
- userAuthenProfileTable
- userAuthenticationFreeRuleTable
- hwDot1xAccessProfileTable
- hwMACAuthenAccessProfileTable
- hwPortalAccessProfileTable
- userAuthenticationFreeRuleExtTable
- hwReAuthenUserTable
- hwAccessUserNumberTable
- hwWlanVlanPoolTable
- Description of Alarm Objects
- hwMacMovedQuietMaxUserAlarm
- hwMacMovedQuietUserClearAlarm
- hwIpStaticUserMixedInsertAlarm
- hwNacUserClearAlarm
- hwNacMaxUserAlarm
- hwChangePasswordAlarm
- hwPPPMaxUserAlarm
- hwPPPMaxUserClearAlarm
- hwMacQuietMaxUserAlarm
- hwMacQuietUserClearAlarm
- hwQuietUserClearAlarm
- hwQuietUserMaxAlarm
- hwQuietPortClearAlarm
- hwQuietPortMaxAlarm
- hwMaxUclGroupIpNumAlarm
- hwMaxUclGroupIpNumClearAlarm
- hwIPGroupChannelUp
- hwIPGroupChannelDown
- hwHacaChannelUp
- hwHacaChannelDown
- Unsupported Objects