A3COM-HUAWEI-DOMAIN-MIB

File: A3COM-HUAWEI-DOMAIN-MIB.mib (18641 bytes)

Imported modules

A3COM-HUAWEI-OID-MIB SNMPv2-CONF SNMPv2-SMI
INET-ADDRESS-MIB SNMPv2-TC

Imported symbols

h3cCommon OBJECT-GROUP MODULE-COMPLIANCE
Integer32 Counter32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE InetAddressType
InetAddress RowStatus TruthValue
TEXTUAL-CONVENTION

Defined Types

H3cModeOfDomainScheme  
The scheme mode of the domain. none: indicates the domain has no scheme. local:indicates the domain will use local-server as a scheme. radius:indicates the domain will use radius scheme. tacacs:indicates the domain will use tacacs scheme.
TEXTUAL-CONVENTION    
  INTEGER none(1), local(2), radius(3), tacacs(4)  

H3cAAATypeDomainScheme  
The service type of the server.
TEXTUAL-CONVENTION    
  INTEGER accounting(1), authentication(2), authorization(3), none(4)  

H3cAccessModeofDomainScheme  
The access mode of the domain.
TEXTUAL-CONVENTION    
  INTEGER default(1), login(2), lanAccess(3), portal(4), ppp(5), gcm(6), dvpn(7), dhcp(8), voice(9), superauthen(10), command(11), wapi(12)  

H3cDomainInfoEntry  
SEQUENCE    
  h3cDomainName OCTET STRING
  h3cDomainState INTEGER
  h3cDomainMaxAccessNum Integer32
  h3cDomainVlanAssignMode INTEGER
  h3cDomainIdleCutEnable TruthValue
  h3cDomainIdleCutMaxTime Integer32
  h3cDomainIdleCutMinFlow Integer32
  h3cDomainMessengerEnable TruthValue
  h3cDomainMessengerLimitTime Integer32
  h3cDomainMessengerSpanTime Integer32
  h3cDomainSelfServiceEnable TruthValue
  h3cDomainSelfServiceURL OCTET STRING
  h3cDomainAccFailureAction INTEGER
  h3cDomainRowStatus RowStatus
  h3cDomainCurrentAccessNum Integer32

H3cDomainSchemeEntry  
SEQUENCE    
  h3cDomainSchemeIndex Integer32
  h3cDomainSchemeMode H3cModeOfDomainScheme
  h3cDomainAuthSchemeName OCTET STRING
  h3cDomainAcctSchemeName OCTET STRING
  h3cDomainSchemeRowStatus RowStatus
  h3cDomainSchemeAAAType H3cAAATypeDomainScheme
  h3cDomainSchemeAAAName OCTET STRING
  h3cDomainSchemeAccessMode H3cAccessModeofDomainScheme

H3cDomainIpPoolEntry  
SEQUENCE    
  h3cDomainIpPoolNum Integer32
  h3cDomainIpPoolLowIpAddrType InetAddressType
  h3cDomainIpPoolLowIpAddr InetAddress
  h3cDomainIpPoolLen Integer32
  h3cDomainIpPoolRowStatus RowStatus

Defined Values

h3cDomain 1.3.6.1.4.1.43.45.1.10.2.46
The MIB module is used for managing domain.
MODULE-IDENTITY    

h3cDomainControl 1.3.6.1.4.1.43.45.1.10.2.46.1
OBJECT IDENTIFIER    

h3cDomainDefault 1.3.6.1.4.1.43.45.1.10.2.46.1.1
Specifies default domain on the equipment. Default value is 'system'.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..128)  

h3cDomainTables 1.3.6.1.4.1.43.45.1.10.2.46.2
OBJECT IDENTIFIER    

h3cDomainInfoTable 1.3.6.1.4.1.43.45.1.10.2.46.2.1
The (conceptual) table listing the domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cDomainInfoEntry

h3cDomainInfoEntry 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1
An entry (conceptual row) representing a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cDomainInfoEntry  

