HH3C-DOMAIN-MIB

File: HH3C-DOMAIN-MIB.mib (19707 bytes)

Imported modules

HH3C-OID-MIB SNMPv2-SMI INET-ADDRESS-MIB
SNMPv2-TC

Imported symbols

hh3cCommon Integer32 OBJECT-TYPE
MODULE-IDENTITY TimeTicks InetAddressType
InetAddress RowStatus TruthValue
TEXTUAL-CONVENTION

Defined Types

Hh3cModeOfDomainScheme  
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. ldap:indicates the domain will use ldap scheme.
TEXTUAL-CONVENTION    
  INTEGER none(1), local(2), radius(3), tacacs(4), ldap(5)  

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

Hh3cAccessModeofDomainScheme  
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), reserved(12)  

Hh3cDomainInfoEntry  
SEQUENCE    
  hh3cDomainName OCTET STRING
  hh3cDomainState INTEGER
  hh3cDomainMaxAccessNum Integer32
  hh3cDomainVlanAssignMode INTEGER
  hh3cDomainIdleCutEnable TruthValue
  hh3cDomainIdleCutMaxTime Integer32
  hh3cDomainIdleCutMinFlow Integer32
  hh3cDomainMessengerEnable TruthValue
  hh3cDomainMessengerLimitTime Integer32
  hh3cDomainMessengerSpanTime Integer32
  hh3cDomainSelfServiceEnable TruthValue
  hh3cDomainSelfServiceURL OCTET STRING
  hh3cDomainAccFailureAction INTEGER
  hh3cDomainRowStatus RowStatus
  hh3cDomainCurrentAccessNum Integer32
  hh3cDomainIdleCutTime TimeTicks

Hh3cDomainSchemeEntry  
SEQUENCE    
  hh3cDomainSchemeIndex Integer32
  hh3cDomainSchemeMode Hh3cModeOfDomainScheme
  hh3cDomainAuthSchemeName OCTET STRING
  hh3cDomainAcctSchemeName OCTET STRING
  hh3cDomainSchemeRowStatus RowStatus
  hh3cDomainSchemeAAAType Hh3cAAATypeDomainScheme
  hh3cDomainSchemeAAAName OCTET STRING
  hh3cDomainSchemeAccessMode Hh3cAccessModeofDomainScheme

Hh3cDomainIpPoolEntry  
SEQUENCE    
  hh3cDomainIpPoolNum Integer32
  hh3cDomainIpPoolLowIpAddrType InetAddressType
  hh3cDomainIpPoolLowIpAddr InetAddress
  hh3cDomainIpPoolLen Integer32
  hh3cDomainIpPoolRowStatus RowStatus

Defined Values

hh3cDomain 1.3.6.1.4.1.25506.2.46
The MIB module is used for managing domain.
MODULE-IDENTITY    

hh3cDomainControl 1.3.6.1.4.1.25506.2.46.1
OBJECT IDENTIFIER    

hh3cDomainDefault 1.3.6.1.4.1.25506.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..255)  

hh3cDomainTables 1.3.6.1.4.1.25506.2.46.2
OBJECT IDENTIFIER    

hh3cDomainInfoTable 1.3.6.1.4.1.25506.2.46.2.1
The (conceptual) table listing the domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cDomainInfoEntry

hh3cDomainInfoEntry 1.3.6.1.4.1.25506.2.46.2.1.1
An entry (conceptual row) representing a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cDomainInfoEntry  

hh3cDomainName 1.3.6.1.4.1.25506.2.46.2.1.1.1
An index uniquely identifies a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..255)  

hh3cDomainState 1.3.6.1.4.1.25506.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)  

hh3cDomainMaxAccessNum 1.3.6.1.4.1.25506.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  

hh3cDomainVlanAssignMode 1.3.6.1.4.1.25506.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)  

hh3cDomainIdleCutEnable 1.3.6.1.4.1.25506.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 hh3cDomainIdleCutMinFlow and lasts hh3cDomainIdleCutMaxTime. Default value is false.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hh3cDomainIdleCutMaxTime 1.3.6.1.4.1.25506.2.46.2.1.1.6
The maximal time of idle-cut. The unit is minute. If the value of hh3cDomainIdleCutEnable is false, the value of hh3cDomainIdleCutMaxTime is meaningless.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

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

hh3cDomainMessengerEnable 1.3.6.1.4.1.25506.2.46.2.1.1.8
The messenger service control. If set hh3cDomainMessengerEnable to true, hh3cDomainMessengerLimitTime and hh3cDomainMessengerSpanTime must be set to valid values. Default value is false.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

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

hh3cDomainMessengerSpanTime 1.3.6.1.4.1.25506.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 hh3cDomainMessengerEnable is false, the value of hh3cDomainMessengerSpanTime is meaningless.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 5..60  

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

hh3cDomainSelfServiceURL 1.3.6.1.4.1.25506.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)  

hh3cDomainAccFailureAction 1.3.6.1.4.1.25506.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)  

hh3cDomainRowStatus 1.3.6.1.4.1.25506.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  

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

hh3cDomainIdleCutTime 1.3.6.1.4.1.25506.2.46.2.1.1.16
Authentication aging time. If no packet is transmitted during the aging time, the authentication is aged out.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hh3cDomainSchemeTable 1.3.6.1.4.1.25506.2.46.2.2
The (conceptual) table listing schemes of all domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cDomainSchemeEntry

hh3cDomainSchemeEntry 1.3.6.1.4.1.25506.2.46.2.2.1
An entry (conceptual row) representing an IP pool of a domain
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cDomainSchemeEntry  

hh3cDomainSchemeIndex 1.3.6.1.4.1.25506.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  

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

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

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

hh3cDomainSchemeRowStatus 1.3.6.1.4.1.25506.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, hh3cDomainSchemeMode 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  

hh3cDomainSchemeAAAType 1.3.6.1.4.1.25506.2.46.2.2.1.6
Service Type of the server.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cAAATypeDomainScheme  

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

hh3cDomainSchemeAccessMode 1.3.6.1.4.1.25506.2.46.2.2.1.8
The access mode of the domain scheme.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cAccessModeofDomainScheme  

hh3cDomainIpPoolTable 1.3.6.1.4.1.25506.2.46.2.3
The (conceptual) table listing IP pools of all domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cDomainIpPoolEntry

hh3cDomainIpPoolEntry 1.3.6.1.4.1.25506.2.46.2.3.1
An entry (conceptual row) representing an IP pool of a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cDomainIpPoolEntry  

hh3cDomainIpPoolNum 1.3.6.1.4.1.25506.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  

hh3cDomainIpPoolLowIpAddrType 1.3.6.1.4.1.25506.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  

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

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

hh3cDomainIpPoolRowStatus 1.3.6.1.4.1.25506.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, hh3cDomainIpPoolNum and hh3cDomainIpPoolLowIpAddr 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