HUAWEI-DSLAM-AAA-MIB

File: HUAWEI-DSLAM-AAA-MIB.mib (66712 bytes)

Imported modules

HUAWEI-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

huaweiMgmt IpAddress Unsigned32
Counter64 OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE Integer32 DisplayString
RowStatus TruthValue MacAddress
DateAndTime

Defined Types

HwAuthenSchemeEntry  
SEQUENCE    
  hwAuthenSchemeName OCTET STRING
  hwAuthenMethod1 INTEGER
  hwAuthenRowStatus RowStatus
  hwAuthenFailPolicy INTEGER
  hwAuthenFailDomain OCTET STRING
  hwAuthenMethod2 INTEGER
  hwAuthenMethod3 INTEGER
  hwAuthenMethod4 INTEGER

HwAcctSchemeEntry  
SEQUENCE    
  hwAcctSchemeName OCTET STRING
  hwAccMethod INTEGER
  hwAcctStartFail INTEGER
  hwAcctOnlineFail INTEGER
  hwAccRealTimeInter Integer32
  hwAcctRowStatus RowStatus

HwDomainEntry  
SEQUENCE    
  hwDomainName OCTET STRING
  hwDomainAuthenSchemeName OCTET STRING
  hwDomainAcctSchemeName OCTET STRING
  hwDomainRadiusGroupName OCTET STRING
  hwDomainRowStatus RowStatus

HwDomainExtEntry  
SEQUENCE    
  hwDot1xTemplate Integer32
  hwAdminUserPriority Integer32

HwDomainStatEntry  
SEQUENCE    
  hwDomainAccessedNum Integer32
  hwDomainOnlineNum Integer32
  hwDomainOnlinePPPUser Integer32
  hwDomainFlowDnByte Counter64
  hwDomainFlowDnPkt Counter64
  hwDomainFlowUpByte Counter64
  hwDomainFlowUpPkt Counter64
  hwDomainIPTotalNum Integer32
  hwDomainIPUsedNum Integer32
  hwDomainIPConflictNum Integer32
  hwDomainIPExcludeNum Integer32
  hwDomainIPIdleNum Integer32

HwRadiusGroupEntry  
SEQUENCE    
  hwRadiusGroupName OCTET STRING
  hwRadiusServerKey OCTET STRING
  hwRadiusServerProtType INTEGER
  hwRadiusServerRetransmit Integer32
  hwRadiusServerTimeout Integer32
  hwRadiusGroupRowStatus RowStatus

HwLocalUserEntry  
SEQUENCE    
  hwLocalUserName OCTET STRING
  hwLocalUserPassword OCTET STRING
  hwLocalUserAccessType Integer32
  hwLocalUserPriority Integer32
  hwftpdirction OCTET STRING
  hwLocalUserRowStatus RowStatus

HwAccessEntry  
SEQUENCE    
  hwAccessIndex Integer32
  hwAccessUserName OCTET STRING
  hwAccessPortType INTEGER
  hwAccessPriority Integer32
  hwAccessSlotNo Integer32
  hwAccessSubSlotNo Integer32
  hwAccessPortNo Integer32
  hwAccessVLANID Integer32
  hwAccessPVC Integer32
  hwAccessAuthenMethod INTEGER
  hwAccessAcctMethod INTEGER
  hwAccessIPAddress IpAddress
  hwAccessMACAddress MacAddress
  hwAccessIfIdleCut TruthValue
  hwAccessIdleCutTime Integer32
  hwAccessIdleCutFlow Integer32
  hwAccessTimeLimit Integer32
  hwAccessTotalFlow64Limit Counter64
  hwAccessStartTime DateAndTime
  hwAccessCARIfUpActive TruthValue
  hwAccessCARUpPeakRate Unsigned32
  hwAccessCARUpAverageRate Unsigned32
  hwAccessCARIfDnActive TruthValue
  hwAccessCARDnPeakRate Unsigned32
  hwAccessCARDnAverageRate Unsigned32
  hwAccessUpFlow64 Counter64
  hwAccessDnFlow64 Counter64
  hwAccessUpPacket64 Counter64
  hwAccessDnPacket64 Counter64