h3cDomainName 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.1
An index uniquely identifies a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..128)  

h3cDomainState 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.2
The state of the domain, which reflects whether the domain is active. Default value is active.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), block(2)  

h3cDomainMaxAccessNum 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.3
The maximum number which the domain allows to access. If the value is set to 0, the access limit will be disabled.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

h3cDomainVlanAssignMode 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.4
The vlan assignment mode. The mode SHOULD be the same as the mode of corresponding server. 1 (integer) - Integer Vlan assignment mode. 2 (string) - String Vlan assignment mode. 3 (vlanlist) - VLAN-List Vlan assignment mode. The default value is integer.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER integer(1), string(2), vlanlist(3)  

h3cDomainIdleCutEnable 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.5
The idle cut control. Setting this attribute to true, the connection will be cut when the flow is less than h3cDomainIdleCutMinFlow and lasts h3cDomainIdleCutMaxTime. Default value is false.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

h3cDomainIdleCutMaxTime 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.6
The maximal time of idle-cut. The unit is minute. If the value of h3cDomainIdleCutEnable is false, the value of h3cDomainIdleCutMaxTime is meaningless.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..120  

h3cDomainIdleCutMinFlow 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.7
The minimal flow of idle-cut. The unit is byte. If the value of h3cDomainIdleCutEnable is false, the value of h3cDomainIdleCutMinFlow is meaningless.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..10240000  

h3cDomainMessengerEnable 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.8
The messenger service control. If set h3cDomainMessengerEnable to true, h3cDomainMessengerLimitTime and h3cDomainMessengerSpanTime must be set to valid values. Default value is false.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

h3cDomainMessengerLimitTime 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.9
The messenger service limit time. The unit is minute. If the value of h3cDomainMessengerEnable is false, the value of h3cDomainMessengerLimitTime is meaningless.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..60  

h3cDomainMessengerSpanTime 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.10
The messenger service span time. The unit is minute. It must be a multiple of 5. If the value of h3cDomainMessengerEnable is false, the value of h3cDomainMessengerSpanTime is meaningless.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 5..60  

h3cDomainSelfServiceEnable 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.11
The self service control. If set h3cDomainSelfServiceEnable to true, h3cDomainSelfServiceURL must be set to a valid value. Default value is FALSE.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

h3cDomainSelfServiceURL 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.12
Self-service URL(Uniform Resource Locator) of the domain.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

h3cDomainAccFailureAction 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.13
Defines the action that authentication should be taken if authentication succeeds but the associated accounting start fails. 1 (ignore) - treat as authentication success; ignore accounting start failure. 2 (reject) - treat as authentication failed if corresponding accounting start fails. Default value is reject.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ignore(1), reject(2)  

h3cDomainRowStatus 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.14
This object is responsible for managing the creation, deletion and modification of rows, which supports active status and CreateAndGo, Destroy operation. To destroy an existent row, the domain of the row MUST NOT be used by user.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cDomainCurrentAccessNum 1.3.6.1.4.1.43.45.1.10.2.46.2.1.1.15
The current access number of the domain.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cDomainSchemeTable 1.3.6.1.4.1.43.45.1.10.2.46.2.2
The (conceptual) table listing schemes of all domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cDomainSchemeEntry

h3cDomainSchemeEntry 1.3.6.1.4.1.43.45.1.10.2.46.2.2.1
An entry (conceptual row) representing an IP pool of a domain
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cDomainSchemeEntry  

h3cDomainSchemeIndex 1.3.6.1.4.1.43.45.1.10.2.46.2.2.1.1
The scheme index of domain, which is an identifier of a domain scheme.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

