HPN-ICF-PORTAL-MIB

File: HPN-ICF-PORTAL-MIB.mib (49252 bytes)

Imported modules

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

Imported symbols

hpnicfCommon OBJECT-TYPE NOTIFICATION-TYPE
MODULE-IDENTITY Integer32 Counter64
Unsigned32 TimeTicks RowStatus
MacAddress ifIndex InterfaceIndex
InetAddressPrefixLength InetAddressType InetAddress
InetAddressIPv4

Defined Types

HpnicfPortalServerEntry  
SEQUENCE    
  hpnicfPortalServerName OCTET STRING
  hpnicfPortalServerUrl OCTET STRING
  hpnicfPortalServerPort Integer32

HpnicfPortalIfInfoEntry  
SEQUENCE    
  hpnicfPortalAuthReqNumber Integer32
  hpnicfPortalAuthSuccNumber Integer32
  hpnicfPortalAuthFailNumber Integer32

HpnicfPortalIfServerEntry  
SEQUENCE    
  hpnicfPortalIfServerIndex Integer32
  hpnicfPortalIfServerUrl OCTET STRING
  hpnicfPortalIfServerRowStatus RowStatus

HpnicfPortalIfVlanNasIDEntry  
SEQUENCE    
  hpnicfPortalIfVlanNasIDIfIndex InterfaceIndex
  hpnicfPortalIfVlanNasIDVlanID Integer32
  hpnicfPortalIfVlanNasIDNasID OCTET STRING

HpnicfPortalSSIDFreeRuleEntry  
SEQUENCE    
  hpnicfPortalSSIDFreeRuleIndex Integer32
  hpnicfPortalSSIDFreeRuleSrcSSID OCTET STRING
  hpnicfPortalSSIDFreeRuleRowStatus RowStatus
  hpnicfPortalSSIDFreeRuleSrcSpot OCTET STRING

HpnicfPortalMacTriggerSrvEntry  
SEQUENCE    
  hpnicfPortalMacTriggerSrvIndex Integer32
  hpnicfPortalMacTriggerSrvIPAddrType InetAddressType
  hpnicfPortalMacTriggerSrvIP InetAddress
  hpnicfPortalMacTriggerSrvPort Integer32
  hpnicfPortalMacTriggerSrvRowStatus RowStatus

HpnicfPortalMacTriggerOnIfEntry  
SEQUENCE    
  hpnicfPortalMacTriggerOnIfIfIndex InterfaceIndex
  hpnicfPortalMacTriggerOnIfDetctFlowPeriod Integer32
  hpnicfPortalMacTriggerOnIfThresholdFlow Unsigned32
  hpnicfPortalMacTriggerOnIfRowStatus RowStatus

HpnicfPortalFreeRuleEntry  
SEQUENCE    
  hpnicfPortalFreeRuleIndex Integer32
  hpnicfPortalFreeRuleSrcIfIndex InterfaceIndex
  hpnicfPortalFreeRuleSrcVlanID Integer32
  hpnicfPortalFreeRuleSrcMac MacAddress
  hpnicfPortalFreeRuleAddrType InetAddressType
  hpnicfPortalFreeRuleSrcAddr InetAddress
  hpnicfPortalFreeRuleSrcPrefix InetAddressPrefixLength
  hpnicfPortalFreeRuleDstAddr InetAddress
  hpnicfPortalFreeRuleDstPrefix InetAddressPrefixLength
  hpnicfPortalFreeRuleProtocol INTEGER
  hpnicfPortalFreeRuleSrcPort Integer32
  hpnicfPortalFreeRuleDstPort Integer32
  hpnicfPortalFreeRuleRowStatus RowStatus

HpnicfPortalForbiddenRuleEntry  
SEQUENCE    
  hpnicfPortalForbiddenRuleIndex Integer32
  hpnicfPortalForbiddenRuleSrcIfIndex InterfaceIndex
  hpnicfPortalForbiddenRuleSrcVlanID Integer32
  hpnicfPortalForbiddenRuleSrcMac MacAddress
  hpnicfPortalForbiddenRuleAddrType InetAddressType
  hpnicfPortalForbiddenRuleSrcAddr InetAddress
  hpnicfPortalForbiddenRuleSrcPrefix InetAddressPrefixLength
  hpnicfPortalForbiddenRuleDstAddr InetAddress
  hpnicfPortalForbiddenRuleDstPrefix InetAddressPrefixLength
  hpnicfPortalForbiddenRuleProtocol INTEGER
  hpnicfPortalForbiddenRuleSrcPort Integer32
  hpnicfPortalForbiddenRuleDstPort Integer32
  hpnicfPortalForbiddenRuleRowStatus RowStatus

Defined Values

hpnicfPortal 1.3.6.1.4.1.11.2.14.11.15.2.99
The MIB module is used for managing portal.
MODULE-IDENTITY    

hpnicfPortalConfig 1.3.6.1.4.1.11.2.14.11.15.2.99.1
OBJECT IDENTIFIER    

hpnicfPortalMaxUserNumber 1.3.6.1.4.1.11.2.14.11.15.2.99.1.1
Specify the maximum number of online users, the value to be set should meet the following two conditions: 1. Less than or equal to hpnicfPortalUserNumberUpperLimit. 2. Greater than or equal to one. The default value is equal to hpnicfPortalUserNumberUpperLimit.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfPortalCurrentUserNumber 1.3.6.1.4.1.11.2.14.11.15.2.99.1.2
The current number of users connecting to the portal.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfPortalStatus 1.3.6.1.4.1.11.2.14.11.15.2.99.1.3
It indicates the portal status. enabled: Portal is enabled on one or more interfaces. disabled: Portal is not enabled on any interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpnicfPortalUserNumberUpperLimit 1.3.6.1.4.1.11.2.14.11.15.2.99.1.4
The upper limit of hpnicfPortalMaxUserNumber.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfPortalNasId 1.3.6.1.4.1.11.2.14.11.15.2.99.1.5
The nas id of this device.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

hpnicfPortalTables 1.3.6.1.4.1.11.2.14.11.15.2.99.2
OBJECT IDENTIFIER    

hpnicfPortalServerTable 1.3.6.1.4.1.11.2.14.11.15.2.99.2.1
This table defines the name and URL of portal server. It can not be created and destroyed by MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPortalServerEntry

hpnicfPortalServerEntry 1.3.6.1.4.1.11.2.14.11.15.2.99.2.1.1
There is a row in this table for each name and URL of portal server. It is indexed using the object hpnicfPortalServerName.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPortalServerEntry  

hpnicfPortalServerName 1.3.6.1.4.1.11.2.14.11.15.2.99.2.1.1.1
It is the index of the table of hpnicfPortalServerTable, it shows the name of the portal server.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hpnicfPortalServerUrl 1.3.6.1.4.1.11.2.14.11.15.2.99.2.1.1.2
It shows the uniform resource locator to the portal server. Users which have not logon to portal will be redirected to the portal server according to hpnicfPortalServerUrl. The value is consisted of protocol, IP address and relative path. For example: HTTP://10.1.1.1/portal It is not configurable when the portal server has been enabled.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..127)  

hpnicfPortalServerPort 1.3.6.1.4.1.11.2.14.11.15.2.99.2.1.1.3
It shows the UDP port of the portal server. The port will be used when client sends packets to portal server. Default value is 50100. It is not configurable when the portal server has been enabled.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65534  

hpnicfPortalIfInfoTable 1.3.6.1.4.1.11.2.14.11.15.2.99.2.2
This table describes the portal information on some interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPortalIfInfoEntry

hpnicfPortalIfInfoEntry 1.3.6.1.4.1.11.2.14.11.15.2.99.2.2.1
There is a row in this table for a interface on which portal has been enabled. It is indexed using the object ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPortalIfInfoEntry  

hpnicfPortalAuthReqNumber 1.3.6.1.4.1.11.2.14.11.15.2.99.2.2.1.1
It shows the number of authentication request messages which are sent by portal module to AAA module.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfPortalAuthSuccNumber 1.3.6.1.4.1.11.2.14.11.15.2.99.2.2.1.2
It shows the number of authentication success response messages which are sent by AAA module to portal module.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfPortalAuthFailNumber 1.3.6.1.4.1.11.2.14.11.15.2.99.2.2.1.3
It shows the number of authentication failure response messages which are sent by AAA module to portal module.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfPortalIfServerTable 1.3.6.1.4.1.11.2.14.11.15.2.99.2.3
This table describes the portal information on some interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPortalIfServerEntry

hpnicfPortalIfServerEntry 1.3.6.1.4.1.11.2.14.11.15.2.99.2.3.1
There is a row in this table for a interface on which portal has been enabled. It is indexed using the object ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPortalIfServerEntry  

hpnicfPortalIfServerIndex 1.3.6.1.4.1.11.2.14.11.15.2.99.2.3.1.1
It is the index of the table of hpnicfIfPtServerTable, it shows the index of the portal server.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfPortalIfServerUrl 1.3.6.1.4.1.11.2.14.11.15.2.99.2.3.1.2
It shows the uniform resource locator to the portal server. Users which have not logon to portal will be redirected to the portal server according to hpnicfPortalServerIfUrl. The value is consisted of protocol, IP address and relative path. For example: HTTP://10.1.1.1/portal It is not configurable when the portal server has been enabled.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

hpnicfPortalIfServerRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.99.2.3.1.3
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo, Destroy operation. To create a new row, portal server must be specified. To destroy an existent row, the portal server MUST NOT be referred by interface.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPortalIfVlanNasIDTable 1.3.6.1.4.1.11.2.14.11.15.2.99.2.4
This table describes the interface on which portal has been enabled, the Vlan that the interface belongs to and the NAS ID to which the Vlan is bound.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPortalIfVlanNasIDEntry

hpnicfPortalIfVlanNasIDEntry 1.3.6.1.4.1.11.2.14.11.15.2.99.2.4.1
There is a row in this table for a interface on which portal has been enabled, the Vlan that the interface belongs to and the NAS ID to which the Vlan is bound. It is indexed using the object ifIndex and Vlan that the interface belongs to.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPortalIfVlanNasIDEntry  

hpnicfPortalIfVlanNasIDIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.99.2.4.1.1
It is the index of the table of hpnicfPortalIfVlanNasIDTable, it shows the interface on which portal has been enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hpnicfPortalIfVlanNasIDVlanID 1.3.6.1.4.1.11.2.14.11.15.2.99.2.4.1.2
It is the index of the table of hpnicfPortalIfVlanNasIDTable, it shows the Vlan that the interface belongs to.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfPortalIfVlanNasIDNasID 1.3.6.1.4.1.11.2.14.11.15.2.99.2.4.1.3
It is the NAS ID to which the Vlan is bound to.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

hpnicfPortalSSIDFreeRuleTable 1.3.6.1.4.1.11.2.14.11.15.2.99.2.5
This table describes SSID portal-free rule(s) allows specified users to access specified external websites without portal authentication.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPortalSSIDFreeRuleEntry

hpnicfPortalSSIDFreeRuleEntry 1.3.6.1.4.1.11.2.14.11.15.2.99.2.5.1
There is a row in this table for SSID portal-free rule. It is indexed using the object Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPortalSSIDFreeRuleEntry  

hpnicfPortalSSIDFreeRuleIndex 1.3.6.1.4.1.11.2.14.11.15.2.99.2.5.1.1
It is the index of the table of hpnicfPortalSSIDFreeRuleTable, it shows the index of the SSID portal-free rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfPortalSSIDFreeRuleSrcSSID 1.3.6.1.4.1.11.2.14.11.15.2.99.2.5.1.2
The SSID match against the packet's source SSID.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..128)  

hpnicfPortalSSIDFreeRuleRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.99.2.5.1.3
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo, Destroy operation.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPortalSSIDFreeRuleSrcSpot 1.3.6.1.4.1.11.2.14.11.15.2.99.2.5.1.4
The spot match against the packet's source spot.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

hpnicfPortalMacTriggerSrvTable 1.3.6.1.4.1.11.2.14.11.15.2.99.2.6
This table describes the configration of MAC Trigger Portal server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPortalMacTriggerSrvEntry

hpnicfPortalMacTriggerSrvEntry 1.3.6.1.4.1.11.2.14.11.15.2.99.2.6.1
There is a row in the table for MAC Trigger Portal server. It is indexed using the object Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPortalMacTriggerSrvEntry  

hpnicfPortalMacTriggerSrvIndex 1.3.6.1.4.1.11.2.14.11.15.2.99.2.6.1.1
It is the index of the table of hpnicfPortalMacTriggerSrvTable, it shows the index of the MAC Trigger Portal server.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfPortalMacTriggerSrvIPAddrType 1.3.6.1.4.1.11.2.14.11.15.2.99.2.6.1.2
The type of MAC Trigger Portal server IP address. While other types of addresses are defined in the InetAddressType textual convention, and DNS names, a classifier can only look at packets on the wire.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfPortalMacTriggerSrvIP 1.3.6.1.4.1.11.2.14.11.15.2.99.2.6.1.3
It shows the IP address of MAC Trigger Portal server.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfPortalMacTriggerSrvPort 1.3.6.1.4.1.11.2.14.11.15.2.99.2.6.1.4
It shows the UDP port of MAC Trigger Portal server. The port will be used when client sends packets to MAC Trigger Portal server. Default value is 50100.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65534  

hpnicfPortalMacTriggerSrvRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.99.2.6.1.5
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo, Destroy operation.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPortalMacTriggerOnIfTable 1.3.6.1.4.1.11.2.14.11.15.2.99.2.7
This table describes the configration of Portal MAC Trigger on interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPortalMacTriggerOnIfEntry

hpnicfPortalMacTriggerOnIfEntry 1.3.6.1.4.1.11.2.14.11.15.2.99.2.7.1
There is a row in the table for Portal MAC Trigger configuration on interface. It is indexed using the object Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPortalMacTriggerOnIfEntry  

hpnicfPortalMacTriggerOnIfIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.99.2.7.1.1
It is the interface index and the index of hpnicfPortalMacTriggerOnIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hpnicfPortalMacTriggerOnIfDetctFlowPeriod 1.3.6.1.4.1.11.2.14.11.15.2.99.2.7.1.2
It shows the period of detecting the user flow when MAC Trigger and Portal is enabled. The unit is second.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfPortalMacTriggerOnIfThresholdFlow 1.3.6.1.4.1.11.2.14.11.15.2.99.2.7.1.3
It shows the threshold flow of the user to triggering authentication when MAC Trigger and Portal is enabled. The unit is byte.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpnicfPortalMacTriggerOnIfRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.99.2.7.1.4
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo, Destroy operation.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPortalFreeRuleTable 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8
This table describes portal-free rule(s) allows specified users to access specified external websites without portal authentication.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPortalFreeRuleEntry

hpnicfPortalFreeRuleEntry 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1
There is a row in this table for portal-free rule. It is indexed using the object Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPortalFreeRuleEntry  

hpnicfPortalFreeRuleIndex 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1.1
It is the index of the table of hpnicfPortalFreeRuleTable, it shows the index of the portal-free rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfPortalFreeRuleSrcIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1.2
The index of source interface.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

hpnicfPortalFreeRuleSrcVlanID 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1.3
The identification of source vlan.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfPortalFreeRuleSrcMac 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1.4
The MAC address to match against the packet's source MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfPortalFreeRuleAddrType 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1.5
The type of IP address used by this classifier entry. While other types of addresses are defined in the InetAddressType textual convention, and DNS names, a classifier can only look at packets on the wire.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfPortalFreeRuleSrcAddr 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1.6
The IP address to match against the packet's source IP address. This may be a DNS name or an IPv4 or IPv6 prefix. hpnicfPortalFreeRuleSrcPrefix indicates the number of bits that are relevant.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfPortalFreeRuleSrcPrefix 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1.7
The length of the CIDR Prefix carried in hpnicfPortalFreeRuleSrcAddr. In IPv4 addresses, a length of 0 indicates a match of any address; a length of 32 indicates a match of a single host address, and a length between 0 and 32 indicates the use of a CIDR Prefix. IPv6 is similar, except that prefix lengths range from 0..128.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

hpnicfPortalFreeRuleDstAddr 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1.8
The IP address to match against the packet's destination IP address. This may be a DNS name or an IPv4 or IPv6 prefix. hpnicfPortalFreeRuleDstPrefix indicates the number of bits that are relevant.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfPortalFreeRuleDstPrefix 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1.9
The length of the CIDR Prefix carried in hpnicfPortalFreeRuleDstAddr. In IPv4 addresses, a length of 0 indicates a match of any address; a length of 32 indicates a match of a single host address, and a length between 0 and 32 indicates the use of a CIDR Prefix. IPv6 is similar, except that prefix lengths range from 0..128.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

hpnicfPortalFreeRuleProtocol 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1.10
The protocol-type of port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(0), tcp(6), udp(17)  

hpnicfPortalFreeRuleSrcPort 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1.11
The source port allows users to access.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfPortalFreeRuleDstPort 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1.12
The destination port allows users to access.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfPortalFreeRuleRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.99.2.8.1.13
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo, Destroy operation.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPortalForbiddenRuleTable 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9
This table describes a portal-forbidden rule does not allow specified users to access specified external websites.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPortalForbiddenRuleEntry

hpnicfPortalForbiddenRuleEntry 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1
There is a row in this table for portal-forbidden rule. It is indexed using the object Index.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPortalForbiddenRuleEntry  

hpnicfPortalForbiddenRuleIndex 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1.1
It is the index of the table of hpnicfPortalForbiddenRuleTable, it shows the index of the portal-forbidden rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfPortalForbiddenRuleSrcIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1.2
The index of source interface.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

hpnicfPortalForbiddenRuleSrcVlanID 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1.3
The identification of source vlan.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfPortalForbiddenRuleSrcMac 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1.4
The MAC address to match against the packet's source MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfPortalForbiddenRuleAddrType 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1.5
The type of IP address used by this classifier entry. While other types of addresses are defined in the InetAddressType textual convention, and DNS names, a classifier can only look at packets on the wire.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfPortalForbiddenRuleSrcAddr 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1.6
The IP address to match against the packet's source IP address. This may be a DNS name or an IPv4 or IPv6 prefix. hpnicfPortalForbiddenRuleSrcPrefix indicates the number of bits that are relevant.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfPortalForbiddenRuleSrcPrefix 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1.7
The length of the CIDR Prefix carried in hpnicfPortalFreeRuleSrcAddr. In IPv4 addresses, a length of 0 indicates a match of any address; a length of 32 indicates a match of a single host address, and a length between 0 and 32 indicates the use of a CIDR Prefix. IPv6 is similar, except that prefix lengths range from 0..128.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

hpnicfPortalForbiddenRuleDstAddr 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1.8
The IP address to match against the packet's destination IP address. This may be a DNS name or an IPv4 or IPv6 prefix. hpnicfPortalForbiddenRuleDstPrefix indicates the number of bits that are relevant.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfPortalForbiddenRuleDstPrefix 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1.9
The length of the CIDR Prefix carried in hpnicfPortalFreeRuleDstAddr. In IPv4 addresses, a length of 0 indicates a match of any address; a length of 32 indicates a match of a single host address, and a length between 0 and 32 indicates the use of a CIDR Prefix. IPv6 is similar, except that prefix lengths range from 0..128.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

hpnicfPortalForbiddenRuleProtocol 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1.10
The protocol-type of port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(0), tcp(6), udp(17)  

hpnicfPortalForbiddenRuleSrcPort 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1.11
The source port does not allow users to access.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfPortalForbiddenRuleDstPort 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1.12
The destination port does not allow users to access.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfPortalForbiddenRuleRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.99.2.9.1.13
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo, Destroy operation.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPortalTraps 1.3.6.1.4.1.11.2.14.11.15.2.99.3
OBJECT IDENTIFIER    

hpnicfPortalTrapPrefix 1.3.6.1.4.1.11.2.14.11.15.2.99.3.0
OBJECT IDENTIFIER    

hpnicfPortalServerLost 1.3.6.1.4.1.11.2.14.11.15.2.99.3.0.1
This trap is generated when the device finds that the portal server is unreachable, the portal server's name is hpnicfPortalServerName, and the portal server's IP is hpnicfPortalServerIP, and the portal server's port is hpnicfPortalServerPort, and the portal server has been enabled.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPortalServerGet 1.3.6.1.4.1.11.2.14.11.15.2.99.3.0.2
This trap is generated when the device finds that the state of portal server changes from unreachable state to reachable, the portal server's name is hpnicfPortalServerName, and the portal server's IP is hpnicfPortalServerIP, and the portal server's port is hpnicfPortalServerPort, and the portal server has been enabled.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPortalTrapVarObjects 1.3.6.1.4.1.11.2.14.11.15.2.99.3.1
OBJECT IDENTIFIER    

hpnicfPortalFirstTrapTime 1.3.6.1.4.1.11.2.14.11.15.2.99.3.1.1
Represents the first trap time.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TimeTicks  

hpnicfPortalServerIP 1.3.6.1.4.1.11.2.14.11.15.2.99.3.1.2
The portal server's IP.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressIPv4  

hpnicfPortalStatistic 1.3.6.1.4.1.11.2.14.11.15.2.99.4
OBJECT IDENTIFIER    

hpnicfPortalStatAuthReq 1.3.6.1.4.1.11.2.14.11.15.2.99.4.1
It shows the total number of portal authentication requests from the portal server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatAckLogout 1.3.6.1.4.1.11.2.14.11.15.2.99.4.2
It shows the number of logout requests from the portal server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatNotifyLogout 1.3.6.1.4.1.11.2.14.11.15.2.99.4.3
It shows the number of logout requests from the access device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatChallengeTimeout 1.3.6.1.4.1.11.2.14.11.15.2.99.4.4
It shows the number of challenge from the portal server without response.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatChallengeBusy 1.3.6.1.4.1.11.2.14.11.15.2.99.4.5
It shows the number of device-busy responses for challenges from the portal server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatChallengeFail 1.3.6.1.4.1.11.2.14.11.15.2.99.4.6
It shows the number of challenges from the portal server with failure response.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatAuthTimeout 1.3.6.1.4.1.11.2.14.11.15.2.99.4.7
It shows the number of authentication requests from the portal server without responses.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatAuthFail 1.3.6.1.4.1.11.2.14.11.15.2.99.4.8
It shows the number of authentication requests from the portal server with failure responses.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatPwdError 1.3.6.1.4.1.11.2.14.11.15.2.99.4.9
It shows the number of password errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatAuthBusy 1.3.6.1.4.1.11.2.14.11.15.2.99.4.10
It shows the number of device-busy responses to authentication requests from the portal server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatAuthDisordered 1.3.6.1.4.1.11.2.14.11.15.2.99.4.11
It shows the number of disordered authentication packets from the portal server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatAuthUnknownError 1.3.6.1.4.1.11.2.14.11.15.2.99.4.12
It shows the number of unknown errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatAuthResp 1.3.6.1.4.1.11.2.14.11.15.2.99.4.13
It shows the number of authentication response messages which are sent by device to portal server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatChallengeReq 1.3.6.1.4.1.11.2.14.11.15.2.99.4.14
It shows the number of challenge request messages which are sent by portal server to device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatChallengeResp 1.3.6.1.4.1.11.2.14.11.15.2.99.4.15
It shows the number of challenge response messages which are sent by device to portal server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatHttpReq 1.3.6.1.4.1.11.2.14.11.15.2.99.4.16
It shows the number of http request messages which are sent by portal user to device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalStatHttpResp 1.3.6.1.4.1.11.2.14.11.15.2.99.4.17
It shows the number of http response messages which are sent by device to portal user.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalPktStatistic 1.3.6.1.4.1.11.2.14.11.15.2.99.5
OBJECT IDENTIFIER    

hpnicfPortalPktStaReqAuthNum 1.3.6.1.4.1.11.2.14.11.15.2.99.5.1
It shows the total number of portal authentication requests from the portal server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalPktStaAckAuthSuccess 1.3.6.1.4.1.11.2.14.11.15.2.99.5.2
It shows the total number of the response to REQ-AUTH packet of portal server including error code 0 in the packet, that is authentication success.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalPktStaAckAuthReject 1.3.6.1.4.1.11.2.14.11.15.2.99.5.3
It shows the total number of the response to REQ-AUTH packet of portal server including error code 1 in the packet, that is rejected by server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalPktStaAckAuthEstablish 1.3.6.1.4.1.11.2.14.11.15.2.99.5.4
It shows the total number of the response to REQ-AUTH packet of portal server including error code 2 in the packet, that is the link is already established.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalPktStaAckAuthBusy 1.3.6.1.4.1.11.2.14.11.15.2.99.5.5
It shows the total number of the response to REQ-AUTH packet of portal server including error code 3 in the packet, that is the system is busy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalPktStaAckAuthAuthFail 1.3.6.1.4.1.11.2.14.11.15.2.99.5.6
It shows the total number of the response to REQ-AUTH packet of portal server including error code 4 in the packet, that is authentication fail.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalPktStaReqChallengeNum 1.3.6.1.4.1.11.2.14.11.15.2.99.5.7
It shows the total number of portal challenge requests from the portal server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalPktStaAckChallengeSuccess 1.3.6.1.4.1.11.2.14.11.15.2.99.5.8
It shows the total number of the response to challenge packet of portal server including error code 0 in the packet, that is challenge is success.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalPktStaAckChallengeReject 1.3.6.1.4.1.11.2.14.11.15.2.99.5.9
It shows the total number of the response to challenge packet of portal server including error code 1 in the packet, that is challenge is rejected by server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalPktStaAckChallengeEstablish 1.3.6.1.4.1.11.2.14.11.15.2.99.5.10
It shows the total number of the response to challenge packet of portal server including error code 2 in the packet, that is the link is alreadys established.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalPktStaAckChallengeBusy 1.3.6.1.4.1.11.2.14.11.15.2.99.5.11
It shows the total number of the response to challenge packet of portal server including error code 3 in the packet, that is the system is busy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPortalPktStaAckChallengeAuthFail 1.3.6.1.4.1.11.2.14.11.15.2.99.5.12
It shows the total number of the response to challenge packet of portal server including error code 4 in the packet, that is authentication fail.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64