HwAccessExtEntry  
SEQUENCE    
  hwAuthenticationState Integer32
  hwAccountingState Integer32
  hwAccessDomainName OCTET STRING
  hwIdleTimeLength Integer32
  hwAcctSessionID OCTET STRING
  hwAccessStartAcctTime DateAndTime
  hwAccessNormalServerGroup OCTET STRING
  hwAccessDomainAcctCopySeverGroup OCTET STRING
  hwAccessPVlanAcctCopyServerGroup OCTET STRING
  hwAccessCurAuthenPlace INTEGER
  hwAccessActionFlag INTEGER
  hwAccessAuthtype INTEGER
  hwAccessType INTEGER

HwAcctSchemeExtEntry  
SEQUENCE    
  hwIfRealtimeAcct TruthValue
  hwRealtimeFailMaxnum Integer32

HwRadiusGroupExtEntry  
SEQUENCE    
  hwRadiusPrimaryAuthServerIP IpAddress
  hwRadiusPrimaryAuthServerPort Integer32
  hwRadiusSecondaryAuthServerIP1 IpAddress
  hwRadiusSecondaryAuthServerPort1 Integer32
  hwRadiusPrimaryAcctServerIP IpAddress
  hwRadiusPrimaryAcctServerPort Integer32
  hwRadiusSecondaryAcctServerIP1 IpAddress
  hwRadiusSecondaryAcctServerPort1 Integer32
  hwRadiusPacketUnit INTEGER
  hwRadiusDomainInclude INTEGER

Defined Values

hwDslamAaa 1.3.6.1.4.1.2011.5.109
The MIB file is for management of AAA module on DSLAM. AAA, Authentication, Authorization and Accounting is a network security mechanism, which provides a framework for unified authentication, authorization and accounting configurations.
MODULE-IDENTITY    

hwAAAMibObjects 1.3.6.1.4.1.2011.5.109.1
OBJECT IDENTIFIER    

hwAuthenSchemeTable 1.3.6.1.4.1.2011.5.109.1.1
Authentication scheme table. It is used to configure authentication scheme. The index of this table is hwAuthenSchemeName.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwAuthenSchemeEntry

hwAuthenSchemeEntry 1.3.6.1.4.1.2011.5.109.1.1.1
Authentication scheme table. It is used to configure authentication scheme. The index of this entry is hwAuthenSchemeName.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwAuthenSchemeEntry  

hwAuthenSchemeName 1.3.6.1.4.1.2011.5.109.1.1.1.1
The index of the hwAuthenSchemeTable. This object indicates authentication scheme name.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hwAuthenMethod1 1.3.6.1.4.1.2011.5.109.1.1.1.2
The first priority of authentication mode. Options: 1. local(1) -Indicates that the system authenticates users through the local mode. 2. radius(2) -Indicates that the system authenticates users through the RADIUS protocol. 3. tacacs(3) -Indicates that the system authenticates users through the HWTACACS protocol.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER local(1), radius(2), tacacs(3)  

hwAuthenRowStatus 1.3.6.1.4.1.2011.5.109.1.1.1.3
Row admin status, only support CreateAndGo(4),Destory(6),Active(1). Options: 1. active(1) -indicates query operation 2. createAndGo(4) -indicates creating operation 3. destroy(6) -indicates deleting operation
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwAuthenFailPolicy 1.3.6.1.4.1.2011.5.109.1.1.1.4
Authentication fail policy, it's not supported. Options: 1. online(1) -indicates that the user is online when the authorization fails. 2. offline(2) -indicates that the user is offline when the authorization fails.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER online(1), offline(2)  

hwAuthenFailDomain 1.3.6.1.4.1.2011.5.109.1.1.1.5
Authentication fail domain, it's not supported.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

hwAuthenMethod2 1.3.6.1.4.1.2011.5.109.1.1.1.6
The second priority of authentication mode. Options: 1. local(1) -Indicates that the system authenticates users through the local mode. 2. radius(2) -Indicates that the system authenticates users through the RADIUS protocol. 3. tacacs(3) -Indicates that the system authenticates users through the HWTACACS protocol. 4. none(4) -Indicates that authentication is not required. 5. notconfiged(6) -Indicates that authentication is not configured.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER local(1), radius(2), tacacs(3), none(4), notconfiged(6)  

hwAuthenMethod3 1.3.6.1.4.1.2011.5.109.1.1.1.7
The third priority of authentication mode. Options: 1. local(1) -Indicates that the system authenticates users through the local mode. 2. radius(2) -Indicates that the system authenticates users through the RADIUS protocol. 3. tacacs(3) -Indicates that the system authenticates users through the HWTACACS protocol. 4. none(4) -Indicates that authentication is not required. 5. notconfiged(6) -Indicates that authentication is not configured.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER local(1), radius(2), tacacs(3), none(4), notconfiged(6)  