h3cDomainSchemeMode 1.3.6.1.4.1.43.45.1.10.2.46.2.2.1.2
The scheme mode of the domain. Setting h3cDomainSchemeMode to none(1) indicates the domain has none scheme. Setting h3cDomainSchemeMode to local(2) indicates the domain will use local-server as a scheme. Setting h3cDomainSchemeMode to radius(3) or tacacs(4) indicates the domain will use radius or tacacs scheme. If set h3cDomainSchemeMode to radius(3) or tacacs(4), h3cDomainAuthSchemeName and h3cDomainAcctSchemeName must be set to valid values. And if h3cDomainSchemeMode is set to none(1) or local(2), the value of h3cDomainAuthSchemeName and h3cDomainAcctSchemeName will be ignored.
Status: current Access: read-create
OBJECT-TYPE    
  H3cModeOfDomainScheme  

h3cDomainAuthSchemeName 1.3.6.1.4.1.43.45.1.10.2.46.2.2.1.3
The authentication scheme name of domain. If h3cDomainSchemeMode is set to radius or tacacs, the h3cDomainAuthSchemeName must be configured with a valid value.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

h3cDomainAcctSchemeName 1.3.6.1.4.1.43.45.1.10.2.46.2.2.1.4
The accounting scheme name of the domain. If h3cDomainSchemeMode is set to radius or tacacs, the h3cDomainAcctSchemeName must be configured with a valid value.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

h3cDomainSchemeRowStatus 1.3.6.1.4.1.43.45.1.10.2.46.2.2.1.5
This object is responsible for managing the creation, deletion and modification of rows, which supports active status and createAndGo, destroy operation. To create a new row, h3cDomainSchemeMode must be specified. To destroy an existent row, the scheme of the row MUST NOT be used by user.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cDomainSchemeAAAType 1.3.6.1.4.1.43.45.1.10.2.46.2.2.1.6
Service Type of the server.
Status: current Access: read-create
OBJECT-TYPE    
  H3cAAATypeDomainScheme  

h3cDomainSchemeAAAName 1.3.6.1.4.1.43.45.1.10.2.46.2.2.1.7
The scheme name of the domain, whether the scheme represents accounting, authentication or authorization references the object h3cDomainSchemeAAAType. The value of the object must be valid if the value of h3cDomainSchemeMode is radius or tacacs, the value of the object will be ignored if the value of h3cDomainSchemeMode is none or local. If the domain has no scheme, there will be a null string. If this object is supported, the objects h3cDomainAuthSchemeName and h3cDomainAcctSchemeName will be ignored.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

h3cDomainSchemeAccessMode 1.3.6.1.4.1.43.45.1.10.2.46.2.2.1.8
The access mode of the domain scheme.
Status: current Access: read-create
OBJECT-TYPE    
  H3cAccessModeofDomainScheme  

h3cDomainIpPoolTable 1.3.6.1.4.1.43.45.1.10.2.46.2.3
The (conceptual) table listing IP pools of all domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cDomainIpPoolEntry

h3cDomainIpPoolEntry 1.3.6.1.4.1.43.45.1.10.2.46.2.3.1
An entry (conceptual row) representing an IP pool of a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cDomainIpPoolEntry  

h3cDomainIpPoolNum 1.3.6.1.4.1.43.45.1.10.2.46.2.3.1.1
The number of IP pool, which is an identifier of an IP pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..99  

h3cDomainIpPoolLowIpAddrType 1.3.6.1.4.1.43.45.1.10.2.46.2.3.1.2
The low IP addresses type (IPv4 or IPv6) of IP pool.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

h3cDomainIpPoolLowIpAddr 1.3.6.1.4.1.43.45.1.10.2.46.2.3.1.3
The low IP address of IP pool.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

h3cDomainIpPoolLen 1.3.6.1.4.1.43.45.1.10.2.46.2.3.1.4
The length of IP pool. Default value is 1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

h3cDomainIpPoolRowStatus 1.3.6.1.4.1.43.45.1.10.2.46.2.3.1.5
This object is responsible for managing the creation, deletion and modification of rows, which supports active status and CreateAndGo, Destroy operation. To create a new row, h3cDomainIpPoolNum and h3cDomainIpPoolLowIpAddr must be specified. To destroy an existent row, the IP pool of this row MUST NOT be used by user.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus