HPN-ICF-DOMAIN-MIB

File: HPN-ICF-DOMAIN-MIB.mib (19891 bytes)

Imported modules

HPN-ICF-OID-MIB SNMPv2-SMI INET-ADDRESS-MIB
SNMPv2-TC

Imported symbols

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

Defined Types

HpnicfModeOfDomainScheme  
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)  

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

HpnicfAccessModeofDomainScheme  
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)  

HpnicfDomainInfoEntry  
SEQUENCE    
  hpnicfDomainName OCTET STRING
  hpnicfDomainState INTEGER
  hpnicfDomainMaxAccessNum Integer32
  hpnicfDomainVlanAssignMode INTEGER
  hpnicfDomainIdleCutEnable TruthValue
  hpnicfDomainIdleCutMaxTime Integer32
  hpnicfDomainIdleCutMinFlow Integer32
  hpnicfDomainMessengerEnable TruthValue
  hpnicfDomainMessengerLimitTime Integer32
  hpnicfDomainMessengerSpanTime Integer32
  hpnicfDomainSelfServiceEnable TruthValue
  hpnicfDomainSelfServiceURL OCTET STRING
  hpnicfDomainAccFailureAction INTEGER
  hpnicfDomainRowStatus RowStatus
  hpnicfDomainCurrentAccessNum Integer32
  hpnicfDomainIdleCutTime TimeTicks

HpnicfDomainSchemeEntry  
SEQUENCE    
  hpnicfDomainSchemeIndex Integer32
  hpnicfDomainSchemeMode HpnicfModeOfDomainScheme
  hpnicfDomainAuthSchemeName OCTET STRING
  hpnicfDomainAcctSchemeName OCTET STRING
  hpnicfDomainSchemeRowStatus RowStatus
  hpnicfDomainSchemeAAAType HpnicfAAATypeDomainScheme
  hpnicfDomainSchemeAAAName OCTET STRING
  hpnicfDomainSchemeAccessMode HpnicfAccessModeofDomainScheme

HpnicfDomainIpPoolEntry  
SEQUENCE    
  hpnicfDomainIpPoolNum Integer32
  hpnicfDomainIpPoolLowIpAddrType InetAddressType
  hpnicfDomainIpPoolLowIpAddr InetAddress
  hpnicfDomainIpPoolLen Integer32
  hpnicfDomainIpPoolRowStatus RowStatus

Defined Values

hpnicfDomain 1.3.6.1.4.1.11.2.14.11.15.2.46
The MIB module is used for managing domain.
MODULE-IDENTITY    

hpnicfDomainControl 1.3.6.1.4.1.11.2.14.11.15.2.46.1
OBJECT IDENTIFIER    

hpnicfDomainDefault 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfDomainTables 1.3.6.1.4.1.11.2.14.11.15.2.46.2
OBJECT IDENTIFIER    

hpnicfDomainInfoTable 1.3.6.1.4.1.11.2.14.11.15.2.46.2.1
The (conceptual) table listing the domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfDomainInfoEntry

hpnicfDomainInfoEntry 1.3.6.1.4.1.11.2.14.11.15.2.46.2.1.1
An entry (conceptual row) representing a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfDomainInfoEntry  

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

hpnicfDomainState 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfDomainMaxAccessNum 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfDomainVlanAssignMode 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfDomainIdleCutEnable 1.3.6.1.4.1.11.2.14.11.15.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 hpnicfDomainIdleCutMinFlow and lasts hpnicfDomainIdleCutMaxTime. Default value is false.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

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

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

hpnicfDomainMessengerEnable 1.3.6.1.4.1.11.2.14.11.15.2.46.2.1.1.8
The messenger service control. If set hpnicfDomainMessengerEnable to true, hpnicfDomainMessengerLimitTime and hpnicfDomainMessengerSpanTime must be set to valid values. Default value is false.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

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

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

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

hpnicfDomainSelfServiceURL 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfDomainAccFailureAction 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfDomainRowStatus 1.3.6.1.4.1.11.2.14.11.15.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  

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

hpnicfDomainIdleCutTime 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfDomainSchemeTable 1.3.6.1.4.1.11.2.14.11.15.2.46.2.2
The (conceptual) table listing schemes of all domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfDomainSchemeEntry

hpnicfDomainSchemeEntry 1.3.6.1.4.1.11.2.14.11.15.2.46.2.2.1
An entry (conceptual row) representing an IP pool of a domain
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfDomainSchemeEntry  

hpnicfDomainSchemeIndex 1.3.6.1.4.1.11.2.14.11.15.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  

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

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

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

hpnicfDomainSchemeRowStatus 1.3.6.1.4.1.11.2.14.11.15.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, hpnicfDomainSchemeMode 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  

hpnicfDomainSchemeAAAType 1.3.6.1.4.1.11.2.14.11.15.2.46.2.2.1.6
Service Type of the server.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfAAATypeDomainScheme  

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

hpnicfDomainSchemeAccessMode 1.3.6.1.4.1.11.2.14.11.15.2.46.2.2.1.8
The access mode of the domain scheme.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfAccessModeofDomainScheme  

hpnicfDomainIpPoolTable 1.3.6.1.4.1.11.2.14.11.15.2.46.2.3
The (conceptual) table listing IP pools of all domains.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfDomainIpPoolEntry

hpnicfDomainIpPoolEntry 1.3.6.1.4.1.11.2.14.11.15.2.46.2.3.1
An entry (conceptual row) representing an IP pool of a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfDomainIpPoolEntry  

hpnicfDomainIpPoolNum 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfDomainIpPoolLowIpAddrType 1.3.6.1.4.1.11.2.14.11.15.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  

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

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

hpnicfDomainIpPoolRowStatus 1.3.6.1.4.1.11.2.14.11.15.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, hpnicfDomainIpPoolNum and hpnicfDomainIpPoolLowIpAddr 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