hwAuthenMethod4 1.3.6.1.4.1.2011.5.109.1.1.1.8
The fourth priority of authentication mode. Options: 1. local(1) -Indicates that the system authenticates users through the local mode. 2. radius(2) -Indicates that the system authenticates users through the RADIUS protocol. 3. tacacs(3) -Indicates that the system authenticates users through the HWTACACS protocol. 4. none(4) -Indicates that authentication is not required. 5. notconfiged(6) -Indicates that authentication is not configured.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER local(1), radius(2), tacacs(3), none(4), notconfiged(6)  

hwAcctSchemeTable 1.3.6.1.4.1.2011.5.109.1.2
Account scheme table. The index of this table is hwAcctSchemeName.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwAcctSchemeEntry

hwAcctSchemeEntry 1.3.6.1.4.1.2011.5.109.1.2.1
Account scheme table. The index of this entry is hwAcctSchemeName.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwAcctSchemeEntry  

hwAcctSchemeName 1.3.6.1.4.1.2011.5.109.1.2.1.1
Account scheme name, The index of the hwAcctSchemeTable, This object indicates accounting scheme name.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hwAccMethod 1.3.6.1.4.1.2011.5.109.1.2.1.2
Accounting scheme mode. Options: 1. noacct(2) -Indicates that the accounting is not implemented. In such a case, accounting is not implemented for users. 2. radius(3) -Uses the RADIUS protocol to implement the accounting for users. 3. hwtacacs(5) -Uses the HWTACACS protocol to implement the accounting for users.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noacct(2), radius(3), hwtacacs(5)  

hwAcctStartFail 1.3.6.1.4.1.2011.5.109.1.2.1.3
The scheme would be used when accounting scheme starts failed. Options: 1. none(1) -ignoring the failure. 2. offline(2) -forcing the user offline. 3. radiusNone(3) -This value is not supported. 4. radiusOfflline(4) -This value is not supported. 5. localnone(5) -This value is not supported. 6. localOffline(6) -This value is not supported. It's not supported.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), offline(2), radiusNone(3), radiusOfflline(4), localnone(5), localOffline(6)  

hwAcctOnlineFail 1.3.6.1.4.1.2011.5.109.1.2.1.4
The scheme would be used when accounting realtime starts failed. Options: 1. none(1) -ignoring the failure. 2. offline(2) -forcing the user offline. 3. radiusNone(3) -This value is not supported. 4. radiusOfflline(4) -This value is not supported. 5. localnone(5) -This value is not supported. 6. localOffline(6) -This value is not supported. It's not supported.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), offline(2), radiusNone(3), radiusOfflline(4), localnone(5), localOffline(6)  

hwAccRealTimeInter 1.3.6.1.4.1.2011.5.109.1.2.1.5
The interval of realtime account.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwAcctRowStatus 1.3.6.1.4.1.2011.5.109.1.2.1.6
Row admin status, only support CreateAndGo(4),Destory(6),Active(1). Options: 1. active(1) -indicates query operation. 2. createAndGo(4) -indicates creating operation. 3. destroy(6) -indicates deleting operation.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwDomainTable 1.3.6.1.4.1.2011.5.109.1.4
It is used to configure the domain which belongs to users. Base on a domain, every ISP can use different authentication-scheme, accounting-scheme, and so on. The index of this table is hwDomainName.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwDomainEntry

hwDomainEntry 1.3.6.1.4.1.2011.5.109.1.4.1
It is used to configure the domain which belongs to users. Base on a domain, every ISP can use different authentication-scheme, accounting-scheme, and so on. The index of this entry is hwDomainName.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwDomainEntry  

hwDomainName 1.3.6.1.4.1.2011.5.109.1.4.1.1
The index of the table, indicates the name of Domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..20)  

hwDomainAuthenSchemeName 1.3.6.1.4.1.2011.5.109.1.4.1.2
The name of authentication scheme.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hwDomainAcctSchemeName 1.3.6.1.4.1.2011.5.109.1.4.1.3
The name of accounting Scheme.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hwDomainRadiusGroupName 1.3.6.1.4.1.2011.5.109.1.4.1.4
Group name of hwRadiusGroupTable table.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hwDomainRowStatus 1.3.6.1.4.1.2011.5.109.1.4.1.11
Row admin status, only support CreateAndGo(4),Destory(6),Active(1). Options: 1. active(1) -indicates query operation 2. createAndGo(4) -indicates creating operation 3. destroy(6) -indicates deleting operation
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwDomainExtTable 1.3.6.1.4.1.2011.5.109.1.5
The domain extend table which is an extended table of hwDomainTable contains some new server properties haven't any standard. The index of this table is hwDomainName.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwDomainExtEntry

hwDomainExtEntry 1.3.6.1.4.1.2011.5.109.1.5.1
The domain extend table which is an extended table of hwDomainTable contains some new server properties haven't any standard. The index of this entry is hwDomainName.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwDomainExtEntry  

hwDot1xTemplate 1.3.6.1.4.1.2011.5.109.1.5.1.22
The 802.1x template of the domain, this node is not supported by MXU products.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..256  

hwAdminUserPriority 1.3.6.1.4.1.2011.5.109.1.5.1.36
Priority of admin user, this node is not supported
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..3  

hwDomainStatTable 1.3.6.1.4.1.2011.5.109.1.6
Domain statistic table. The index of this table is hwDomainName.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwDomainStatEntry

hwDomainStatEntry 1.3.6.1.4.1.2011.5.109.1.6.1
Domain statistic table. The index of this entry is hwDomainName.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwDomainStatEntry  

hwDomainAccessedNum 1.3.6.1.4.1.2011.5.109.1.6.1.1
Accessed Number
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwDomainOnlineNum 1.3.6.1.4.1.2011.5.109.1.6.1.2
Online number
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwDomainOnlinePPPUser 1.3.6.1.4.1.2011.5.109.1.6.1.3
Online PPP user number
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwDomainFlowDnByte 1.3.6.1.4.1.2011.5.109.1.6.1.4
The byte number of a flow on down direction.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwDomainFlowDnPkt 1.3.6.1.4.1.2011.5.109.1.6.1.5
The packet number of flow on down direction.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwDomainFlowUpByte 1.3.6.1.4.1.2011.5.109.1.6.1.6
The byte number of flow on up direction.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwDomainFlowUpPkt 1.3.6.1.4.1.2011.5.109.1.6.1.7
The packet number of flow on up direction.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwDomainIPTotalNum 1.3.6.1.4.1.2011.5.109.1.6.1.8
Total IP addresses number configured in this domain.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwDomainIPUsedNum 1.3.6.1.4.1.2011.5.109.1.6.1.9
Used IP addresses number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwDomainIPConflictNum 1.3.6.1.4.1.2011.5.109.1.6.1.10
Conflicted IP addresses number in this domain.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwDomainIPExcludeNum 1.3.6.1.4.1.2011.5.109.1.6.1.11
Excluded IP addresses number in this domain.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwDomainIPIdleNum 1.3.6.1.4.1.2011.5.109.1.6.1.12
Idle IP addresses number in this domain.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwRadiusGroupTable 1.3.6.1.4.1.2011.5.109.1.7
The radius group table which contains some public information of radius group is used to configure property of radius group. The index of this table is hwRadiusGroupName.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwRadiusGroupEntry

hwRadiusGroupEntry 1.3.6.1.4.1.2011.5.109.1.7.1
The radius group table which contains some public information of radius group is used to configure property of radius group. The index of this entry is hwRadiusGroupName.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwRadiusGroupEntry  

hwRadiusGroupName 1.3.6.1.4.1.2011.5.109.1.7.1.1
The index of the table, indicates the name of radius group.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hwRadiusServerKey 1.3.6.1.4.1.2011.5.109.1.7.1.2
The secret key shared between radius servers.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..16)  

hwRadiusServerProtType 1.3.6.1.4.1.2011.5.109.1.7.1.4
This leaf node is not supported. Options: 1. radius(1) -indicates the standard RADIUS protocol 2. radiusPlus10(2) -indicates the RADIUS+1.0 version 3. radiusPlus11(3) -indicates the RADIUS+1.1 version
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER radius(1), radiusPlus10(2), radiusPlus11(3)  

hwRadiusServerRetransmit 1.3.6.1.4.1.2011.5.109.1.7.1.5
The max number of radius packet retransmit.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwRadiusServerTimeout 1.3.6.1.4.1.2011.5.109.1.7.1.6
Radius packet retransmit interval
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwRadiusGroupRowStatus 1.3.6.1.4.1.2011.5.109.1.7.1.7
Row admin status, only support CreateAndGo(4),Destory(6),Active(1). Options: 1. active(1) -indicates query operation 2. createAndGo(4) -indicates creating operation 3. destroy(6) -indicates deleting operation
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwLocalUserTable 1.3.6.1.4.1.2011.5.109.1.10
Local user table. This table is used to configure local user information. The index of this table is hwLocalUserName.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwLocalUserEntry

hwLocalUserEntry 1.3.6.1.4.1.2011.5.109.1.10.1
Local user table. This table is used to configure local user information. The index of this entry is hwLocalUserName.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwLocalUserEntry  

hwLocalUserName 1.3.6.1.4.1.2011.5.109.1.10.1.1
Local user name
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..65)  

hwLocalUserPassword 1.3.6.1.4.1.2011.5.109.1.10.1.2
local user's password
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

hwLocalUserAccessType 1.3.6.1.4.1.2011.5.109.1.10.1.3
Local user's type.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwLocalUserPriority 1.3.6.1.4.1.2011.5.109.1.10.1.4
Local user's priority.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..4  

hwftpdirction 1.3.6.1.4.1.2011.5.109.1.10.1.5
ftp directory.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

hwLocalUserRowStatus 1.3.6.1.4.1.2011.5.109.1.10.1.12
Row admin status, only support CreateAndGo(4),Destory(6),Active(1). Options: 1. active(1) -indicates query operation 2. createAndGo(4) -indicates creating operation 3. destroy(6) -indicates deleting operation
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwAccessTable 1.3.6.1.4.1.2011.5.109.1.15
Access user table. The access table is used to query the property of online users. Notice: Read operation is not allowed for all the items in this table. 1. The index of hwAccessTable also uses hwAccessIndex, get operation only supports the standard get operation with hwAccessIndex as its index. 2. To prevent too much interaction, getnext operation does use the standard operation that uses hwAccessIndex as its index. The index of this table is hwAccessIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwAccessEntry

hwAccessEntry 1.3.6.1.4.1.2011.5.109.1.15.1
Access user table. The access table is used to query the property of online users. Notice: Read operation is not allowed for all the items in this table. 1. The index of hwAccessTable also uses hwAccessIndex, get operation only supports the standard get operation with hwAccessIndex as its index. 2. To prevent too much interaction, getnext operation does use the standard operation that uses hwAccessIndex as its index. The index of this entry is hwAccessIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwAccessEntry  

hwAccessIndex 1.3.6.1.4.1.2011.5.109.1.15.1.1
unqualified index
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hwAccessUserName 1.3.6.1.4.1.2011.5.109.1.15.1.3
access user name
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..129)  

hwAccessPortType 1.3.6.1.4.1.2011.5.109.1.15.1.5
access port type Options: 1. all(1) -all access types allowed 2. ppp(2) -PPP access 3. vlan(3) -This value is not supported 4. vlanweb(4) -Web access 5. vlanportal(5) -This value is not supported 6. vlan8021x(6) -802.1X access 7. telnet(7) -Telnet access 8. ftp(8) -FTP access 9. ssh(9) -SSH access 10.igmp(10) -IGMP access
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER all(1), ppp(2), vlan(3), vlanweb(4), vlanportal(5), vlan8021x(6), telnet(7), ftp(8), ssh(9), igmp(10)  

hwAccessPriority 1.3.6.1.4.1.2011.5.109.1.15.1.6
access pri
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..15 | 255  

hwAccessSlotNo 1.3.6.1.4.1.2011.5.109.1.15.1.8
slot No
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwAccessSubSlotNo 1.3.6.1.4.1.2011.5.109.1.15.1.9
subslot No
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwAccessPortNo 1.3.6.1.4.1.2011.5.109.1.15.1.10
port No
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwAccessVLANID 1.3.6.1.4.1.2011.5.109.1.15.1.11
vlanid
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwAccessPVC 1.3.6.1.4.1.2011.5.109.1.15.1.12
vpi vpc
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwAccessAuthenMethod 1.3.6.1.4.1.2011.5.109.1.15.1.13
Authentication method. Options: 1. local(1) -local authentication 2. noauth(2) -none authentication 3. radius(3) -RADIUS authentication (default) 4. localRadius(4) -local authentication, and then RADIUS authentication if local authentication fails 5. radiusLocal(5) -RADIUS authentication, and then local authentication if RADIUS authentication fails 6. radiusNoauth(6) -RADIUS authentication, and then no authentication if RADIUS authentication fails
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER local(1), noauth(2), radius(3), localRadius(4), radiusLocal(5), radiusNoauth(6)  

hwAccessAcctMethod 1.3.6.1.4.1.2011.5.109.1.15.1.14
Account method. Options: 1. local(1) -local accounting 2. radius(2) -RADIUS accounting 3. none(3) -no accounting 4. both(4) -local and RADIUS accounting
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER local(1), radius(2), none(3), both(4)  

hwAccessIPAddress 1.3.6.1.4.1.2011.5.109.1.15.1.15
IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hwAccessMACAddress 1.3.6.1.4.1.2011.5.109.1.15.1.17
The MAC address of access user.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hwAccessIfIdleCut 1.3.6.1.4.1.2011.5.109.1.15.1.18
if idle cut.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hwAccessIdleCutTime 1.3.6.1.4.1.2011.5.109.1.15.1.19
idle cut time.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwAccessIdleCutFlow 1.3.6.1.4.1.2011.5.109.1.15.1.20
idle cut flow.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwAccessTimeLimit 1.3.6.1.4.1.2011.5.109.1.15.1.21
session time
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwAccessTotalFlow64Limit 1.3.6.1.4.1.2011.5.109.1.15.1.22
remain flow(64bit)
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwAccessStartTime 1.3.6.1.4.1.2011.5.109.1.15.1.25
start time
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

hwAccessCARIfUpActive 1.3.6.1.4.1.2011.5.109.1.15.1.27
up flow's control
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hwAccessCARUpPeakRate 1.3.6.1.4.1.2011.5.109.1.15.1.28
up peek rate(Kbps)
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 64..1048576 | 4294967295  

hwAccessCARUpAverageRate 1.3.6.1.4.1.2011.5.109.1.15.1.29
up average rate(Kbps)
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 64..1048576 | 4294967295  

hwAccessCARIfDnActive 1.3.6.1.4.1.2011.5.109.1.15.1.31
down flow's control
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hwAccessCARDnPeakRate 1.3.6.1.4.1.2011.5.109.1.15.1.32
down peek rate(Kbps)
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 64..1048576 | 4294967295  

hwAccessCARDnAverageRate 1.3.6.1.4.1.2011.5.109.1.15.1.33
down average rate(Kbps)
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 64..1048576 | 4294967295  

hwAccessUpFlow64 1.3.6.1.4.1.2011.5.109.1.15.1.36
up flow(64Byte)
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwAccessDnFlow64 1.3.6.1.4.1.2011.5.109.1.15.1.37
down flow(64Byte)
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwAccessUpPacket64 1.3.6.1.4.1.2011.5.109.1.15.1.38
up packet
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwAccessDnPacket64 1.3.6.1.4.1.2011.5.109.1.15.1.39
down packet
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwAccessExtTable 1.3.6.1.4.1.2011.5.109.1.16
Access user extended table. The index of this table is hwAccessIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwAccessExtEntry

hwAccessExtEntry 1.3.6.1.4.1.2011.5.109.1.16.1
Access user extended table. The index of this entry is hwAccessIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwAccessExtEntry  

hwAuthenticationState 1.3.6.1.4.1.2011.5.109.1.16.1.4
Authentication state machine state
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4  

hwAccountingState 1.3.6.1.4.1.2011.5.109.1.16.1.6
accounting state machine state
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..7  

hwAccessDomainName 1.3.6.1.4.1.2011.5.109.1.16.1.7
the domain of the access
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

hwIdleTimeLength 1.3.6.1.4.1.2011.5.109.1.16.1.8
idle-cut time
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..120  

hwAcctSessionID 1.3.6.1.4.1.2011.5.109.1.16.1.9
AcctSessionID
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..44)  

hwAccessStartAcctTime 1.3.6.1.4.1.2011.5.109.1.16.1.10
StartAcctTime
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

hwAccessNormalServerGroup 1.3.6.1.4.1.2011.5.109.1.16.1.11
AccessNormalServerGroup
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hwAccessDomainAcctCopySeverGroup 1.3.6.1.4.1.2011.5.109.1.16.1.12
AccessNormalServerGroup
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hwAccessPVlanAcctCopyServerGroup 1.3.6.1.4.1.2011.5.109.1.16.1.13
AccessNormalServerGroup
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hwAccessCurAuthenPlace 1.3.6.1.4.1.2011.5.109.1.16.1.14
AccessCurAuthenPlace. Options: 1. none(0) -none authentication 2. local(1) -local authentication 3. remote(2) -remote authentication
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), local(1), remote(2)  

hwAccessActionFlag 1.3.6.1.4.1.2011.5.109.1.16.1.15
AccessActionFlag. Options: 1. idle(0) -idle 2. newuserauth(1) -new user authentication 3. reauth(2) -reauthentication 4. login(3) -login 5. logout(4) -logout 6. authmodify(5) -authorization modify 7. offline(6) -user leaving
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), newuserauth(1), reauth(2), login(3), logout(4), authmodify(5), offline(6)  

hwAccessAuthtype 1.3.6.1.4.1.2011.5.109.1.16.1.16
Access user type. Options: 1. none(0) -all access types 2. ppp(1) -PPP access 3. dot1x(2) -802.1X access 4. web(3) -Web access 5. bind(4) -binding access 6. fast(5) -fast access 7. wlan(6) -wlan access 8. admin(7) -admin access
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), ppp(1), dot1x(2), web(3), bind(4), fast(5), wlan(6), admin(7)  

hwAccessType 1.3.6.1.4.1.2011.5.109.1.16.1.17
Access user type. Options: 1. telnet(1) -Telnet access 2. terminal(2) -terminal access 3. ssh(3) -SSH access 4. ftp(4) -FTP access 5. x25pad(5) -x25-PAD access 6. ppp(6) -PPP access 7. pppoe(7) -PPPOE access 8. pppoeovlan(8) -pppoeovlan access 9. pppoa(9) -pppoa access 10. pppoeoa(10) -pppoeoa access 11. pppolns(11) -pppolns access 12. ordinaryvlan(12) -ordinary vlanaccess 13. eap(13) -eap access 14. pnp(14) -pnp access 15. ip(15) -ip access 16. staticvlan(16) -staticvlan access 17. layer2leasedline(17) -layer2leasedline access 18. layer2leasedlineuser(18) -layer2leasedlineuser access 19. layer3leasedline(19) -layer3leasedline access 20. pppoeleasedline(20) -pppoeleasedline access 21. nmsleasedline(21) -nmsleasedline( access 22. proxyleasedline(22) -proxyleasedline access 23. relayleasedline(23) -relayleasedline access 24. e1pos(24) -e1pos access
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER telnet(1), terminal(2), ssh(3), ftp(4), x25pad(5), ppp(6), pppoe(7), pppoeovlan(8), pppoa(9), pppoeoa(10), pppolns(11), ordinaryvlan(12), eap(13), pnp(14), ip(15), staticvlan(16), layer2leasedline(17), layer2leasedlineuser(18), layer3leasedline(19), pppoeleasedline(20), nmsleasedline(21), proxyleasedline(22), relayleasedline(23), e1pos(24)  

hwAcctSchemeExtTable 1.3.6.1.4.1.2011.5.109.1.19
Access scheme extend table. The index of this table is hwAcctSchemeName.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwAcctSchemeExtEntry

hwAcctSchemeExtEntry 1.3.6.1.4.1.2011.5.109.1.19.1
Access scheme extend table. The index of this entry is hwAcctSchemeName.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwAcctSchemeExtEntry  

hwIfRealtimeAcct 1.3.6.1.4.1.2011.5.109.1.19.1.1
if need realtime account
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hwRealtimeFailMaxnum 1.3.6.1.4.1.2011.5.109.1.19.1.2
The permit time of realtime account failure
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

hwRadiusGroupExtTable 1.3.6.1.4.1.2011.5.109.1.20
The radius group configure table which is an extended table of hwRadiusGroupTable is used to configure some extended parameters on radius group. The index of this table is hwRadiusGroupName.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwRadiusGroupExtEntry

hwRadiusGroupExtEntry 1.3.6.1.4.1.2011.5.109.1.20.1
The radius group configure table which is an extended table of hwRadiusGroupTable is used to configure some extended parameters on radius group. The index of this entry is hwRadiusGroupName.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwRadiusGroupExtEntry  

hwRadiusPrimaryAuthServerIP 1.3.6.1.4.1.2011.5.109.1.20.1.1
The ip address of primary radius authentication server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hwRadiusPrimaryAuthServerPort 1.3.6.1.4.1.2011.5.109.1.20.1.2
The UDP port of primary radius authentication server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

hwRadiusSecondaryAuthServerIP1 1.3.6.1.4.1.2011.5.109.1.20.1.3
The ip address of secondary radius authentication server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hwRadiusSecondaryAuthServerPort1 1.3.6.1.4.1.2011.5.109.1.20.1.4
The UDP port of secondary radius authentication server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

hwRadiusPrimaryAcctServerIP 1.3.6.1.4.1.2011.5.109.1.20.1.17
The ip address of primary radius accounting server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hwRadiusPrimaryAcctServerPort 1.3.6.1.4.1.2011.5.109.1.20.1.18
The UDP port of primary radius accounting server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

hwRadiusSecondaryAcctServerIP1 1.3.6.1.4.1.2011.5.109.1.20.1.19
The ip address of secondary radius accounting server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hwRadiusSecondaryAcctServerPort1 1.3.6.1.4.1.2011.5.109.1.20.1.20
The UDP port of secondary radius accounting server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

hwRadiusPacketUnit 1.3.6.1.4.1.2011.5.109.1.20.1.35
The data unit of the flow info in the radius accounting packet. Options: 1. byte(1) -Indicates the byte as the traffic unit. 2. kbyte(2) -Indicates the kbyte as the traffic unit. 3. mbyte(3) -Indicates the megabyte as the traffic unit. 4. gbyte(4) -Indicates the Gbyte as the traffic unit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER byte(1), kbyte(2), mbyte(3), gbyte(4)  

hwRadiusDomainInclude 1.3.6.1.4.1.2011.5.109.1.20.1.36
User name format in the radius packet. Options: 1. includingdomain(1) -Indicates that a user name contains a domain name. 2. notincludingdomain(2) -Indicates that a user name doesn't contain a domain name. 3. original(3) -Indicates that a user name uses the original domain name.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER includingdomain(1), notincludingdomain(2), original(3)  

hwAAAStatExtTable 1.3.6.1.4.1.2011.5.109.1.32
OBJECT IDENTIFIER    

hwAAAStatExtEntry 1.3.6.1.4.1.2011.5.109.1.32.1
OBJECT IDENTIFIER    

hwDomainNum 1.3.6.1.4.1.2011.5.109.1.32.1.1
The number of the domains which have been created.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

hwAuthenSchemeNum 1.3.6.1.4.1.2011.5.109.1.32.1.2
The number of the authenschems which have been created.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..16  

hwAccSchemeNum 1.3.6.1.4.1.2011.5.109.1.32.1.3
The number of the acctSchemes which have been created.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..128  

hwTotalAcessNum 1.3.6.1.4.1.2011.5.109.1.32.1.4
The number of access all users.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..1152  

hwTotalOnlineNum 1.3.6.1.4.1.2011.5.109.1.32.1.5
The number of access all ftp user.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..1152  

hwTotalOnlineAccoutNum 1.3.6.1.4.1.2011.5.109.1.32.1.6
The number of access all ssh users.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..1152  

hwRadiusSourceInterfaceObject 1.3.6.1.4.1.2011.5.109.1.33
OBJECT IDENTIFIER    

hwRadiusSourceInterfaceIfType 1.3.6.1.4.1.2011.5.109.1.33.1
Indicates the interface type. Options: 1. meth(1) -indicates the MEth interface 2. vlanif(2) -indicates the VLAN interface 3. loopback(3) -indicates the loopback interface 4. notConfiged(4) -indicates that no source interface is configured When this leaf is set to notConfiged(4), it means that no source interface is configured in the case of the create operation, and that the source interface is deleted in the case of the modify operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER meth(1), vlanif(2), loopback(3), notConfiged(4)  

hwRadiusSourceInterfaceIfNumber 1.3.6.1.4.1.2011.5.109.1.33.2
Indicates the interface ID. Range: 0-4093 Range for the MEth interface: 0 Range for the VLAN interface: 1-4093 Range for the loopback interface: 0-31 The interface ID and interface type (hwRadiusSourceInterfaceIfType) together identify an interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..4093